@charset "utf-8";
/* CSS Document */
/*reset*/
* {
	margin:0;
	padding:0;
}
body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {
	border:0;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
a {
	text-decoration:none;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}
h4, h5 {
	font-size: 14px;
}
/*universal*/
.box {
	min-height:1px;
}
.box:after {
	display:block;
	visibility:hidden;
	clear:both;
	line-height:0;
	font-size:0;
	content:".";
}
.relative {
	position:relative;
}
.clear {
	clear:both;
}
.noscreen {
	display:none;
}
/*layout*/
.main {
	position:relative;
	width:960px;
	margin:0 auto;
	text-align:left;
}
#header {
	overflow:hidden
}
#header-content h1 {
	font-family: "Segoe UI", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-style: bold;
	padding-left: 10px;
}

#menu {
	clear:both;
	background:url("../images/nav.gif") 0 0 repeat-x;
}
#menu ul {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	display:inline;
	margin:0;
	padding:0;
}
#menu li a {
	display: block;
	float: left;
	padding: 8px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	letter-spacing:-1px;
}
#menu li#menu-active a {
	text-decoration: none;
}
#main-content, #left-content, #footer-content {
	padding: 5px 5px 0 5px;
}
#main-content p, h1, h2, h3, h4, h5 {
	padding-bottom: 5px;
}
#main-content ul {
	margin-left: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	list-style: square;
}

p.bodytext, p.align-left, p.align-center, p.align-right, ul {
	font-family: "Segoe UI", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
p.align-left {
	text-align: left;
}
p.align-center {
	text-align: center;
}
p.align-left {
	text-align: right;
}
.csc-textpic-caption {
	font-size: 10px;
	line-height: normal;
}