/* CSS Document */

body{
	background-color:#335A89;
	margin-top:48px;
	}
	
/* Colors and Typography */
h2, h2 a{
	font-size:24px;
	color:#6DA882;
	font-family:Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration:none;
	}
p{
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6C6D6D;
	text-decoration:none;
	}
	
	ul{
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6C6D6D;
	text-decoration:none;
	}
	
	
		h3{
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#476BA0;
	text-decoration:none;
	font-style: italic;
	font-weight: lighter;
	margin-bottom: -5px;
	}
	
	
p a{
	text-decoration:underline;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6C6D6D;
	}
p a:hover{
	text-decoration:underline;
	color:#6DA882;
	}
.copyright, .copyright a{
font-size:9px;
	color:#476BA0;
	font-family:Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration:none;
	}
.copyright a:hover{
	color:#6DA882;
	text-decoration:underline;
	}
	
	

/* Structure and Organization */
h2, h2 a{
	margin-bottom:12px;
	margin-top:0pt;
	}
br{
	margin:0px;
}
img, img a{
	margin-left:15px;
	margin-top:0px;
	}
#all{
	width:695px;
	}
#header{
	width:695px;
	float:right;
	clear:right;
	}
#headerLeft{
	width:322px;
	float:left;
	clear:left;
	}
#logo{
	background-image:url(images/banner.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:91px;
	}
#headerRight{
	width:373px;
	margin-top:67px;
	float:right;
	clear:right;
	}
#navigation{
	float:left;
	clear:left;
	}
#content{
	width:695px;
	clear:both;
	}
#contentTop{
	background-image:url(images/contentTop.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:20px;
	width:695px;
	clear:both;
}
#page{
	background-color:#FFF;
	background-image:url(images/pageBG.gif);
	background-repeat:repeat-y;
	background-position:top;
	width:632px;
	min-height:347px;
	padding-left:30px;
	padding-right:33px;
	padding-top:5px;
	padding-bottom:8px;
	}
	
	#page img {padding-bottom: 15px; }
	
#bottom{
	background-image:url(images/bottom.gif);
	height:26px;
	width:695px;
	clear:both;
}

/* Navigation [links, rollover effects, and structure] */
.aboutLink{
	width:80px;
	padding-top:28px;
	padding-left:16px;
	}
.servicesLink{
	width:80px;
	padding-top:28px;
	padding-left:16px;
	}
.contactLink{
	width:82px;
	padding-top:28px;
	margin-left:21px;
	float:left;
	}
.link, .link a{
	font-family:Verdana, Tahoma, Helvetica, sans-serif;
	font-size:10px;
	color:#4B698A;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	}
.link:hover, link a:hover{
	color:#6DA882;
}


input {
	background-color:#ffffff;
	font-family:Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	margin:2px 5px 2px 0;
	border-width: 0px 0px 2px 0px;
	border-style: solid solid dotted solid;
	border-color:#4B698A;
	color:#000000;
	
	padding:1px 2px; }

	
textarea {
font-family:Verdana, Tahoma, Helvetica, sans-serif;
font-size: 12px;
	border: 2px dotted #4B698A; }
	
	input.button {
	background-color:#6DA882;
	padding: 3px;
	border-width: 0px;
	color:#ffffff;

}
