body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000033;
}
h1 {
	font-family: "Century Gothic", arial, sans;
	font-size: 16px;
	color:#000033;
	font-weight:bold;
}

h2 {
	font-family: "Century Gothic", arial, sans;
	font-size: 14px;
	color:#000033;
}

h3{
	font-family: "Century Gothic", Trebuchet MS, Tahoma, sans;
	font-size: 12px;
	color:#000033;
}
h4 {
	font-family: "Century Gothic", arial, sans;
	font-size: 16px;
	color:#0b4f10;
	font-weight:bold;
}

p {
	font-family: Trebuchet MS, Tahoma, arial, sans;
	font-size: 12px;
	color:#000000;
}

li {
	font-family: Trebuchet MS, Tahoma, arial, sans;
	font-size: 12px;
	color:#655758;
}
.small {
	font-family: Trebuchet MS, Tahoma, arial, sans;
	color:#655758;
	font-size: 10px;
}
.news {
	font-family: Trebuchet MS, Tahoma, arial, sans;
	color:#655758;
	font-size: 10px;
	line-height:10px;
}
.newsBigger {
	font-family: Trebuchet MS, Tahoma, arial, sans;
	color:#655758;
	font-size: 11px;
	line-height:13px;
	margin-bottom:5px;
}
.smallWhite {
	font-family: Trebuchet MS, Tahoma, arial, sans;
	color:#ffffff;
	font-size: 10px;
	line-height: 10px;
}
.whitebuttons {
	font-family: Trebuchet MS, Tahoma, arial, sans;
	font-size: 12px;
	color:#999999;
}
a.whitebuttons:link {
	color:#FFFFFF;
	text-decoration:none;
}

a.whitebuttons:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a.whitebuttons:hover {
	color: #FFFFFF;
	text-decoration:underline;
}


a:link {
	color:#000099;
	text-decoration: none;
}
a:visited {
	color:#000099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.special:link {
	color: #FFFFFF;
	text-decoration:none;
}

a.special:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a.special:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/* ----------weblinx-------------- */
div.transOFF {
	width: 230px;
	background-color:#ffffff;
	border:2px solid #cccccc; 
}
div.transON {
	width: 230px; 
	background-color:#ffffff;
	border:2px solid #cccccc;
	opacity:0.30;
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
}
#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 10px auto 0 auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}

#nav {
	background: url("images/nav-bullets.jpg") top right repeat-y;
	float: right;
	list-style: none;
	margin: 0 1px 35px 0;
	padding: 0;
	text-align: right;
	width: 142px;
}

	#nav li {
		border-top: 1px solid #688BD4;
		-webkit-transition: background .25s;
		-o-transition: background .25s;
		-ms-transition: background .25s;
		-moz-transition: background .25s;
		transition: background .25s;
	}
	
	#nav li:last-child {
		border-bottom: 1px solid #688BD4;
	}
	
		#nav li:hover {	
			background: #000;
		}
		
			#nav li:hover a {
				margin: 0 36px 0 0;
			}

		#nav li a {
			color: #FFF;
			font-family: "Century Gothic", Trebuchet MS, Tahoma, sans;
			font-size: 11px;
			font-weight: bold;
			line-height: 26px;
			margin: 0 30px 0 0;
			text-decoration: none;
			text-transform: uppercase;
			-webkit-transition: margin .25s;
			-o-transition: margin .25s;
			-ms-transition: margin .25s;
			-moz-transition: margin .25s;
			transition: margin .25s;
		}
		
		#nav ul {		
			background: url("images/nav-internal.jpg") top right repeat-y;
			border-top: 1px solid #688BD4;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			#nav ul li {
				border: 0;
			}
			
				#nav ul li:hover a {
					margin: 0 3px 0 0;
				}
		
				#nav ul li a {
					font-style: italic;
					font-weight: normal;
					line-height: 22px;
					text-transform: none;
					margin: 0 3px 0 0;
				}
			
			#nav ul ul {
				border: 0;
			}
			
				#nav ul ul li {
					border: 0;
				}
				
					#nav ul ul li:last-child {
						border: 0;
					}
			
					#nav ul ul li:hover {
						background: none;
					}
				
						#nav ul ul li:hover a {
							color: #FFF;
							margin: 0 8px 0 0;
						}
				
				#nav ul ul li a {
					color: #90AAC7;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 10px;
					font-style: normal;
					line-height: 10px;
					margin: 0 3px 0 0;
					-webkit-transition: color .25s, margin .25s;
					-o-transition: color .25s, margin .25s;
					-ms-transition: color .25s, margin .25s;
					-moz-transition: color .25s, margin .25s;
					transition: color .25s, margin .25s;
				}
			
