body {
	font: 0.9em  Helvetica, verdana sans-serif;
	color: #032838;
	margin: 0;
	background: #8fb5ec;
	height: 100%;
	line-height:125%;
	
}


.alt {
background: #b0c4e0;
padding: 5px;
}

.sig {
font-weight: bold;
}

a {
	color: #CC6600;
}

#sans ul {
list-style: none;
}

#sans li {
border-bottom: 1px solid #333;
padding: 10px 0 10px 0;
}

/* index start */
#main {
	width: 922px;
	margin: 0 auto;
	min-height: 100%;
	padding: 0 7px 20px 8px;
}
* html #main {
	overflow:visible;
	height:100%;
}

#frmain {
	width: 853px;
	margin: 0 auto;
	min-height: 100%;
	padding: 0 7px 20px 8px;
}
* html #frmain {
	overflow:visible;
	height:100%;
}

#container {
background: #fff;
padding: 20px;
}


#left {
width: 600px;
float: left;
margin-right 400px;
}

#right {
width: 325px;
float:right;
}

#right ul {
list-style: none;
}

#right li {
border-bottom: 1px solid #333;
padding: 10px 0 10px 0;
text-align: center;
font-family: georgia, times, serif;
}

#right li a {
text-decoration: none;
}

#right li a:hover {
color: #878700;
}


/* header start */




/* header */



#nav {
	height: 41px;
	margin: 0;
	padding: 5px 0 5px 0px;
	list-style: none;
	background: #e8fb01;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	
}


#nav ul{
	list-style-type: none;
	position: absolute;
	white-space: nowrap;
	text-align: center;
	
}	

#nav li {
	display: block;
	float: left;
	color: #ccdaed;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 10px;
	text-align: left;
}

#nav li a {
	text-decoration: none;
	color: #000;
}

#nav li.current_page_item a, #nav li.current_page_parent a, #nav li a:hover {
	color: #5492ec;
}

#nav li.page_item {
padding-right: 8px;
}




#frnav {
	height: 41px;
	margin: 0;
	padding: 5px 0 5px 0px;
	list-style: none;
	background: #878700;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	
}


#frnav ul{
	list-style-type: none;
	position: absolute;
	white-space: nowrap;
	text-align: center;
	
}	

#frnav li {
	display: block;
	float: left;
	color: #8f2222;
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 10px;
	text-align: center;
}

#frnav li a {
	text-decoration: none;
	color: #ffffff;
}

#frnav li.current_page_item a, #frnav li.current_page_parent a, #frnav li a:hover {
	color: #cc9900;
}

#frnav li.page_item {
padding-right: 20px;
}







img {
	border: none;
}

.img-right {
padding-left: 10px;
float: right;
}

/* content start */
#content {
	overflow: hidden;
	width: 100%;
}
/* logo start */
.logo {
	display: block;
	margin: 26px 0 0 22px;
}
.logo a {
	display: block;
	text-indent: -9999px;
	width: 322px;
	height: 127px;
	overflow: hidden;
	background: url('../img/logo.gif') no-repeat;
}
/* left content end */
/* footer start */
#footer {
	background: #fff;
	position: relative;
	display: inline;
	border-top:1pt solid #000;
	
}

#footer img {
padding-right: 25px;
}

