body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background: #f0eaca;
	background: #fff;
}

h1 {
	font-size: 18px;
	padding-top: 4px;
	color: #463c18; 
	padding-bottom: 2px;
	margin-bottom: 0;
}

h2 {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 0;
	color: #000066;
	color: #305225;
	color: #224002;
	color: #463c18;
	margin-bottom: 0;
}

h3 {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 0;
	color: #000000;
	color: #305225;
	color: #224002;
	color: #463c18;
	margin-bottom: 0;
}

h4 {
	font-size: 12px;
	display: inline;
	/*padding-top: 0;
*/
	margin-bottom: 0;
	/*padding-bottom: 0;
*/
	color: #000000;
}

img {
	
	border: 0;
}

td{
	vertical-align: top;
	padding: 4px;
	}
	
ul {
	list-style-image: url('../images/bullet.png');
	}
	
A:link {
	COLOR: #937e62;
	color: rgb(109, 101, 124);
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	COLOR: #937e62;
	text-decoration: none;
	color: rgb(109, 101, 124);
	font-weight: bold;
	
}

A:active {
	color: #a61f08;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #a61f08;
	text-decoration: none;
	font-weight: bold;
}

b {
	font-size: 110%;
}

em {
	color: red;
}

#maincontainer {
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: #f0eaca;
	border: 1px solid;
	border-color: rgb(226, 215, 152);
}

#topsection {
	background: #EAEAEA;
	height: 226px; /*Height of top section*/
	background: url("../images/header4.jpg") no-repeat;
	padding-bottom: 20px;
}

#topsection h1 {
	margin: 0;
	padding-top: 15px;
}


#header h1,
#header h2,
#header p {
	margin-left:2%;
	padding-right:2%;
}
#active2 #tab2,
#active3 #tab3,
#active4 #tab4,
#active5 #tab5 {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}


/* Start of Column CSS */
#container2 { /* This is the overall wrapping container*/
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffa7a7; /* column 2 background colour */
	background: rgb(224,199,115);
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right: 50%;
	right:33%;
	right: 36%;
	background:#fff689; /* column 1 background colour */
	background: rgb(240,234,202);

}
#col1 {
	float:left;
	width:46%;
	/*width: 66%;*/
	width: 550px;
	position:relative;
	left:52%;
	left: 36%;
	left: 340px;

	overflow:hidden;
}
#col2 {
	float:left;
	width:46%;
	width: 296px;
	position:relative;
	left:56%;
	left: 366px;
	overflow:hidden;
}


#footer {
	align: center; clear : left;
	width: 100%;
	height: 50px;
	background: #ab963b; /* brown */
	color: #000;
	text-align: center;
	padding: 4px 0;
	clear: left; width : 100%; 
	background : #ab963b; /* brown */
	text-align : center; padding : 4px 0;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
}

#footer a {
	color: #96e845;
}

#footer A:link {
	color: #fff;
	
	text-decoration: none
}

#footer A:visited {
	color: #fff;
	text-decoration: none
}

#footer A:active {
	color: #b1a79d;
	color: rgb(109, 101,124);
	text-decoration: none
}

#footer A:hover {
	color: #b1a79d;
	color: rgb(109, 101,124);
	text-decoration: none
}



.innertube {
	margin: 10px;
	/*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

table.center {
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-weight: normal;
}

.footer_img {
	position: relative;
	top: 13px;
	}
	
.class_logo_img {
	position: relative;
	top: 14px;
	}
	
.smalltextwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: white;
	position: relative;
	margin-top: 0;
	top: -28px;
	
}

.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

	
}

.highlight A:link {
	color: #fff;
	
	text-decoration: none
}

.highlight A:visited {
	color: #fff;
	text-decoration: none
}

.highlight A:active {
	color: #b1a79d;
	color: rgb(109, 101,124);
	text-decoration: none
}

.highlight A:hover {
	color: #b1a79d;
	color: rgb(109, 101,124);
	text-decoration: none
}

.indent {
	margin-left: 30px;
	}
	
.float_left {
	float: left;
	margin-right: 10px;
}

.float_left_icon {
	float: left;
	margin-right: 5px;
}

.float_right {
	float: right;
	margin-left: 10px;
}

.italic {
	font-style: italic;
}

.highlight {
	font-weight: bold;
	color: #463c18; 
}