/* Start of CMSMS style sheet 'st' */
@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000000;
	margin:0px;
	padding:0px;
}

div#holder {
	width:962px;
	margin-left:auto;
	margin-right:auto;
}

div#header {
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(uploads/images/header.jpg);
	width:962px;
	height:203px;
}

div#lowerheader {
	background-image:url(uploads/images/lowerheader.jpg);
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	width:962px;
	height:103px;
}

div#content {
	background-image:url(uploads/images/BG.jpg);
	width:900px;
	background-repeat:repeat;
        padding-left:35px;
        padding-right:20px;


}

div#menu {
	margin-left:40px;
	float:left;
	width:25%;
}

div#text {
	margin-left:20px;
	margin-right:40px;
	float:left;
	width:63%;
}

div#footer {
	background-image:url(uploads/images/footer.jpg);
	padding:opx;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	width:962px;
	height:25px;
	clear:both;
}

div#branding {
        margin-top:20px;
        color:#999999;
        text-align:center;
        font-size:80%;
}

div#branding a {
        color:#999999;
        text-decoration:none;
}

div#branding a:hover {
        color:#666666;
        text-decoration:underline;
}

.contactform fieldset {
         cpadding: 1em; 
         background-color: #fff;
} 

.contactform fieldset legend {
         font-weight: bold;
} 

.contactform div {
         width: 100%; 
         padding: 0.25em 0 0.25em 0;
} 

.contactform div label {
         display: block; 
         width: 10em; 
} 

.contactform div.required {
         color: #f00;
}

/* End of 'st' */

