@charset "UTF-8";
body {
	background: #92D6D9 url(/_images/body_bkgnd.gif) repeat-x;
	margin: 0px 20px 10px;
	text-align: center;
}
div {
	display: block;
}

#wrapper {
	width: 799px;
	border: 5px solid #768199;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	position: relative;
}
.stripe_bknd {
	background: url(../_images/stripe_bkgnd.gif) repeat-x;
	height: 25px;
	text-align: right;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 25px;
}
.stripe_bknd a, .stripe_bknd a:link, .stripe_bknd a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.stripe_bknd a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.stripe_bknd a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#header {
	background: #FFFFFF;
	height: 191px;
}
#main_content {
	color: #333333;
	background: #FFFFFF;
	width: 560px;
	border-right: 5px solid #515a6d;
	float: left;
	padding-right:15px;
	padding-left:15px;
}
#main_content2 {
	color: #333333;
	background: #FFFFFF;
	width: 768px;
	float: left;
	padding-right:15px;
	padding-left:15px;
}
#col_2 {
	padding-top:15px;
	float:left;
	width:550px;
}	
#col_1 {
	padding-top:15px;
	float:left;
	width:350px;
}	
#left_col {
	background: url(../_images/left_bkgnd.gif) repeat-y;
	width: 210px;
	padding: 2px 0px 0px 0px;
	float: left;
	margin-right:10px;
	margin-left:-15px;
}
#nav {
	margin: 2px 12px 20px 3px;
	padding: 0px 9px;
	background: #1c4497;
	list-style:none;
}
#nav li {
	background: #1c4497;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #265dbd;
	position:relative;
}
#nav li img {
	margin-right: 8px;
}
#nav li a {
	display:block;
	width:175px;
	height: 30px;
	line-height: 30px;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}
#nav li:hover {
}
#nav li a:hover {
	font-weight:bold;
}	
#nav .arrow {
	position:absolute;
	z-index:2;
	top:11px;
	right:0px;
}
#nav li ul {
	position:absolute;
	left:175px;
	top:0px;
	z-index:5;
	list-style:none;
	padding:0px;
	margin:0px;
	display:none; 
	background: #1c4497;
}
#nav li ul li {
	padding-left:8px;
}

#right_col {
	float:right;
	width: 204px;
	border-left: 5px solid #515a6d;
	margin-left:-5px;
	padding-bottom:15px;
	margin-bottom:0px;
	margin-top:30px;
}	

#site_links {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	list-style: outside;
}

#site_links li {
	margin: 0px;
	padding: 0px 0px 5px -5px;
}
#search {
	z-index: 2;
	background: #FFFFFF;
	height: 40px;
	width: 210px;
	position: absolute;
	right: 0px;
	top: 241px;
}
#search #search_term {
	font-size:11px;
	width:145px;
	padding:2px;
	color:#666666;
	border:solid 1px #666666;
	margin-left: 10px;
	margin-top:10px;
}
#search #search_term:hover {
	border:solid 1px #000000;
}
#search #submit {
	margin-left: 8px;
	margin-top: 14px;
}
#footer {
	clear: both;
	background: #195c60;
	color: #FFFFFF;
	font-size: 11px;
	padding: 10px;
}

#footer a { color: #FFFFFF; }
#footer table {
	margin:0px;
	padding:0px;
}	

/*************** Font CSS *************/
#left_col .header, #right_col .header {
	font: 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(../_images/stripe_bkgnd.gif);
	padding: 3px 0px;
	border-top: 5px solid #565B6B;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
#left_col .header {
	margin: 10px 8px 10px 0px;
}
#right_col .header {
	margin: 10px 0px 10px 0px;
}
#left_col p {
	margin-right: 18px;
	margin-left: 10px;
}
#right_col p {
	margin-right:10px;
	margin-left:10px;
}	

h1 {
	margin-top:15px;
}

.success {
  padding: 5px;
  color: #009900;
  border: 1px solid #00cc00;
  background-color: #ccffcc;
}

a, a:link, a:visited, a:hover, a:active {
	color:#008080;
}