/*Reset ============================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*Default Text ============================================*/

body{
	background-color: #F2FBE5;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;

}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding-bottom: 15px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	padding-bottom: 10px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	padding-bottom: 10px;
}
h3{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12pt;
	color: #663300;
	padding-bottom: 15px;
	font-weight: bold;	
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding-bottom: 15px;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding-bottom: 15px;
}

strong{
	font-weight: bold;

}

br{
	padding-top: 10px;
}
a {
	color: #004A8D;
}

a:visited {
	color: #004A8D;
}

a:hover {
	color: #316595;
}





/*Content Structure ============================================*/

#container{
	margin: 0 auto;
	padding: 0px 3px;
	width:800px;
	background-color: #FFFFFF;
	background-image: url(../images/container-background.gif);
	background-repeat: repeat-y;
	align: center;
}
#header {
	border-bottom-style: solid;
	border-bottom-color: #333366;
}
#sectHead {
	padding: 20px;
}

#sectHead h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	padding: 0px;
}
#sectHead h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333366;
}


#PageContent{
	width:550px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#PageCol1{
	width:210px;
	margin: 0;
	padding: 0px 20px 40px;
	float: left;
	
}
#PageCol1 H1{
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #004A8D;
	font-weight: bold;

}


		/*Sub Navigation ============================================*/
		
		#PageCol1 ul{
			padding: 0px;
			clear: both;
		}
		
		#PageCol1 li{
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #CCCCCC;
		}
		#PageCol1 li a{
			display: block;
			padding: 6px 10px 7px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11pt;
			font-weight: bold;
			color: #004A8D;
			text-decoration: none;
			
		}
		
		#PageCol1 li a:hover{
			background-color: #EEE;
		}
		
		#PageCol1 ul li ul li{
			border-bottom-width: 1px;
			border-bottom-style: none;
			border-bottom-color: #CCCCCC;
		}
		#PageCol1 ul li ul li a{
			display: block;
			padding: 4px 10px 4px 20px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-weight: normal;
			color: #004A8D;
			text-decoration: none;
			
		}
		
		#PageCol1 ul li ul li a:hover{
			background-color: #EEE;
		}
		
		/*End Sub Navigation ============================================*/


#PageCol2{
	
	width:330px;
	margin: 0;
	padding: 20px 10px 0px 20px;
	float: left;
	
}
#PageCol3{
	width:160px;
	margin: 0;
	padding: 20px 20px 0px 10px;
	float: left;
	
}
#PageCol4{
	width:203px;
	margin: 0;
	padding: 180px 0px 20px;
	float: left;
	
}
#PageCol4 li{
	padding: 0px 0px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}
#footer{
	margin: 0px;
	padding: 20px 10px 10px;
	width: 780px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
}
#links{
	margin: 0px;
	padding: 20px 10px 10px;
	width: 780px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	float: none;
	height: 100px;
}

#links ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
#links li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: center;
    position: static;
}
#links a {
	clear: both;
	display: block;
	margin: 0px;
	padding: 2px 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	text-align: center;
}

#Gallery{
	width:510px;
	margin: 0px;
	padding: 20px;
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
#nocol{
	width:510px;
	margin: 0px;
	padding: 20px;
	float: left;
}

/*Top Navigation ============================================*/

#Navigation{
	width: 800px;
	height: 32px;
	background-image: url(../includes/cssmenus2/skins/arktic_blue/img/bgtop_h.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #757575;
	border-bottom-color: #757575;
	padding: 0px;
	
}
/*Classes ============================================*/
.homeNav a {
	color: #004A8D;

}
#news{
	padding-top: 48px;
	padding-bottom: 20px;
}
.story{
	clear:both;
	padding-bottom: 10px;
}
div.story img{
	width: 75px;
	float:left;
}
div.story p{
	width: 130px;
	float:right;
	text-align:left;
	padding-top: 3px;
	color: #666666;	
}
#PageCol3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-align: center;
}
#Gallery img {
	
	margin-bottom: 10px;
	padding: 0px;
}
.breasts {  font-family: "Georgia", "Times New Roman", "Times", "serif"; font-size: 11px; color: #003366; line-height: 14px}
