/* Start of CMSMS style sheet 'style' */
/* CSS Document */
html, body { height: 100%; z-index: 0; /* for opera bug */}


body {
	margin:0;
	background: #b9b506; /* #left background */
                font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:none;
	background-repeat:repeat-x;
	color: #f8f8d4;
	height:100%;
	border-top:0px solid #333333;}

a {
	color: #f8f8d4;
	text-decoration:underline;}

a:hover {
	text-decoration: none;
	color: #f8f8d4;}
	
.clear {
	clear: both;
	
}	

h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:1.75em;
	color:#f8f8d4;
	border-bottom:0px solid #fff;
	font-weight:normal;
	text-decoration:none;
}

h1 a {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:1.75em;
	color:#fff;
	border-bottom:0px solid #fff;
	font-weight:normal;
	padding-left:30px;
	padding-top:30px;
	text-decoration:none;
	}
	
h2 {
                font-family: "Century Gothic", Arial, Helvetica, sans-serif;
                font-style: normal;
	font-size:1.25em;
	color:#000;
	font-weight: bold;
	text-align: left;
	padding-top:10px;
	}


#header { position: relative; z-index: 1; height: 130px; background: #f8f8d4;}
#header b { float: left; width: 190px; height: 100%; background: #000;}

#container {
	background-color: transparent;
	border:0px solid #fff;
	width:100%;
	height:100%;
}
#columns { min-height: 100%; margin: -130px 0 -80px 190px; /* margin: top = #header height, right = 0, bottom = #footer height, left = #left width */ background: #333; /* #main background */}
* html #columns {height: 100%;} /* for ie6 only */
#left, #main { float: left; margin-top: 130px;  /* #header height */}
#left { width: 190px; margin-left: -190px;}
#main { width: 100%; color: #fff;}


#rightCol {
	float:left;
	width:760px;
	background-color:transparent;
	margin-top:55px;
	margin-left:50px;
	padding-bottom:25px;
}


#rightCol p {
	text-indent:0;
	line-height:140%;
}


/****images****/

.logoname {
	position:absolute;
	left: 113px;
	top: 80px;
}

img {
border:none;
}

.footer p {
	position:absolute;
	text-align:left;
	color:#FFFFFF;
	left: 20px;
	bottom:90px;
}

#clearfooter { clear: both; height: 80px; /* #footer height */}
#footer { position: relative; height: 80px; background: #f8f8d4;}


/* End of 'style' */

