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

body {
	background-color:#f0f0f0;
	font-family: Verdana, Arial, Sans-Serif;
	font-style:normal;
	margin: 0px 0px 0px 0px;
	padding: 24px 0px 24px 0px;
	text-align: center;
}
#maincontainer {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 794px;
    text-align: left;
	line-height:120%;
    background:url(images/content_bg.jpg) repeat-y center;
}
#maincontainer #banner {
	background:url(images/banner.jpg);
	width:794px;
	height:143px;
}
#maincontainer #navbar {
	background:url(images/navbar.jpg);
	width:794px;
	height:34px;
}
#maincontainer #content {
	width:700px;
	height:auto;
	margin-left:46px;
	margin-top:15px;
	font-size:0.8em;
	color:black;
	font-style:normal;
}
#header {
	width:670px;
	height:20px;
	border:none;
	background-color:#c7dcff;
	padding-left:30px;
	margin:15px 0px 0px 0px;
	font-size:16px;
	/*font-weight:bold;*/
	font-family: Verdana, Arial, Sans-Serif;
	color:#767676;
}
#content img {
	/*padding: 0px 0px 0px 15px;*/
	float:right;
}
#maincontainer #footer {
	background:url(images/footer.jpg);
	width:794px;
	height:9px;
	font-size:0.6em;
	font-family: Verdana, Arial, Sans-Serif;
	text-align:center;
	clear:both;
}
.style1 {
	color: #5a5a5a;
	font-weight: bold;
}
a:link {
	color:#a2a2a2;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:#a2a2a2;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color:#f26c00;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#f26c00;
	font-weight:bold;
	text-decoration:none;
}
table {
	width:auto;
	text-align:left;
}
.form {
	width:400px;
	float:right;
}
.menu li {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:12px;
	float:left;
	margin-left:auto;
	padding-left:25px;
	list-style-type:none;
}
td {
	/*text-indent:5px;*/
	vertical-align:top;
	padding-left:5px;
}