@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 728px;
	margin: 0 auto;
	font-family: Tahoma;
	font-size: 11px;
	color: #616161;
}
body {
	margin: 0px;
	padding: 0px;
}
#topnav {
	background-image: url(images/top1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 38px;
	font-weight: bold;
	text-transform: uppercase;
	color: #663399;
}
#topnav li {
	PADDING-RIGHT: 0.4em;
	DISPLAY: inline;
	PADDING-LEFT: 0.4em;
	BORDER-LEFT: 1px solid #9ba6b2
}
#topnav ul {
	padding-top: 10px;
	margin-top: 0px;
	float:right;
	/*padding-left: 388px;*/
}
#topnav li.first {
	color: #cc99ff;
	text-decoration: none;
}
#topnav li.begin {
	border-left-width: 0px;
}

#topnav a:link {
	color: #663399;
	text-decoration: none;
}
#topnav a:hover {
	color: #cc99ff;
	text-decoration: none;
}
#topnav a:visited {
	text-decoration: none;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 169px;
}
#content {
	height: 600px;
}
#left {
	float: left;
	width: 509px;
}
#right {
	float: right;
	width: 216px;
}
#login {
	background-image: url(images/loginbg.jpg);
	background-repeat: no-repeat;
	height: 59px;
	padding: 6px 0 0 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
input {
	font-size: 10px;
}
#leftcontent {
	background-image: url(images/lbg.gif);
	background-repeat: repeat-y;
	padding: 0 13px;
}
.greytitle {
	font-family: Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	color: #637382;
	font-size: 11px;
}
.yellowtitle {
	font-weight: bold;
	color: #663399;
}
.rightimg {
	display: block;
	float: right;
	margin-left: 6px;
}
.leftimg {
	display: block;
	float: left;
	margin-right: 6px;
}
#footer {
	clear: both;
	text-align: center;
	padding: 5px;
}
.rightbox {
	background-image: url(images/rbg.gif);
	background-repeat: repeat-y;
	padding: 0 10px;
}
