@charset "utf-8";
/* CSS Document */

@import 'news.css';
@import 'menu.css';
@import 'layout.css';

/* THE BIG GUYS */

* {
	margin:0;
	padding:0;
}

body {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	background: #ffffff url(img/content_body_basic.jpg) no-repeat center top;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 83%;
}

/* LISTS */

ul, ol, dl { margin: 0 0 1em 1em }
li { margin-left: 1.5em; line-height: 1.5em; list-style-type:circle; }
dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }
blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}
ul { list-style-type:square; }

/* TABLES */

.contenttable {
	padding: 0;
	border: 0;
	margin: 12px 0;
	width: 100%;
	background: #efefef;
	border: 1px solid #eeeeee;
}
.contenttable P.bodytext {
	margin: 0;
	padding: 0;
}
.contenttable td {
	padding: 2px;
	margin: 0;
	border: 0;
}
.contenttable th {
	font-weight: bold;
	padding: 0;
	margin: 0;
	border: 0;
	background: #eeeeee;
}
TABLE, TD, TR, TH {
	color: #666666;
	font: 100% arial, tahoma, verdana, sans-serif;
	text-align: left;
}
INPUT, SELECT, TEXTAREA {
	font: 100% arial, tahoma, verdana, sans-serif;
	color: #666666;
	background: #efefef;
}

/* TEXT PICS*/

.csc-textpic-intext-right { 
	clear:both;
	padding:0px;
	margin:0px;
}

.csc-textpic-imagecolumn {
	clear:both;
	padding:0px;
	margin:0px;
	background-color: #eeeeee;
}
.csc-textpic-image {
	padding:0px;
	margin:0px;
	background-color: #ffffff;
	border: 0px solid #333333;
}
.csc-textpic-imagewrap {
	padding:0px;
	margin:0px;
	clear:both; 
	margin-top:10px ! important;
}
.csc-textpic-imagerow, .csc-textpic-firstcol, .csc-textpic-lastcol {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
.csc-textpic-caption {
	text-align:right;
	color: #666666;
	font-size: 86%;
	padding:2px;
}

/* LINKS */

a, a:link, a:link, a:link, a:hover {
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover, a:active {
	color: #666666;
}

/* TYPOGRAPHY */

p, ul, ol {
	margin: 12px 0;
	line-height: 16px;
}

B {
	color: #202020;
}

.csc-firstHeader {
	text-transform: uppercase;
	border-bottom: 1px solid #202020;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0px;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	color: #333333;
	border-bottom: 0px solid #ffffff;
	background: none;
}
h1 {
	font-size: 116%;
	margin-top: 0px;
	text-decoration: none;
	font-style: normal;
}
h2 {
	font-size: 106%;
}
h3 {
	font-size: 96%;
}
h4 {
	font-size: 96%
}
h5 {
	font-size: 86%
}
h6 {
	letter-spacing: 0px;
	font-size: 86%;
	border-bottom: 0px solid #333333;
	color: #333333;
}
h2.imageheader {
	overflow: hidden;
	height: 26px;
	text-indent: 999em;
	white-space: nowrap;
	background-repeat: no-repeat;
	border-bottom: 0px solid #ffff00;
	margin: 0;
	padding: 0;
}
.highlight {
	color:#E17000
}
.subdued {
	color:#999
}
.error {
	color:#c00;
	font-weight:bold
}
.success {
	color:#390;
	font-weight:bold
}
.caption {
	color:#999;
	font-size:11px
}
.date {
	font: bold 82% arial, tahoma, verdana, sans-serif;
	color:#bbb;
	display:block;
	letter-spacing: 1px
}
small {
	font-size:11px
}

/* GENERAL */

img {
	border:none
}
hr {
	margin: 1em 0;
	background:#f2f2f2;
	height:1px;
	color:#f2f2f2;
	border:none;
	clear:both
}
.clear {
	clear:both;
	position:relative;
	font-size:0px;
	height:0px;
	line-height:0px
}