/* CSS Document */

body{
background-color:#003366;
margin: 0px;
colour: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif; /*or any other font family you prefer*/
font-size: 12px;
}

#container {
	position: center top;
	width: 955px;
	margin: auto;
	color: #CCCCCC
}

#standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

a.nav:link {
 	color: #FFFFFF;
	text-decoration:none;
 }
 
a.nav:visited {
 	color: #FFFFFF;
	text-decoration:none;
 }
 
 a.nav:hover {
 	color: #FFFF00;
	text-decoration: underline;
 }
 
 a.nav:active {
 	color: #FFFFFF;
	text-decoration:none;
 }.bottom_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #72b2f2;
}
.standard_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.standard_text_bold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.border_pictures {
	border: 1px solid #0066CB;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.border_space_left {
	padding-right: 5px;
	padding-bottom: 0px;
	border: 1px none #666666;
}

.title_spacer_underline {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}
.dashed_border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
}
.lowercase_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0066CC;
}
.size12_titles {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0066CC;
}
.standard_text_side {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

#sidebar a {
 	/*/*/padding: 6px;
 	display: block;
 	border: 0px;
 	text-decoration: none;
 	line-height: 1em;
 	width: 200px; /* */
 }

#sidebar a:hover {
 	color: #FFFFFF;
 	background-color: #96A5C4;
 	border: 0px solid #009900;
 }
 
.portfolio_thumbs {
	padding: 5px;
	border: 1px solid #666666;
}

.size10_titles {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0066CC;
}
