* {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	}
	
ul,
ol,
dl {
	list-style: none;
	}

body {
	background-color: #ffffff;
	}
	
#container {
	width: 900px;
	}
	
hr {
	display: none;
	}
	
.clear {
	clear: left;
	}

#header   { background: #ffffff url(../img/header/bgprint.gif) no-repeat left top; padding: 32px 0 0 32px }

#header h1,
#header h2,
#header address {
	display: none;
	}
	
#header img { border: none; }


#navigation { display: none; }
	
#mainnavigation { display: none; }


#subnavigation  { display: none; }


#content {
	float: left;
	width: 538px;
	position: relative;
	border-top: 0px;
	}
	
	#content h2 {
		font-size: 18px;
		line-height: 24px;
		font-weight: normal;
		margin: 24px 32px 0 32px;
		}
		
	#content h3 {
		font-size: 13px;
		line-height: 16px;
		margin: 0 32px 16px 32px;
		}
		
	#content h4 {
		font-size: 12px;
		margin: 16px 32px 16px 32px;
		}
		
	#content p {
		margin: 16px 108px 0 32px;
		}
		
	#content ul {
		margin: 0 108px 0 32px;
		}
		
		/*
		#content ul li {
			margin: 0 0 0 8px;
			padding: 0 0 0 12px;
			background-image: url(../img/icons/li.gif);
			background-repeat: no-repeat;
			background-position: center left;
			}
		*/
			
		#content ul li {
			margin: 0 0 0 8px;
			padding: 0 0 0 12px;
			background-image: url(../img/icons/li-fixed.gif);
			background-repeat: no-repeat;
			background-position: top left;
			}
		
	a.print {
		background-image: url(../img/icons/print.gif);
		background-repeat: no-repeat;
		background-position: center left;
		padding: 0 0 0 18px;
		color: #8c8c8c;
		text-decoration: none;
		position: absolute;
		right: 32px;
		top: 32px;
		}
		
	a:hover.print {
		color: #404040;
		}
		
	a {
		text-decoration: underline;
		color: #666666;
		}
		
	a:hover {
		text-decoration: none;
		}
		
	#images {
		width: 184px;
		border: none;
		float: right;
		margin: 32px;
		}
		
	#content table {
		margin: 16px 108px 0 32px;
		padding: 0;
		width: 400px;
		border-collapse: collapse;
		border: 1px solid #b2b2b2;
		float: left;
		clear: left;
		}

		#content table thead tr th {
			border: 1px solid #b2b2b2;
			background-color: #d9d9d9;
			height: 24px;
			padding: 0 4px 0 4px;
			}
			
			#content table thead tr th:first-child {
				padding: 0;
				}
		
		#content table tbody tr td {
			border: 1px solid #b2b2b2;
			padding: 2px 4px 2px 4px;
			}
			
			#content table tbody tr:hover {
				background-color: #f2f2f2;
				}
			
			#content table tbody tr td:first-child {
				padding: 0;
				}		
				
	#content address {
		font-style: normal;
		margin: 16px 108px 0 32px;
		}	
			
			#content table tbody tr td a img {
				border: none;
				}
				
	#content table#contact_form {
		border: none;
		}
		
		#content table#contact_form tbody tr td:first-child {
			padding: 2px 4px 2px 4px;
			}
		
		#content table#contact_form tbody tr:hover {
			background-color: #ffffff;
			}
		
		#content table#contact_form tbody tr td {
			border: none;
			padding: 0 0 2px 0;
			}
			
			#content table#contact_form tbody tr td input[type=checkbox] {
				width: 24px;
				}

			#content table#contact_form tbody tr td input[type=text] {
				width: 206px;
				border-right: 1px solid #b2b2b2;
				border-bottom: 1px solid #b2b2b2;
				border-top: 1px solid #404040;
				border-left: 1px solid #404040;
				background-color: #fafafa;
				padding: 2px 4px 2px 4px;
				float: left;
				vertical-align: middle;
				height: 16px;
				}
				
			#content table#contact_form tbody tr td textarea {	
				width: 206px;
				border-right: 1px solid #b2b2b2;
				border-bottom: 1px solid #b2b2b2;
				border-top: 1px solid #404040;
				border-left: 1px solid #404040;
				background-color: #fafafa;
				padding: 4px;
				height: 112px;
				}
				
			#content table#contact_form tbody tr td input[type=submit],
			#content table#contact_form tbody tr td input[type=reset] {
				border-top: 1px solid #b2b2b2;
				border-left: 1px solid #b2b2b2;
				border-bottom: 1px solid #404040;
				border-right: 1px solid #404040;
				padding: 2px 4px 2px 4px;
				}
				
			#content table#contact_form tbody tr td input[type=submit] {
				background-color: #f2f2f2;
				font-weight: bold;
				}
								
			#content table#contact_form tbody tr td input[type=reset] {
				background-color: #fafafa;
				}
			
				#content table#contact_form tbody tr td input[type=submit]:hover {
					background-color: #b2b2b2;
					}

		.home {
			margin: 0 0 0 76px;
			}

#subcontent { display: none; }


#news  { display: none; }

#bottom  { display: none; }