/***** global *****/
* {
	padding: 0;
	margin: 0;
}
body {
	background: #EEE url(../imgs/background.jpg) top repeat-x;
	margin-top: 4px;
}

#page_holder {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	width: 980px;
	margin: auto;
	height: auto;
	border: 0px solid;
	background:#FFF;
}

#header {
	background: url(../imgs/header_pattern.jpg);
	width: 980x;
	height: 206px;
	border:none;
	float:left;
}

#header img {
border: 0px;
float:left;
}

#left {
	width: 260px;
	margin: 15px 0px 20px 15px;
	height: auto;
	float:left;
	background: #FFF;
}

#left menu{
width: 235px;
line-height: normal;
}

#left menu li {
width: 235px;
height: 62px;
list-style:none;
}

#left menu li a{
	float: left;
	width: 140px;
	height: 25px;
	background:url(../imgs/button.jpg) no-repeat;
	padding: 11px 80px 20px 15px;
	color: #FFFFFF;
	font-size: 14px; 
	text-decoration: none;
}

#left menu li a:hover{
	float: left;
	width: 140px;
	height: 25px;
	background:url(../imgs/button_active.jpg) no-repeat;
	padding: 11px 80px 20px 15px;
	color: #E3060B;
	font-size: 14px; 
	text-decoration: none;
}

#left menu li a.active{
	float: left;
	width: 140px;
	height: 25px;
	background:url(../imgs/button_active.jpg) no-repeat;
	padding: 11px 80px 20px 15px;
}

#left_box_top {
width: 224px;
height: 37px;
background:url(../imgs/menu_box_top.jpg);
}

#left_box_middle {
color: #000;
float:left;
width: 194px;
padding: 15px 15px 0px 15px;
height: auto;
background:url(../imgs/menu_box_pattern.jpg) repeat-y;
}

#left_box_footer {
float:left;
width: 224px;
height: 67px;
background:url(../imgs/menu_box_bottom.jpg);
}

#content {
	float:left;
	width: 626px;
	padding: 0px 20px 20px 40px;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin-top: 2px;
}

#content h1 {
	float:left;
	width: 633px;
	height: 50px;
	background:url(../imgs/h1.jpg) top no-repeat;
	padding: 10px 0 10px 50px;
	margin-left: -30px;
	margin-top: 15px;
	font: normal 20px Verdana;
	color:#FFFFFF;
}

#content h2	{
	margin-top: 15px;
	padding-bottom: 7px;
	margin-bottom: 12px;
	font-size: 1.2em;
	color: #255F91;
	border-bottom: 1px solid #204571;
	}
#content h3	{
	font-size: 1.1em;
	color: #333333;
	}

#content a {
color: #214b78;
font-weight:bold;
text-decoration:underline;
}


#content a:hover {
color: #7aa9ca;
font-weight:bold
}

#content ul {
padding-left: 20px;
padding-bottom: 10px;
}

#content ol {
padding-left: 28px;
padding-bottom: 10px;
}

#footer {
float: left;
width: 950px;
height: 63px;
background:  url(../imgs/footer.jpg) repeat-x;
padding: 10px 15px 0px 15px;
}

#footer a {
color:#000000;
text-decoration:underline;
}

#footer a:hover {
color:#555;
text-decoration:underline;
}

#clear {
clear: both;
visibility:hidden;
}

#space {
height: 0px;
width: 692px;
}

.underline {
text-decoration:underline;
}

.right_on_same_line {
display:inline;
text-align: right;
float:right;
margin-top: -20px;
}

p {
margin-bottom: 10px;
}

a {
text-decoration:none;
}
