@charset "UTF-8";
body {
	background-color:#3B3B3B;
	background-image:url(pics/bodyback.gif);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
}

#fullpage {
	width:100%;
	height:100%;
	margin:auto;
}

#centercolumn {
	width:908px;
	margin:auto;
	text-align:center;
}

#framebordercol {
	border:2px solid #333;
}

#staticmenu {
	width:904px;
	height:50px;
	text-align:right;
	color:#FFF;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	line-height:50px;
	font-size:12px;
}

#staticmenu a{
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	padding:3px;
}
#staticmenu a:hover{
	color:#ccc;
	text-transform:uppercase;
	text-decoration:underline;
}

#header {
	width:904px;
	height:188px;
	margin-left:auto;
	margin-right:auto;
	background-color:#4a0607;
	background-image:url(pics/header.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

#headerrightcol {
	width:452px;
	height:188px;
	margin-left:auto;
	margin-right:auto;
	float:right;
}

#mainmenu {
	padding-left:3px;
	background-color:#000000;
	text-align:left;
}

#mainmenu a {
	text-transform:uppercase;
	color:#FFF;
	font-size:12px;
	text-decoration: none;
	line-height:34px;
	height:32px;
	padding:6px;
	border-right: 1px solid #333;
	padding-left:8px;
	padding-right:8px;
}

#mainmenu a:hover {
	color:#900
}

.content {
	background-color:#531314;
	background-image:url(pics/content.gif);
	background-repeat:repeat-x;
	background-position:center top;
}

#lefttext {
	width:385px;
	float:left;
	padding:25px;
	text-align:left;
	min-height:550px;
	position:static;
}

#righttext {
	width:385px;
	float:right;
	padding:25px;
	text-align:left;
	position:static;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-transform:uppercase;
	color:#FFFFFF;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-transform:uppercase;
	color:#FFFFFF;
}

h3 {
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

h4, h6, h6 {
	color:#FFFFFF;
}

p.bodytext {
	line-height:140%;
	font-size:12px;
	color:#FFFFFF;
}

ul {
	line-height:140%; font-size:12px;
	color:#FFFFFF;
}

li {
	line-height:140%; font-size:12px;
	color:#FFFFFF;
}

#footer { margin-top:10px; color:#000; font-size:12px; text-align:center
}

.csc-textpic-caption {
	font-size:12px;
	color:#FFFFFF;
}

a:link, a:visited, a:active {
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
}

a:hover{
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

table.setcard {
	line-height:140%;
	font-size:12px;
	color:#ffffff;
	width:100%;
}

td.td-0 {
	font-weight:bold;
	margin:1px;
	background-color:#4d1011;
	padding:3px;
}

td.td-1 {
	background-color:#4d1011;
	padding:3px;
}


/* Mail Form */
fieldset.csc-mailform {
	border:0;
}

fieldset.csc-mailform label {
	width: 80px;
	/*float: left;*/
	text-align: left;
	display: block;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}
fieldset.csc-mailform input,
fieldset.csc-mailform textarea {
	border-style: solid;
	border-width: 1pt;
	border-color:#000000;
	font-size:12px;
	color:#000000;
	width:325px;
	height:20;
	margin-bottom:10px;
}

fieldset.csc-mailform-submit {
	border-style: solid;
	border-width: 1pt;
	border-color:#000000;
	font-size:12px;
	color:#000000;
	width:80px;
	height:20;
}