﻿* {
	margin:0;
	padding:0;
}
body {
	background:#42385E url('images/body.jpg') repeat-x scroll top left;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}


/* wrapper */
div#wrap {
	width:850px;
	margin:30px auto 20px auto;
	padding:0 10px;
}


/* header & nav */
div.header {
	height:102px;
	margin:0 auto 12px auto; 
	background-image: url('images/header3.png'); 
}
div#navbg {
	background-color:#ffffff;
	padding:5px;
}
div#nav {
	
	background-color:#2ba3bd;
	height:46px;
	display:block;
}
div#nav ul {
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}
div#nav ul li {
	display:block;
	float:left;
	padding:0 5px;
	background-color:#2ba3bd;
}
div#nav ul li a, div.nav ul li a:visited {
	float:left;
	padding:15px;
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}
div#nav ul li a:hover {
	text-decoration:underline;
}
div#nav ul li.selected a, div#nav ul li.selected a:visited, div#nav ul li.selected a:hover {
	background-color: #2D1928;
	text-decoration:none;
}

/* headers */



/* element defaults */
p {
	line-height:1.7em;
	font-size:0.95em;
	color:#333333;
}
ul {
	padding:0 0 20px 35px;
	list-style:none;
}
code {
	border:1px solid #dddddd;
	color:#666666;
	display:block;
	padding:10px;
	margin:10px 0;
}

/* default forms */
fieldset { 
	border:none;
	border-top:1px solid #dddddd;
	margin-top:10px;
}
fieldset legend {
	font-size:0.9em;
	color:#666666;
	font-weight:bold;
	padding:0 10px 0 0;
	background-color:#ffffff;
}
form { }
form input, form textarea {
	border:1px solid #999999;
	border-bottom-color:#cccccc;
	border-right-color:#cccccc;
	padding:5px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
form input.formbutton {
	background:#283039 none repeat-x scroll bottom left;
	color:#ffffff;
	border:1px solid #3D4A57;
	color:#ffffff;
	font-size:0.8em;
	padding:6px 14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* default tables */ 
table {
	width:100%;
	margin-bottom:10px;
}
table tr th, table tr td {
	padding:5px 10px; 
}
table tr th {
	background:#3D4A57 none repeat-x scroll bottom left;
	color:#ffffff;
	border-top:2px solid #526475;
}
table tr td {
	border-bottom:1px solid #dddddd;
}


/* default links */
a, a:visited { 
	color:#3D4A57;
} 
a:hover { 
	color:#283039; 
}
	

/* centeral page */
div.page {
	clear:both;
	margin:0;
	padding:0;
	background-color:#ffffff;
}
div.page ul {
	font-size:0.95em;
	color:#333333;
}
div.page ul li {
	padding:2px 0;
}
div.page p {
	text-align:justify;
	font-family:Helvetica, Arial, sans-serif;
	color:#444444;
}

/* content */
div.page-wrap {
	background-color:#ffffff;
	padding:5px;
	clear:both;
}
div.content {
	background-color:#cccccc;
	float:left;
	width:100%;
	
	}

/* sidebar */
div.sidebar {
	padding-left:20px;
	float:left;
	width:30%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.sidebar p { 
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:40px;
}
div.sidebar ul {
	margin:0 0 40px 0;
	padding:0;
}
div.sidebar ul li {
	padding:5px 0;
}



/* footer */
div.footer {
	clear:both;
	background:#2ba3bd;
	min-height:30px;
	
	}
div.footer p {
	text-align:center;
	color:#eeeeee;
	padding-top:3px;
	font-size:0.9em;
}
div.footer p a, div.footer p a:visited {
	color:#eeeeee;
}


/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}
