body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFF99;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 14px;
}

#container {
	width: 780px;
	background-color:#336633;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 

#header {
	padding: 10px;
	background-color: #003300;
} 

#header h1 {
	margin: 0; 
	padding: 10px 0; 
}

a:link {
	color: #9933FF;
	font-size: 14px;
	font-weight: 900;
} 

a:visited {
	color: #00CC00;
	font-size: 14px;
	font-weight: 900;
} 

a:hover {
	color: #CCFF00;
	font-size: 14px;
	font-weight: 900;
} 

h1 {
	color: #000000;
	font-size: 24px;
	font-weight: 600;
}

h2 {
	color: #000000;
	font-size: 20px;
	font-weight: 600;
}

#sidebar1 {
	float: left;
	width: 200px;
	background-color: #FBFEE2;
	background-image: url(images/side.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #003300;
	padding: 5px;
}

#sidebar1 a {
	color: #000099;
	font-size: 14px;
	font-weight: 600;
} 

#sidebar1 a:visited {
	color:#000099;
	font-size: 14px;
	font-weight: 600;
} 

#sidebar1 a:hover{
	color: #669900;
	font-size: 14px;
	font-weight: 600;
}

#border {
	background-color: #CCFF99;
	background-image: url(images/border.gif);
	background-repeat: repeat-x;
	padding: 5px;
}

#mainContent {
	margin: 0 0 0 230px;
	padding: 0 20px;
	background-color: #FBFEE2;
	border: 1px solid #003300;
} 

#footer { 
	padding: 0 10px 0 20px; 
	background-color: #003300;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 600;
} 

#footer p {
	margin: 0; 
	padding: 10px 0; 
}

#footer a {
	color: #00CC00;
	font-size: 10px;
	font-weight: 600;
}

#footer a:visited {
	color: #00CC00;
	font-size: 10px;
	font-weight: 600;
}  

#footer a:hover {
	color: #CCFF00;
	font-size: 10px;
	font-weight: 600;
} 


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

.style1 {
	font-size: 8px;
	font-weight:bold;
}

.style2 {
	font-size: 14px;
	font-weight:bold;
}


.style3 {
	color:#000000; 
	font-size: 16px;
	font-weight:800;
}

.style4  {
	font-size:18px;
	font-weight: bold;
}

