@charset "utf-8";
/* CSS Document */

/*Styling the  wrapper elements*/
/*Styling the body elements*/
body {
	background:#297AAD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000066;
	margin:0;
	padding:0;
}

a {
color:#000066;
}

a:visited {
color:purple;
}

a:hover {
	background-color: #FCEADC;
}

#wrapper {
	text-align:center;
    width: 670px;
	height:auto;
	background:#63ADDA;
	margin:0 auto;
	border:1px solid #000066;
}

/*Styling the header container*/
#header { 
	height: 105px;
	width:670px;
	background-image: url(banner1.jpg);
	background-repeat: no-repeat;
}

h1{
	margin-top:0;
	font-size:200%;
	color:#CC0000;
	text-align:center;	
}


/*Styling the main content elements*/
#main_content {
	float: right;
	width: 485px;
	margin-right: 20px;
	background-color:#63ADDA;
	height:400px auto;
	text-align:left;
	font-size:12px;
}

h2{
color:#000066;
font-size:150%;
text-align:center;	
}

h3{
color:#000066;
font-size:130%;
}

/*Styling the footer elements*/
#footer {
	clear:both;
	height: 30px;
	background-color:#63ADDA;
	font-size:10px;
	padding-top:15px;
	border-top: 1px solid #000066;
}

/*Styling the navigation elements*/
#navigation{
	float:left;
	width:140px;
	background-color:#63ADDA;
}

#navigation ul{
	margin: 0;
	padding:0;
	list-style-type:none;
}

#navigation li{
	padding: 5px 0px 5px 15px;
}

#navigation a{
	display:block;
	color:#CC0000;
	font-weight:bold;
	font-size:120%;
	padding:3px 12px 3px 9px;
	background-color:#297AAD;
	text-decoration:none;
}

	
#navigation a:hover {
	background-color: #FCEADC;
	color:#FF0000;
}

#navigation a#indicator {
	display:block;
	color:#FF0000;
	font-weight:bold;
	font-size:120%;
	padding:3px 12px 3px 12px;
	background-color:#C5E0F1;
	text-decoration:none;
}

.imagefloat{
	float:left;
	padding:0 0;
	margin: 0;
}


