@charset "utf-8";		
/**************css document**************************/		

html {min-height: 100%; margin-bottom: 1px;}
/**************main**************************/			
			
#main 
{
	margin-right:auto;
	margin-left:auto;
	width: 800px;
	text-align:left;
	border: 2px solid #28508E;
	top: 0px;
	background-color: #FFF;
}


body {
	background-color: #F0FAFF;
	background-image: url(images/backtop.jpg);
	background-repeat: repeat-x;
	top: 0px;
}
/*******TOP****************/
#banner {
	height: 186px;
	width: 800px;
	background-color: #FFFFFF;
	left: 15px;
	background-image: url(images/);
}
.boldtop {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	font-weight: bolder;
	color: #F90;
}
.boldtoplarge {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 18px;
	font-weight: bolder;
	color: #F90;
}
.boldtoplargewhite {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
}



#banner h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000066;
}

/*******MENU****************/
#leftcontent
{
	float: left; /* since this element is floated, a width must be given */
	width: 110px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

#leftcontent a:link
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #FF6600;
	font-weight: bold;
}
#leftcontent a:visited
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #FF6600;
	font-weight: bold;
}
#leftcontent a:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	text-decoration: none;
	display: block;
	background-color: #000000;
	font-weight: bold;
}

/*	
	#leftcontent1{
	position: absolute;
	width: 100px;
	top: 321px;
	padding-top: 8px;
	padding-bottom: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	left: 15px;
	height: 138px;
	background-image: url(images/leftback.png);
}
	#leftcontent2{
	position: absolute;
	width: 100px;
	top: 492px;
	padding-top: 8px;
	padding-bottom: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	left: 15px;
	height: 138px;
	background-image: url(images/leftback.png);
}*/
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000099;
	padding: 4px;
}


/******MAIN******************/
#centrecontent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 120px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

#centrecontent a:link{}
#centrecontent a:hover{}
#centrecontent a:visited{}

#centrecontent h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ECEEFD;
	background-color: #28508E;
	padding: 2px;
}

	
#centrecontent h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
/***************RIGHT****************************/


#rightside{
	float: right; /* since this element is floated, a width must be given */
	width: 148px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.back {
	background-color: #FF6600;
	display: block;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/**FOOTER******/
.footer  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #28508E;
}
.small {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.thanks {
	font-weight: bold;
	color: #900;
}


.footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #003F7D;
	text-decoration: none;
	border: 1px solid #000000;
	padding: 1px;
}


.footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #003F7D;
	text-decoration: none;
	border: 1px solid #000000;
	padding: 1px;
}
.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFF;
	color: #003F7D;
	text-decoration: none;
	border: 1px solid #FF6600;
	padding: 1px;
}		
.foottext {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #009;
}
