body {
	margin:0;
	padding:0;
	background:#000000 url("../images/header.jpg") no-repeat center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-size:18px;
	color: #0066CC;
}

h2 {
	font-size:14px;
	color: #006699;
}

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

a:hover {
	text-decoration: underline;
}

#header {
margin-left: auto;
margin-right: auto;
width: 867px;
}

#nav {
position: relative;
top: 224px;
float: right;
padding-right: 5px;
}

#nav ul {
margin: 0;
list-style: none;
padding: 0px;
}

#nav li {
float: left;
background-image: url("../images/tab_active_left.png");
background-repeat: no-repeat;
padding: 0 0 0 24px;
}

#nav a,
#nav a:active,
#nav a:link,
#nav a:visited  {
text-align: center;
display: block;
background: url("../images/tab_active_right.png") no-repeat right top;
padding: 10px 24px 10px 0px;
text-decoration: none;
font-weight: bold;
color: #999999;
}

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


#nav li.current {
background-image: url("../images/tab_left.png");
}

#nav li.current a {
color: #FFFFFF;
background: url("../images/tab_right.png") no-repeat right top;
}

#breadcrumbs {
	position:relative;
	top: 264px;
	margin-left: 10px;
	padding-bottom: 20px;
	color: #006699;	
}

#breadcrumbs a,
#breadcrumbs a:active,
#breadcrumbs a:link,
#breadcrumbs a:visited  {	
	color: #006699;	
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: none;
	color: #0099FF;
}

#container {
	position:relative;
	top: 264px;
	width: 867px;
	margin: auto;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}

#content {
	width: 100%;
	margin: auto;
	background: #FFFFFF;
	overflow:auto;
}

#content_left {
	float: left;
	width: 570px;
	padding: 5px 20px 30px 30px;
}

#Sidebar {
	float: right;
	width: 200px;
	padding: 5px 20px;
}

#Sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0px;
}

.submenu {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding-bottom: 20px;
	background: #FFFFFF url("../images/menu_bg.png") repeat-x;
	line-height: 16px;
}

.submenu a,
.submenu a:active,
.submenu a:link,
.submenu a:visited  {
	color: #003366;
}

.submenu a:hover {
	color: #0099CC;
}

#footer {
	background: url("../images/footer.png") repeat-x;
	text-align: center;
	font-size: 11px;
	color: #CCCCCC;
	width: 100%;
	height: 48px;
	line-height: 45px;
}

#footer a,
#footer a:active,
#footer a:link,
#footer a:visited  {
	font-size: 11px;
	color: #CCCCCC;
}

