html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial;
    font-size: 12px;
    background: url(../img/bg.gif) repeat-x #FFFFFF;
    color: #666666;
}
hr{
	1px solid
}
a {
    text-decoration: none;
    color: #FF6800;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: 0px;
}
.clear {
    clear: both;
}

#main_wrapper {
	position: relative;
    width: 1005px;
    margin: 0 auto;
	background-color: #FFFFFF;
	height: 100%;
}
#wrapper {
    position: relative;
    width: 985px;
    margin: 0px 10px 0px 10px;
}

#header {
    width: 985px;
    height: 128px;
	padding: 0px;
	margin: 0px;
}
#top1 {
    float: left;
    width: 560px;
    height: 70px;
	padding: 0px;
	margin: 0px;
}
#top1_1 {
	float: left;
	height: 70px;
    width: 50px;
	padding: 0px;
	margin: 0px;
}
#logo {
	
}
#contacts {
    float: right;
	width: 140px;
	height: 60px;
	font-size: 11px;
	padding: 10px 10px 0px 10px;
	background-color: #F4F4F4;
	right: 0px;
}
#contacts a{
	color: #FE7510
}
/* ---------------------------------------------------------------------------- */
#top_menu {
	width: 985px;
	height: 63px;
	background: url(../img/head_img.gif) #ffffff top no-repeat;
}
#flash {
	width: 985px;
	height: 208px;
	background-color: #FFF;
}
#flash2 {
	margin-left: 4px;
	width: 171px;
	height: 80px;
	background-color: #89B6DF;
}
#top_menu_cont {
	float: right;
	width: 830px;
}
.menu1 {
    float: left;
	width: auto;
    height: 20px;
	padding: 0px;
	margin: 42px 20px 0px 20px;
	text-align: center;
}
.menu1 a {
	color: #FFFFFF;
}
.menu1 a.active {
	color: #FFAC0D;
}
.separator1 {
    float: left;
    width: 1px;
    height: 12px;
	margin: 42px 1px 0px 0px;
    background-color: #ffffff;
}

/* ---------------------------------------------------------------------------- */
#center{
	min-height: 350px;
	_height: 350px;
	width: 100%;
	background: url(../img/center_bg.gif) #ffffff top repeat-y;
}

#left_side{
	float:left;
	width: 179px;
	background-color: #B1CBE2;
}
#left_menu{
}

ul#menu1 {
	width: 179px;
	list-style-type: none;
	padding: 0;
	margin:0;
	margin-top: 20px;
}
ul#menu1 li{
	border-top: solid 1px #FFFFFF;
}
ul#menu1 li a {
    color: #FFFFFF;
	width: 164px;
	padding-left: 15px;
    display: block;
    text-decoration: none;
    padding-top: 8px;
    height: 23px;
}
ul#menu1 li.active {
    background-color: #FE6D01;
}
ul#menu1 li.active a:hover {
    background-color: #FE6D01;
}
ul#menu1 li a:hover {
	background-color: #89B6DF;
}

/* ---------------------------------------------------------------------------- */
#left_content{
	margin-top: 50px;
	
}
/* ---------------------------------------------------------------------------- */
#texthead{
	color: #FF6800;
    font-weight: bold;
    font-size: 20px;
	
}
#contents{
	float:left;
	width: 596px;
	padding: 10px 20px 0px 30px;
	min-height: 340px;
    _height: 340px;
	
}
.title_1{
    color: #FF6800;
    font-weight: bold;
	font-size: 20px;
}
#right_side{
	float:right;
	width: 160px;
	/*background-color: #FE0055;*/
}
#calendar_bg{
	background: url(../img/cal_bg.gif) #E7EDF2 repeat-y;  

}
form {
	margin: 0;
	padding: 0;
}
#calhead{
	color: #FF6800;
    font-weight: bold;
	font-size: 18px;
	padding-top: 15px;
	text-align: center;
	background: url(../img/cal_bg.gif) top repeat-y;  
}

#calendar{
	margin-left: 18px;
	width: 130px;
	background-color: #FFFFFF;
}
#calendar a{
	color: #034796
}
#banners{
	margin-top: 12px;
	margin-left: 10px;
	text-align: center;
}
#banners_left{
	text-align: center;
}
.subject{
	font-weight: bold;
	font-size: 14px;
}
/* ---------------------------------------------------------------------------- */
#public{
	text-align: center;
	padding: 5px;
    margin: 20px 5px 20px 3px;
	background-color: #E7EDF2;
}

#pubhead{
	color: #FF6800;
    font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	
}
#public2{
	text-align: center;
	padding: 5px;
    margin: 20px 5px 20px 3px;
	background-color: #E7EDF2;
}

#pubhead2{
	color: #FF6800;
    font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	
}
/* ---------------------------------------------------------------------------- */
#footer{
position: relative;
	max-width: 100%;
	height: 50px;                               
	background: url(../img/prefooter.gif) #FE6D01 top no-repeat;  
	color: #FFFFFF;
	text-size: 12px;
	
}
#copy {
	float: right;
	position: relative;
	padding-top: 24px;
	height: 26px;
	right: 280px;
	color: #FFFFFF;
}

#solution{
position:absolute;
top:25px;
right:17px;
width:auto;
height:auto;
font-size:10px;
}

#solution a{
color: #FFFFFF;
}
