@charset "utf-8";
/* CSS Document */


html  {
height:100%;
}

html {
background:none repeat scroll 0 0 #4e5054;;
color:#000000;
}

* {
margin:0;
padding:0;
}


a img { border-style:none;}

td { vertical-align: top; }

body {
	margin-top:0px;
	margin-left:0;
	background-color:#FFF;
	background-image:url(img/header_bg.jpg);
	background-repeat:no-repeat;
	
	}
	
#container {
    margin-left: auto;
    margin-right: auto;
}

#content {
    margin: 0;
    padding: 0;
   
    min-height: 660px;
    background-color: #FFFFFF;
}

#content_left {
	margin: 0;
    padding: 0;
	width:808px;
	float:left;
}

#main_content {
	margin: 0px;
    padding: 20px 50px 0 25px;
    font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight:normal;
	letter-spacing: 0pt;
    color: #000;
}


#header {
    height: 81px;
	/*border:1px solid #F00;*/
}

#left {
	float:left;
	width:210px;
}

#middle {
	float:left;
	background-image:url(img/content_bg.gif);
	background-repeat:no-repeat;
	width:581px;
	min-height:470px;
}

#right {
	float:left;
	margin:20px 0 0 6px;
	width:250px;
}

#site-info  {
    height: 180px;
    min-width: 1005px;
    position: relative;
    width: 100% !important;
    background-image: url('img/header_bg.jpg');
    background-repeat: no-repeat;
}

#footer {
    clear: both;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 10pt;
    font-family: Trebuchet MS;
    color: #000000;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-image: url('img/footer_bg.png');
    background-repeat: repeat;
}

#footer a  {
	color:#00539b;
	text-decoration: underline;
	}

#footer a:hover  {
	color: Black; 
	}

.error { color: Red;}
