/* Start of CMSMS style sheet 'neasa' */
body {
	background-color: #000000;
                color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
                font-size: 80%;
                line-height: 1.5em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

div#main {
    width: 800px;
    margin: 2.5em auto;
}

div#wrap{
    width: 800px;
    margin: 0 auto;
}


div#content {
    padding: 0 1.2em 0 1.2em;
}

div#home_bg {
    width: 545px;
    float: left;
    margin: 0 0 0 15px;
    /* height: 481px; */
    background-image: url(/uploads/images/site/homepagebg.gif);
}

div#home_right {
   width: 200px;
   float: right;
   margin: 0 15px 0 0;
}
div#home_content {
    width: 80%;
    text-align: left;
    margin: 1em 0 1em 1em;
    float: left;
}
div#home_content p {
    line-height: 1.4em;
    margin: 1em 0 1.5em 0;
}

#footer {
    clear:left;
    width: 800px;
    margin: 2.5em auto;
    text-align: center;
}
div#hits_bg {
    width: 600px;
    /* height: 481px; */
    background: url('/uploads/images/site/hits-page-background.gif');
}
div#hits_content {
    text-align: center;
    /* margin: 1em 0em 1em 1em; */
    padding: 1em;
    float: left;
}
div#hits_content p {
    line-height: 1.4em;
    margin: 1em 0 1.5em 0;
}

div.floatright195 {
    float: right;
    width: 195px;
}

a:link {
	color: #FFCC33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC33;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
}

.bodytext {	
                color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
                text-align: justify;
}

div.tabletext {
    color: #FFFFCC;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    margin: 0 0 0.5em 0;
    line-height: 1.5em;
}



.homepagebodytext {
   font-family: Arial, Helvetica, sans-serif;
   color: #eeae31;
}

.hitspagebodytext {
   font-family: Arial, Helvetica, sans-serif;
   color: #ffff00;
}

.style13 {	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {color: #FFFFFF}

.style10 {	color: #FFFFCC;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
}
.style7 {font-size: 14px}
.style8 {color: #FFFFCC; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.style9 {font-size: 12px}

.style2 {
	color: #FFFFFF;
	font-size: 14px;
}
.style4 {	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
}
.style5 {font-family: Arial, Helvetica, sans-serif}
.style3 {color: #FFFFFF}

* FORMS */*/

/* SCS Form 1 modified. Brian 

/* div.scsform1 { border: 1px solid #010066; padding: 1em; background-color: #eee; } */

.scsform1 div {padding: 0.5em 0 0.25em 0;}

.scsform1 fieldset
{
border: 1px solid #ffffcc;
width: 90%;
padding: 1em;
}

.scsform1 legend
{
color: #ffffcc;
padding: 2px 6px;
font-weight: bold;
} 

.scsform1 div {
     width: 100%;
     margin: 1em 0;
}
.scsform1 label
{
width: 15em;
float: left;
text-align: left;
margin-right: 1em;
display: block;
}

.scsform1 input
{
color: #000000;
background: #ffffff;
border: 1px solid #ffffcc;
}

.scsform1 textarea {
    scrollbar-base-color: #ffffcc;
    border: 1px solid #ffffcc;
}

.scsform1 .submit input
{
margin-left: 17em;
margin-top: 1em;
} 

.scsform1 .group div {
    clear: left;
}

.scsform1 .group label{
    font-weight: bold;
    padding: 0.25em 0 0.25em 0;
}

.scsform1 .group div label{
    font-weight: normal;
}

.scsform1 div.group {
    margin-top: 1em;
    border: 1px solid #ffffcc;
    margin-bottom: 1em;
}

.scsform1 .long label{
    width: 100%;
    float: left;
    text-align: left;
    margin-right: 0;
    display: block;
}

/* Not used for this template. Brian*/
.scsform1 span.required {
    color: red;
}

/* END FORMS */

/* End of 'neasa' */

