body {
	background:#0f477a url(images/body_bg.jpg) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-size:12px;
}
#shell, #content {
	width:750px;
	height:auto;
	margin:0px auto;
	background:#ededed;
	color:#000;
}
#head {
	height:136px;
	background:#fff;
	font-size:1px;
	line-height:1px;
}
#content {
	background:#0060a8 url(images/menu_bg.jpg) repeat-y 0px 0px;
	color:#000;
	position:relative;

}
#widlogo {
	float:left;
	position:absolute;
	left:0px;
	bottom:0px;
	display:block;
	width:155px;
	height:89px;
	background:#fff url(images/logo.gif) no-repeat 0px 0px !important;
	text-decoration:none;
	text-indent:-10000px;
	border-top:solid 1px #2a80c0;
	
}
#downnav {
	width:710px;
	margin:0px auto;
	padding:8px 0px;
	text-align:center;
	line-height:170%;
	list-style-type:none;
	text-align:center;
	display:block;
}
#downnav li{
	display: inline;
	list-style-type:none;
	text-align:center;
}
#downnav a {
	display: inline;
	margin:0px 5px;
	color:#666;
	text-decoration:none;
}
#downnav a:hover {
	text-decoration:underline;
}
#footer {
	border-top:solid 1px #fff;
	clear:both;
	width:750px;
	background:#006fb8;
	color:#fff;
	text-align:center;
	padding:7px 0px;
	margin:0px;
}
.clear {
	clear:both;
	line-height:0px;
	height:0px;
	font-size:1px;
}
#leftc {
	width:155px;
	float:left;
	height:auto;
	padding:20px 0px;
}
#rightc {	
	float:right;
	width:595px;
	height:auto;
	background:#ededed;
	padding:20px 0px;
}
h1 {
	font-size:20px;
	color:#0070b9;
	border-bottom:solid 7px #f5d628;
	padding:0px;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 35px;
	background:url(images/bullet_h.gif) no-repeat 20px 11px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
p {
	margin:0px 40px 20px 20px;
	padding:0px 0px 10px 0px;
	border-bottom:solid 1px #f0e4a0;
	line-height:140%;
}
p a{
	color:#0070b9;
}
p a:hover{
	text-decoration:none;
}
p.msg {
	margin:0px 40px 242px 20px;
}
p img, .list img {
	float:right;
	border:solid 1px #f0e4a0;
	padding:5px;
	margin:5px;
}
.bold {
	font-size:16px;
	font-weight:bold;
}
.smbold {
	font-size:14px;
	font-weight:bold;
}
.clbold {
	font-size:16px;
	color:#0070b9;
	font-weight:bold;
}
.list {
	padding:0px 0px 10px 0px;
	margin:0px 40px 20px 20px;
	border-bottom:solid 1px #f0e4a0;
	list-style-position:inside;
	list-style-type:square;
	line-height:260%;
	color:#0070b9;
}
.list li a{
	font-size:14px;
	font-weight:bold;
	color:#0070b9;
}
.list li a:hover{
	text-decoration:none;
}
.newslink {
	font-size:14px;
	color:#0070b9;
}
.newslink:hover {
	text-decoration:none;
}
.menu, .selected{
	font-size:15px;
	font-weight:bold;
	display: block;
	width:140px;
	height:auto;
	padding:5px 0px 5px 15px;
	background:#1a70b1;
	text-decoration:none;
	color:#d1e2ef;
	margin:0px 0px 2px 0px;
	border-bottom:solid 1px #2a80c0;
	border-top:solid 1px #2a80c0;
}
.menu:hover{
	background:#d9e7f2;
	color:#0060a8;
}
.selected {
	background:#fff;
	color:#0060a8;
}
.fieldplace {
	display:block;
	width:350px;
	margin:0px 20px 15px 20px;
	height:auto;
}
.fieldplace .inp {
	float:right;
}
.fieldplace input {
	width:200px;
	background:#ddd;
	border:solid 1px #999;
}

textarea {
	background:#ddd;
	border:solid 1px #999;
	overflow:auto;
	width:200px;
	height:100px;
}
.label {
	float:left;
	width:100px;
}
.btnplace {
	width:350px;
	height:auto;
	text-align:right;
}
.btnplace input {
	margin:0px 10px;
	width:75px;
	background:#bbb;
	border:solid 1px #999;
}