body {
	margin:0px;
	padding:0px;
	background:url(img/mainbg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.floatr {
	float:right;
	margin:0px 0px 15px 15px;
	}
.floatl {
	float:left;
	margin:0px 15px 5px 0px;
	}	
img {
	border:none;
}
a, a:hover {
	color:#000066;
	}
a:hover {
	text-decoration:none;
	}	
h1 {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#999999;
	font-weight:normal;
	background:#f2f2f2;
	border-bottom:1px solid #e8e8e8;
	height:33px;
	margin:0px;
	padding-top:13px;
	padding-left:15px;
}

h1 strong {
	color:#e3692c;
	font-weight:bold;
}

h2 {
	font-size:15px;
	color:#999999;
	margin-top:0px;
	padding-bottom:5px;
	margin-bottom:0px;
	
}

h2 span {
	color:#e3692c;
}

.spacer {
	clear:both;
}

/********** outercont styles **********/

#outercont {
	width:776px; 
	margin:0px auto; 
	background:#FFFFFF; 
	height:500px;
}

/********** innercont styles **********/

#innercont {
	width:766px; 
	border:1px solid #cccccc; 
	margin:36px auto 15px auto; 
	padding:2px;
}
#innercontr {
	border-left:2px solid #dadada; 
	padding:0px 0px 0px 15px;
	width:49%;
	float:right;
}
#innercontl {
	padding:0px 0px 0px 0px;
	width:48%;
	float:left;
}
/********** header styles ************/

#header {
	height:108px; 
	background:url(img/headerbg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#header .left {
	padding-top:18px; 
	padding-left:15px; 
	float:left;
}

#header .right {
	float:right;
	width:210px;
	color:#12305b;
	padding-right:15px;
	padding-top:15px;
}


#header .right .loginfrm {
	text-align:right;
}

#header .right label {
	font-size:10px;
	color:#666666;
	font-weight:normal;
	float:left;
	padding-top:5px;
}

#header .right .txtbox {
	width:132px;
	height:15px;
	border:1px solid #9d9d9d;
	margin:2px 0px;
}

#header .right .btn {
	float:right;
	margin-top:2px;
}

/*********** subhead styles *************/

#subhead {
	height:160px; 
	background:url(img/subheadbg.jpg) repeat-x; 
	margin-top:2px; 
	overflow:hidden;
}

#subhead .photo {
	position:absolute; width:568px; overflow:hidden; height:160px; margin-left:1px;
}

div > /**/ #subhead .photo {
	margin-left:197px;
}

/*********** nav styles ************/

#nav {
	width:176px; 
	height:160px; 
	background:url(img/menubg.jpg) no-repeat; 
	float:left; 
	overflow:hidden;
	padding-right:10px;
	padding-left:10px;
}

#nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#nav li {
	display:block;
	text-align:right;
	background:url(img/menu_sep.gif) bottom no-repeat;
	padding-bottom:5px;
	padding-top:5px;
}

#nav li a {
	display:block;
	height:19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	background:url(img/menu_norm_bg.gif) right 50% no-repeat;
	padding-right:14px;
	padding-top:3px;
}

#nav li a:hover {
	background:url(img/menu_ovr_bg.gif) right 50% no-repeat;
}

#nav .active a {
	background:url(img/menu_ovr_bg.gif) right 50% no-repeat;
}

/*********** content styles ***********/

#content {
	padding:5px 15px;
}

#content p {
	margin:10px 0px;
	line-height:20px;
}

#content .cols {
	/**background:url(img/mainsep.gif) 460px 0 repeat-y;**/
}

#content .cols .left {
	width:450px; 
	float:left; 
	padding-right:15px;
}

#content .cols .right {
	float:right; 
	padding-top:15px; 
	width:260px;
}

#content .cols .news {
	background:url(img/bullet.gif) 0 5px no-repeat; 
	padding-left:15px;
	line-height:15px;
}

#content .cols .news .date {
	color:#12305b; 
	font-weight:bold;
}

/********** footlinks styles ************/

#footlinks {
	height:34px; 
	background:url(img/footlinks_bg.gif) repeat-x; 
	color:#12305b;
	text-align:center;
	padding-top:25px;
	margin-top:5px;
}

#footlinks ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#footlinks li {
	display:inline;
	margin:0px 5px;
}

#footlinks li a  {
	color:#12305b;
	text-decoration:none;
}

#footlinks li a:hover, #footlinks .active {
	text-decoration:underline;
}

/********** footer styles **********/

#footer, #footer a {
	text-align:center; 
	color:#999999; 
	padding-bottom:20px;
	text-decoration:none;
}
