body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(../images/interface/bg-main.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 12px;
	color:#666666;
}

h1, h2, h3, h4 {
	color: #778ebf;
	font-size: 12px;
}

p, ul, li {
	color:#666666;
	font-size: 12px;
}

li {
	list-style-type: circle;
}

a {
	color:#778ebf;
	text-decoration:underline;
}

.leftshadow, .rightshadow {
	width: 40px;
}

.leftrail {
	width: 5px;
	background-image: url(../images/interface/rail-left.gif);
}

.rightrail {
	width: 5px;
	background-image: url(../images/interface/rail-right.gif);
}

.toprail {
	height: 5px;
	background-image: url(../images/interface/rail-top.gif);
}

.bottomrail {
	height: 5px;
	background-image: url(../images/interface/rail-bottom.gif);
}

#pagebody {
	background-color: #ffffff;
	width: 778px;
}

#banner {
	width: 778px;
	height: 50px;
}

#bannerleft {
	width: 370px;
	height: 40px;
}

#bannerright {
	width: 408px;
	height: 40px;
	text-align: right;
}

#flasharea {
	background-color: #2f4889;
	width: 778px;
}

#sidebar {
	background-image: url(../images/interface/bg-sidebar.jpg);
	background-repeat: repeat-y;
	width: 165px;
	color: #333333;
	font-size: 11px;
	text-align: left;
	padding-top: 5px;
}

#copyarea {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align:justify;
}

.quicknav {
	font-size: 11px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.bullet {
	color: #45577d;
	margin-top: 0px;
	height: 25px;
	width: 165px;
	display: block;
	text-align: left;
	line-height: 25px;
	background-image: url(../images/interface/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 20px;
}

.bullet a {
	color: #45577d;
	text-decoration: none;
	height: 25px;
	width: 165px;
	display: block;
	text-align: left;
	line-height: 25px;
}

.bullet a:hover {
	text-decoration: none;
	color: white;
	background-image: url(../images/interface/bullet-selected.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.footer {
	text-align: right;
	padding-top: 10px;
	font-size: 10px;
	color:#999999;
}

.floatright {
	float: right;
	width: 250px;
	padding-left: 35px;
}

.floatright p {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}