@charset "UTF-8";

body {
	 background: url(bg.jpg) repeat-x;
	 margin: 0;
	 padding: 0;
	 font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

#top {
	 width: 770px;
	 height: 97px;
	 margin: 0 auto;
	 padding: 0;
	 padding-bottom:10px;

}
#menu {
	 width: 770px;
	 height: 70px;
	 margin: 0 auto;
	 padding: 0 0 0 70px;
	 font-size: 10px;
	 color: #9b9b9b;
	 overflow: hidden;
}

.menuTitle {
	 color:#666666;
	 font-size: 14px;
	 display: block;
	 font-weight: bold;
	 font-style: normal;
	 text-decoration:none;
}

.menuItem {
	 display:inline;
	 float: left;
	 margin-left: 40px;
	 padding-left: 10px;
	 height: 98px;
	 width: 110px;
}

.subMenuItem {
	 text-decoration: none;
	 color: #666666;
	 padding-top:0px;
	 padding-right: 0px;
}

.menuItem a:hover {
	text-decoration:underline;
}

.menuBox {
	     overflow:visible;
		 display: block;
		 margin-left: 70px;
		 padding-right: 12px;
		 width:100px;
		 height:50px;
}
#logo {
	border-style:none;
}

#lowerBody {
		 width: 770px;
		 margin: 8px auto 0 auto;
		 background: url(img/bg.jpg) top left repeat-y;
}

#content {
	min-height:300px;
	float: left;
	width: 460px;
	padding-top: 0px;
	overflow: hidden;
}
.mainText {
	text-align:left;
	font-size:10pt;
	color:#666666;
}

.subHeaderText {
	font-size: 11pt;
	color:#333333;
	text-decoration:none;
	
}
.headerText {
	font-size: 12pt;
	color:#333333;
}
.listText {
	text-align:justify;
	font-size:10pt;
	color:#666666;
	list-style-type:decimal;
}
.article {
	padding:10px;
	background-color:#F4F4F4;
}
.articleImage {
	float:left;
	margin-right: 10px;
}
.articleImageRight {
	float:right;
	margin-left:10px;
}
#sideMenu {
		 float: right;
		 width: 284px;
		 padding-top: 53px;
}
.sideBarHeader {
	width: 250px;
	height: 15px;
	background-color:#DDDDDD;
	padding-left: 10px;
	padding-bottom: 2px;
} 
.sideBarTitle {
	font-size: 11pt;
	color:#666666;
	font-weight:bold;
}
#sideMenuContent {
		 margin-bottom: 50px;
		 overflow: hidden;
}

#sideMenuContent ul {
		 margin: 0 0px 0 0px;
		 padding: 1px 15px 0 15px;
		 list-style-type: none;
}

#sideMenuContent li {
	 font-size: 13px;
	 font-weight: bold;
	 overflow:visible;
}

#sideMenuContent li a {
	border: .5px solid #FFFFFF;
	margin: 1px;
	display: block;
	height: 45px;
	line-height: 25px;
	width: 235px;
	padding-left: 5px;
	color: #888888;
	text-decoration: none;
}

#sideMenuContent li a:hover {
	 color: #666666;
	 border: .5px solid #CCCCCC;
}

#sideMenuContent li span{
		 display: block;
		 font-size: 11px;
		 font-weight: 100;
		 margin-top: -7px;
		 margin-left: 10px;
		 line-height: 13px;
}
#clear {
	width:100%;
	height:2px;
}
#footer {
	padding-top:30px;
	height:40px;
	bottom:1px;
	clear:both;
}
.footerContent {
	font-size:9px;
	color:#666666;
}

a {
	text-decoration:none;
	color:#000066;
}
a:hover {
	text-decoration:underline;
}

.loginForm {
	color: #666666;
	height: 23px;
	width: 150px;
	padding-left:5px;
	border-style: none;
	background-repeat:no-repeat;
	background-color:#F4F4F4;
	font-size: 9pt;
}
