html, body {
	margin:0px;
	padding:0px;
	font-size:10px;
	font-family:Verdanda, Helvetica, sans-serif;
	text-align: left;
}

form {
	margin:0px;
	padding:0px;
}

.maintable {
	margin:0px auto;
	background-color:#9A0F12;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9A0F12;
	border-right-color: #9A0F12;
	border-bottom-color: #9A0F12;
	border-left-color: #9A0F12;
	text-align: left;
}

.nav {
	background-color:#9A0F12;
	color:#FFF;
	height:36px;
	line-height:36px;
	text-align:left;
	padding:0px;
	text-transform:uppercase;
	margin: auto;
	width: 970px;
	font-weight: bold;
	
}

.nav a {
	width:108px;
	background-color:#9A0F12;
	color:#FFF;
	text-decoration:none;
	padding:0px 40px;
	display:inline-block;
	font-weight: bold;
	
}

.nav a:hover, .nav a.on {
	font-weight: bold;
}


#rightcolumn {
	float:right;
	width:340px;
	margin:0px 24px 15px 0px;
}

#rightcolumn .content {
	border:1px solid #CCC;
	padding:16px;
	clear:right;
	background-color:#FFF;
}

#lc_right {
	float:right;
	width:150px;
	margin:0px 0px 20px 0px;
	background-color:#FFF;
	border:4px solid #FFF;
	text-align:center;
	height:270px;	
}

#rc_right {
	float:right;
	width:150px;
	margin:0px 23px 20px 0px;
	background-color:#FFF;
	border:4px solid #FFF;
	text-align:center;
	height:270px;
}

#contentareahome {
	float:left;
	width:540px;
	
	background-color:#FFF;
	margin:0px 0px 10px 24px;
	line-height:1.6em;
}

#contentarea {
	
	
	background-color:#F7F7F7;

	line-height: 15px;
	text-align: justify;
	font-size:12px;
}



ul, ol {
	margin:0px;
	padding:0px 0px 10px 35px;
}




.col2 {
	float:left;
	width:400px;
}

p {
	margin:0px;
	padding:0px 0px 10px 0px;
}

h1, h3, h4, h5, h6 {
	margin:0px;
	padding:0px 0px 10px 0px;
	font-family:"Times New Roman", Times, serif;
	color:#900;
}


h2 {
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family:"Times New Roman", Times, serif;
font-size:16;	
color:#900;
letter-spacing:1px;
}


#contentarea h1, #contentareahome h1 {
	font-size:20px;
	
	color:#FFF;
	font-weight:normal;
	padding:5px 5px;
	text-shadow: 1px 1px 4px #222222;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	
}

h1 { font-size:130%; 
}

h2 { font-size:17px;
color:#B40404;
text-shadow: 1px 1px 2px #ccc; }

sideslidetab {
	font-size:12px;
color:#B40404;
text-shadow: 0px 0px 0px ; }

h3 { font-size:120%; }

h4 { font-size:115%; }

h5 { font-size:110%; }

h6 { font-size:105%; }

a { color:#B3121A; }

img { border:none; }

.logoworksLink {
	text-align:center;
	font-size:10px;
}

#footer {
	clear:both;
	
	color:#fff;
	background-color:#9A0F12;
	font-size:10px;
	overflow:hidden;
	text-transform:uppercase;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#footer a {
	color:#fff;
	text-decoration:none;
	padding:0px 0px;
}

#footer div.floatleft {


	
}

#footer div.floatright {
	float:right;
	
	
	text-align:right;
	    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 8px;
    padding-left: 6px;

	line-height: 15px;
}

/* form */

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}



fieldset {
	margin:10px 0px;
	padding:10px;
}

legend {
	background-image:url(images/topnav_backdown.gif);
	color:#FFF;
	font-size:14px;
	padding:4px 10px;
	border:1px solid #000;
	font-weight:bold;
	background-color:#B1141B;
}

.text { width:130px; }

.Textarea { width:840px; }

.date { width:50px; }

.required { color:#F00; }

.btnlink{
	  background-image: -moz-linear-gradient(top, #B3121A, #8F0000); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #B3121A),color-stop(1, #8F0000)); 
  background-image: linear-gradient(top, #B3121A, #8F0000);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#B3121A', EndColorStr='#8F0000'); 
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding: 7px;
    text-decoration: none;
text-shadow: 1px 1px 2px #ccc;
			-moz-border-radius: 1em;
	
			-webkit-border-radius: 1em;
		
			border-radius: 1em;
			border-radius: 1em;
}
.btnlink:hover{
	    color: #fff;
		text-shadow: 1px 1px 2px #222;
}

