/* CSS Document */
body
{
	background-image:url(../images/main_bgd.jpg);
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;
	background-color:#fff;
	margin:0px;
	padding:0px;
}

a
{
	color:#cc0000;
}
a img
{
    border:none;
}
div.footer
{
	background-color:#000;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:128px;

}
div.footer div.fcontent
{
	width:754px;
	text-align:left;
	background-repeat:no-repeat;

	
	padding-top:0px;
}

div.footer div.fcontent ul a
{
	
}

div.footer ul
{
	float:left;
	list-style-type:none;

}
div.footer ul li
{
	padding:4px;
}
 div.cp
{
	text-align:right;
background-color:#333;
border-top:1px solid #666;
text-align:center;
	
}
 div.cp img
 {
    margin-left:450px;
 }

div.footer ul a
{
	color:#ccc;
}
div.footer ul a:hover
{
	color:#fff;
}
h1
{
	font-size:11px;
	font-weight:normal;
	display:block;
	margin:0px;
	padding:0px;
	width:100%;
	text-align:right;
}
div.hd
{
	text-align:right;
	display:table;
}
div.hd img
{
	vertical-align:middle;
	float:left;
}
div.uplinks
{
	width:530px;
	float:right;
	padding-top:17px;
	text-align:right;
}
div.uplinks a.lsel
{
    border-top:2px solid #2ad847;
    cursor:default;
}
div.hd div.uplinks a
{
}
div.hd div.uplinks a.selected
{
	background-color:#cc0000;
}
div.container
{
	width:754px;
	text-align:left;
}

div.midcentral
{
	display:table;
	height:auto;
	width:774px;
}
div.column
{
	width:220px;
	float:left;
}
div.content
{
	float:left;
	width:510px;
	padding-left:20px;
}

div.column div.box
{
	border:1px solid #cccccc;
	background-color:#f1efe5;
	background-image:url(../images/side_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:20px;
	padding:15px;
}
div.column div.box div.hd
{
	color:#fff;
	background-color:#666666;
	padding:5px;
	height:18px;
}
div.menu a
{
	display:block;
	padding:4px;
	border-bottom:1px solid #666;
	text-decoration:none;
}
div.menu a:hover,div.menu a.selected
{
	background-color:#fff;
	font-weight:bold;
}
div.menu a:hover
{
	font-weight:normal;
}
div.menu a.selected:hover
{
	font-weight:bold;
}
div.content h1
{
	text-align: left;
	/*border-bottom:3px solid #ccc;*/
	padding-top:20px;
	color:#cc0000;
	font-size:18px;
	font-weight:lighter;
	
}
div.content h3
{

	padding: 10px 0 10px 0;
	font-size:18px;
	color:#666;

}

div.content label
{
	background-color:#cc0000;
	color:#fff;
	padding:5px;
	font-size:18px;
	margin:2px;
	display:inline-block;
}
div.d_box
{
	background-color:#f1efe5;
	border:1px solid #cccccc;
	padding:10px;
	width:250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	height:75px;
}
div.d_box img
{
	float:left;
	margin:5px;
	border:none;
}
div.d_box a
{
	font-weight:bold;
}
div.d_box div
{
	clear:both;
}

td,input.text
{
    font-size:11px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}