@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background-image:url(images/html_bg.jpg);
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
}
h2 {
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	height: 26px;
	background: url(images/h2.jpg) repeat-x;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #588600;
	background: url(images/h1.jpg) no-repeat;
	background-position: left;
	height: 48px;
	padding-left: 50px;
	padding-top: 20px;
}
a img { 
	border: none;
}

a:link {
	color: #588600; font-weight:bold;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	font-weight: bold; color: #588600;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; 
}

.header {    
	background-image:url(images/GCaSWBanner.jpg);height:191px; 
}

.sidebar1 {
	float: left;
	width: 240px;
	background: #EADCAE;
	padding: 10px 0; font-weight:bold;
}
.content {
	padding: 10px 15px 15px;
	width: 450px;
	float: left;
}
.content2 {
	padding: 0px 0px 0px;
	width: 960px;
	background: #EADCAE;	
}
.sidebar2 {
	float: left;
	width: 240px;
	background: #EADCAE;
	padding: 10px 0; font-weight:bold;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ The footer styles ~~ */
.footer {
	padding: 10px 0;
background: url(images/h2a.jpg) repeat-x;
	position: relative;
	clear: both; color:#FFF; 
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
