@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 77.6%;
	color:#000000;
	line-height:1.3em;
	margin:0 auto;
	margin-top: 25px;
	margin-bottom:50px;
	background-image:url(images/main_bg.jpg);

}

body a:link, body a:visited {
	color:#000000;
	text-decoration: underline;
	line-height:1.4em;
}

body a:hover, body a:active {
	color:#FFFFFF;
	text-decoration: none;
	background-color:#000066;
}

h1 {
	font-size:160%;
	font-family: "Trebuchet MS", sans-serif;
	color:#ffffff;
	font-weight: normal;
	margin:0em 0;
	margin-bottom:.5em;
	text-align:right;
}
h1 a:link, h1 a:visited {
	color:#ffffff;
	text-decoration: none;
}

h1 a:hover, h1 a:active {
	color:#FFFFFF;
	text-decoration: none;
	background-color:#333333;
}
h2 {
	font-size:175%;
	color:#333;
	font-weight:normal;
	margin:0px;
}

h3 {
	font-size:155%;
	color:#333333;
	font-weight:bold;
	margin:0px;
	margin-top:20px;
	margin-bottom:7px;
}

#navcontainer {
	text-align:right;
	font-size:110%;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 165px;
background-color: #666;
border-bottom: 1px solid #999;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #333;
color: #fff;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image:url(images/body_bg.jpg);
	border:#CCCCCC solid 1px;
	
}

#container2 {
	margin-left: auto;
	margin-right: auto;
	border:#ffffff solid 5px;
}
#column2 {
	height: 300px;
	margin-left:202px;
	position:relative;
}

#contentbox {
	margin-left:200px;

}
#content {

	

}

#sidebar-a {
	float:left;
	width: 190px;
	height:300px;

}
.sidebdrtop {
}
.sidebdrbttm {
}
.margins1{
	margin: 15px 20px 15px 0px;
}
.margins2{
	margin: 15px 0px 0px 0px;
}
.margins3{
	margin-top:50px;
	margin-bottom:15px;
	margin-right:10px;
}
#sidebar-wrapper1 {
	background-image:url(images/header_bg.jpg);
}
#sidebar-box1 {
}
#sidebar-box2 {
}

#sidebar-box3 {
}	

#formfield {
	background-image:url(images/widget_form_bg.jpg);
	border:solid #333333 1px;
	height: 24px;
	color:#FFFFFF;
	padding-left: 5px;
	line-height:1.9em;
}

#footer {
	width:800px;
	font-size:90%;
	color:#333333;
	margin-left: auto;
	margin-right: auto;
	position: relative;	clear: both;
	height:15px;
	padding: 1px;
	margin-top: 0;
}
#footer a:link, #footer a:visited {
	color:#333333;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color:#ffffff;
	text-decoration: none;
}
#ftrcell1 {
    width: 30%;
	float: left;
}
#ftrcell2 {
    width: 70%;
	float: right;
	text-align: right;
}

#spacer {
	width:250px;
}