
/*******************/
/* Template Layout */
/*******************/

body {
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:12px;
color:#cfc3ac;
background:#111;
}

#container {
top:8px;
width:795px;
text-align:left;
background: url(file:../images/background.jpg) 0 0 repeat; position:relative;
margin:0 auto;
border:0px solid #ccc; /* turn on for visual spacing aid or style */
}

#header {
clear:both;
z-index: 10;
text-align:left;
background: url(file:../images/background.gif) 0 0 repeat;
width:auto;
height:80px;
}

#content {
float:left;
width:785px;
padding-left: 10px;
padding-top: 10px;
margin-bottom:10px;
background: #697070;
border:0px solid #ddd; /* turn on for visual spacing aid or style */
}



/* General element styles:*/  
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family:arial, helvetica; color:#333; }
A { color:#6c1d0c; text-decoration:none; }
A:hover { color:#4e1f15; }
FORM { margin:0px; }
P, TD, UL, OL { font-size:12px; line-height:1.3em; color:#cfc3ac; margin:6px 0px;}
INPUT, TEXTAREA, SELECT textarea { font-family:arial, helvetica, sans-serif; color:#333; border: #006AC2 1px solid; font-size:12px; }
ul { margin-left:8px;padding-left:0px;list-style-position: inside; }
img {border: 0px;}

/* Headers, plain  
#main-content3col .csc-header { background-color:#264653;}
#right-content .csc-header { background-color:#264653;}*/
H1 { font-size:22px; color:#0b76ae; font-weight:bold;}
H2 { font-size:12px; color:#cfc3ac; font-weight:bold; }
H3 { font-size:13px; color:#eee; font-weight:bold;}
H4 { font-size:14px; color:#eee; font-weight:bold;}
H5 { font-size:12px; color:#0b76ae; font-weight:bold;}
H1, H2, H3, H4, H5, H6 { margin:0; padding:0;}

H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top:0px; }


