/* CSS Reset */
html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color:#000;
}

/* Basic Layout Styles */
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
a:link, a:visited, a:hover {
	text-decoration: underline;
	color: #EFA500;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}

#page {
	margin: 0 20px;
	width: 800px;
}
#header {
	height: 100px;
	overflow: hidden;
}
#body {
	clear: both;
	padding: 10px 0;
}
#nav {
	width: 200px;
	float: left;
}
#content {
	margin-left: 200px;
}
#panel {
	margin-top: 25px;
}
#footer {
	clear: both;
	height: 20px;
}

/* Header Styles */
#home{
	height: 100px;
	width: 200px;
	float: left;
	text-align:center;
	vertical-align:middle;
}
#logo {
	height: 100px;
	margin-left: 200px;
}

/* Footer Styles */
#footer_left{
	width: 200px;
	float: left;
}
#footer_main {
	margin-left: 200px;
}

/* Main Navigation Styles */
#nav li {
	margin-left: 10px;
}
#nav .act a:link, #nav .act a:visited, #nav .act a:hover {
	text-decoration: none;
	color: #EFA500;
}
#nav .no a:link, #nav .no a:visited, #nav .no a:hover {
	text-decoration: none;
	color: #666666;
}
.navleft{
		padding: 30px 0 0 0;
}

/* Top Navigation Styles */
#nav_top {
	position:absolute;
	width: 600px;
	top: 100px;
	left: 220px;
}
#nav_top li {
	float: left;
}
#nav_top a:link, #nav_top a:visited, #nav_top a:hover {
	padding: 4px 10px;
	border: none solid #333333;
	margin-right:1px;
	color:#000;
	text-decoration: none;
}
#nav_top .act a:link, #nav_top .act a:visited, #nav_top .act a:hover {
	background-color: #CCC;
}
#nav_top .no a:link, #nav_top .no a:visited {
	background-color: #999;
}
#nav_top .no a:hover {
	background-color: #999;
}

/* Content Styles */
#content_left {
	float:left;
	width: 280px;
}
#content_right {
	float:right;
	width: 280px;
}

H1 { 
	font-size: 160%;
}
H2 { 
	font-size: 140%; 
	color: #666666; 
}
H3 { 
	font-size: 120%; 
	color: #666666;
}
H4 { 
	font-size: 100%; 
	color: #666666;
}
H1, H2, H3, H4, H5, H6 { 
	margin: 10px 0 2px 0;
}
.csc-caption {
	font-size:9px;
}
