* {
	margin:0;
	padding:0;
}
body {
	background:#99DCEC url(../img/body_bg.jpg) repeat-x top left;
	font-family:Lucida sans unicode, Lucida, verdana;
	font-size:90%;
	color:#015093;
}
#wrapper {
	width:827px;
	padding:0;
	margin:auto;
}
#header {
	background:#fff url(../img/header_bg.jpg) no-repeat top left;
	height:217px;
}
#navOuter {
	background: url(../img/nav_bg.jpg) no-repeat top left;
	height:66px;
	padding:0 60px 0px 50px;	
	margin-bottom:-20px;
}
#content {
	background:#fff url(../img/content_bg.jpg) repeat-y;
	padding:0 60px 0 50px;
}
#footer {
	background:url(../img/footer_bg.jpg) no-repeat top left;
	font-size:70%;
	text-align:center;
	padding:26px 0 0 0 ;
	height:35px;
}
#footerText {
	font-size:70%;
	text-align:center;
	padding:10px 0;
}
#footerText a {
	text-decoration:none;
}
#footerText a:hover{
	text-decoration:underline;
}
h1{	
	text-indent:-3000px;
	font-size:24px;
	font-weight:normal;
}
h2{
	text-indent:-3000px;	
	font-size:12px;
	font-weight:normal;
}
h3{
	font-weight:bold;
	margin:10px 0;
	padding:3px 0 5px 0px;
	margin-top:20px;
	color:#2ebcd0;
	font-size:90%;
}
ul#nav{
	margin-left:0!important;
	color:#015093;
	padding-top:11px;
	font-size:90%;
	
}
ul#nav li {
	width:100px;
	text-align:center;
	color:#015093;
	display:inline;
	margin:0;
}
#nav a {
	background:#fff;
	text-decoration:none;
	padding:2px 2px 5px 2px;
	margin:0;	
}
#nav a.first {
	padding-left:0!important;
}
#nav a.last {
	padding-right:0!important;
}
#nav a:hover {
text-decoration:underline;
	
}
a {
	color:#015093;
}
a:hover {
	text-decoration:none;
}
p {
	margin:10px 0;
	color:#015093;
	font-size:90%;
}
.pusherDiv {
	clear:both;
}
.left {
	float:right;
}
.right {
	float:right;
}
a img {
	border:none;
}
#content ul{
	margin-left:40px;
	color:#015093;
	font-size:90%;	
}
.border{
	margin-top:20px;
	padding:0 20px 30px 20px;
	border:1px solid #ccc;
}
.noMarginTop{
	margin-top:0;
}
.column{
	width:50%;
	float:left;
}
.pic {
	float:right;
	clear:right;
	padding-bottom:20px;
	display:block;
}
#leftCol {
	float:left;
	width:450px;
		
}
#rightCol {
	float:left;
	width:200px;
	margin-left:20px;
}
