body {
	margin-top: 0;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 13pt;
	color: #fff;
	background-color: #ccc;
}

#frame {
	position: relative;
	width: 867px;
	left: 50%;
	margin-left: -433px;
	border: 1px solid #999;
	border-top: none;
}

#frame h1 {
	font-size: 20pt;
	font-weight: normal;
}

#frame #header {
	height: 171px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}

#frame #topnav {
	margin-top: -25px;
	text-align: right;
}

#frame #topnav ul {
	margin: 0 15px;
	list-style: none;
}

#frame #topnav ul li {
	margin-left: 5;
	display: inline;
	background: url('images/tab_left.png') left top no-repeat;
	padding-left: 15px;
}

#frame #topnav ul li span {
	height: 35px;
	background: url('images/tab_right.png') right top no-repeat;		
	padding-right: 15px;
}

#frame #topnav ul li span span {
	margin-right: -11px;
	background: none;
	background-color: #3b4a54;
}

#frame #topnav ul li a {
	text-decoration: none;
	font-size: 9pt;
	color: #fff;
}

#frame #topnav ul li a:hover {
	text-decoration: underline;
	color: #75c4ff;
}

#frame #body {
	background-color: #2f3a41;
}

#frame #body #right {
	min-height: 350px;
}

#frame #body #left {
	position: relative;
	background-color: #2f3a41;
	float: left;
	text-align: left;
}

#frame #body .wrap {
	margin: 15px;
}

#frame #body .wrap h1 {
	color: #75c4ff;
}

#frame #body #left ul {
	list-style: none;
	font-size: 8pt;
	margin-left: -3.5em;
}

#frame #body #left li {
	text-indent: 2.5em;
	margin: 1px 0 1px;
	width: 100%;
	text-indent: none;
}

#frame #body #left li:hover, #frame #body #left li.on  {
	background-color: #3b4a54;
	background-image: url('images/selector_right.png');
	background-repeat: no-repeat;
	background-position: 100.5%;
}

#frame #body #left ul li a {
	padding: 5px 0 5px;
	color: #ffc262;
	text-decoration: none;
	display: block;
} 

#frame #body #left ul li a:visited {
	color: #ffc262;
}

#frame #body #left ul li a:hover {
	color: #75c4ff;
}

#frame #body #right {
	background-color: #3b4a54;
	float: left;
}

#frame #body .wrap {
	margin: 20px;
	text-align: left;
}

#frame #body .panel {
	font-size: 10pt;
}

#frame #body .panel h1, #frame #body .panel h2 {
	color: #ffc262;
	margin: 0 0 15px;
}

#frame #body .panel h2 {
	font-size: 10pt;
	margin: 15pt 0 15pt;
}

#frame #footer {
	background-color: #eee;
	text-align: center;
	font-size: 8pt;
	color: #777;
	padding: 15px;
}

.clearfix {
	clear: both;
}

a { 
	color: #ffc262;
	text-decoration: none;
}

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

/*
 * Rounded corners courtesy of Greg Johnson
 * http://www.spiffycorners.com
 *
 */

.rcorner {
	display: block;
}
.rcorner * {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #437ca7;
}
.rcorner1 {
	border-right: 1px solid #3e5f77;
	padding-right: 1px;
	margin-right: 3px;
	border-left: 1px solid #3e5f77;
	padding-left: 1px;
	margin-left: 3px;
	background: #416f92;
}
.rcorner2 {
	border-right: 1px solid #3b4f5c;
	border-left: 1px solid #3b4f5c;
	padding: 0px 1px;
	background: #417297;
	margin: 0px 1px;
}
.rcorner3 {
	border-right: 1px solid #417297;
	border-left: 1px solid #417297;
	margin: 0px 1px;
}
.rcorner4 {
	border-right: 1px solid #3e5f77;
	border-left: 1px solid #3e5f77;
}
.rcorner5 {
	border-right: 1px solid #416f92;
	border-left: 1px solid #416f92;
}
.panel {
	padding: 15px;
	background: #437ca7;
}
