@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}

html, body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-image:url(img/background.gif);
	background-repeat:repeat-x;
	}
	
#end {
	width: 100%;
	height: 50px;
	display: block;
	padding-top: 30px;
	background-image:url(img/background.gif);
	background-position: 0px -30px;
	background-repeat:repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	clear: both;
	}
	
#end a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#end a:hover {
	color: #FFFF00;
	}

#container {
	margin: 0 auto;
	width: 945px;
	clear: both;
	}
	
	#left {
		width: 212px;
		float: left;
		}
		
	#right {
		width: 732px;
		float: left;
		}
		
		#top {
			width: 732px;
			height: 148px;
			float: left;
			clear: both;
			}
			
		#headline {
			width: 438px;
			height: 57px;
			padding-top: 90px;
			float: left;
			}
			
		#address {
			width: 293px;
			height: 133px;
			float: left;
			color: #FFFFFF;
			text-align: right;
			padding-top: 15px;
			}
			
		#address a {
			color: #FFFF00;
			font-weight: bold;
			text-decoration: none;
			}
			
		#address a:hover {
			color: #FFFFFF;
			}
					
		#menu {
			width: 732px;
			height: 27px;
			padding-top: 8px;
			float: left;
			clear: both;
			background-image:url(img/menu_background.gif);
			background-repeat:no-repeat;
			}
			
		#menu ul {
			list-style: none;
			}
			
		#menu ul li {
			float: left;
			}
			
		#menu ul li a {
			display: block;
			padding-left: 11px;
			padding-right: 11px;
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: none;
			}
			
		#menu ul li a:hover {
			color: #FFFF00;
			}
			
		#menu ul li a.active {
			color: #FFCC00;
			}	
			
		#content {
			width: 732px;
			clear: both;
			text-align: left;
			}
			
		#content img {
			border: solid 1px black;
			}
			
		#content ul {
			padding-left: 20px;
			}
			
		#content a.big {
			font-size: 16px;
			font-weight: bold;
			color: #009900;
			padding-left: 15px;
			}
			
		#content a.big:hover {
			color: #000033;
			}
			
		h1 {
			width: 90%;
			clear: both;
			padding-bottom: 5px;
			margin-bottom: 15px;
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: #04463a;
			border-bottom: solid 1px #CCCCCC;
			padding-left: 15px;
			padding-top: 15px;
			}
			
.picture {
	display: block;
	float: left;
	text-align:center;
	font-size:12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	}
	
.picture a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	}
	
.picture a:hover {
	color: #ff0000;
	}
	
.picture img {
	clear: both;
	border: solid 1px #000;
	}		
	
.novired {
	width: 100%;
	height: 1px;
	clear:both;
	}	

#cert {
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 40px;
	}

#cert a {
	text-decoration: none;
	height: 154px;
	display: block;
	overflow: hidden;
	float: left;
	padding-right:10px;
	margin-bottom: 15px;
	}

#cert img {
	padding-right: 10px;
	padding-bottom: 15px;
	border: none;

	}	
	
a.spot {
	color: #FFFFFF;
	}
	
a:spot:hover {
	color: #fff;
	}	
	
.spacer {
	width: 100%;
	height: 15px;
	display: block;
	clear: both;
	}

