/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/stripe.gif);
	font-size: 8pt;
	color: #000000;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
#bgimage {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	}
#bgwrapper {
	width: 920px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	}
#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #ffffff;
	}
#header {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	background-color: #ffffff;
	}
#topnav {
	width: 900px;
	height: 19px;
	background-image: url(images/bar.gif);
	color: #FFFF00;
	margin: 0 auto;
	padding-top: 3px;
	font-size: 10pt;
	text-align: right;
	vertical-align: middle;
	}
#topnav a {
	color: #FFFF00;
	text-decoration: none;
	}
#topnav a:hover {
	color: #FFFF99;
	text-decoration: none;
	}
#container {
	width: 900px;
	padding: 5px 0;
	background-color: #ffffff;
	}
#leftcontent {
	width: 170px;
	float: left;
	background-color: #ffffff;
	margin-bottom: 20px;
	}
.leftcontent {
	padding: 5px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	}
#middlecontent {
	width: 530px;
	float: left;
	background-color: #ffffff;
	}
.middlecontent {
	padding: 5px;
	margin: 0 auto;
	text-align: left;
	}
#middlecontent2 {
	width: 720px;
	float: left;
	background-color: #ffffff;
	}
.middlecontent2 {
	padding: 5px;
	margin: 0 auto;
	text-align: left;
	}
#rightcontent {
	width: 200px;
	float: left;
	background-color: #ffffff;
	}
.rightcontent {
	padding: 5px;
	margin: 0 auto;
	text-align: left;
	}
#rightcontent2 {
	width: 700px;
	float: left;
	}
.rightcontent2 {
	padding: 3px;
	margin: 0 auto;
	}
#leftnavigation {
	background: #ffffff;
	margin: 0;
	text-align:left;
	padding: 0 5px;
	}
.menutitle {
	cursor: pointer;
	color: #000000;
	padding: 3px;
	text-align: left;
	border-bottom: 1px solid #000000;
	}
.menutitle:hover {
	cursor: pointer;
	color: #000000;
	background: #FFFF00;
	padding: 3px;
	text-align: left;
	border-bottom: 1px solid #000000;
	}
.menutitle a {
	cursor: pointer;
	text-decoration: none;
	color: #000000;
	padding: 0;
	text-align:left;
	}
.menutitle a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #000000;
	padding: 0;
	text-align:left;
	}
.submenu {
	margin: 0;
	color: #000000;
	margin-left: 0;
	}
.submenu ul {
	list-style: none;
	padding: 3px 3px 3px 10px;
	margin: 0;
	line-height: 150%;
	}
.submenu li {
	margin: 0;
	padding-left: 3px;
	color: #000000;
	border-bottom: 1px dotted #000000;
	}
.submenu li:hover {
	color: #000000;
	background: #FFFF00;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	}
.submenu a {
	color: #000000;
	text-decoration: none;
	}
.submenu a:hover {
	color: #000000;
	text-decoration: none;
	}
#footer {
	clear: both;
	width: 900px;
	height: 19px;
	margin: 0 auto;
	padding-top: 3px;
	background-image: url(images/bar.gif);
	background-color: #000000;
	color: #FFFF00;
	text-align: left;
	vertical-align: middle;
	}
.boxtitle {
	padding: 3px;
	height: 20px;
	width: 184px;
	font-weight: bold;
	background-image:url(../images/box_head_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0;
	color: #000000;
	}
.boxcontent {
	padding: 3px;
	border-bottom: 2px solid #3dce03;
	background-color: f2feef;
	margin-top: -6px;
	color: #000000;
	}
.boxcontent2 {
	padding: 3px;
	border-bottom: 2px solid #3dce03;
	background-color: #FFFF66;
	margin-top: -6px;
	color: #000000;
	}


