﻿ /* CSS Document */

body
 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color:#99ccff;

 }
 
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #003366;
font-style: normal;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #003366;
font-style: normal;

}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000080;
	font-weight: bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #003366;
	font-style: normal;
	padding-right: 2px;
}

.tablep {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #003366;
	font-style: normal;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}
div#outercontainer {
	position:relative;
	width:1015px;
	height:740px;
	margin: auto;
	background-color:#CDCDC1;
	border:solid 2px; 
	border-color:#CDCDC1;
	border-radius: 5px ;
}


div#container {
	position:relative;
	width:980px;
	height:700px;
	margin: 15px;
	background-color:#ffffff;
	border:solid 3px; 
	border:solid 2px;
	border-color:#CDCDC1;
;
}

div#content {
	float:left;
	width:950px;
	height:535px;
	background-color:#ffffff;
	margin-top: 30px;
	margin-left: 15px;
}



div#banner{
	float: left;
	width:980px;
	height:80px;
	background-color: #ddecef;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
	
	
div#bannerleft {
	margin-top: 15px;
	margin-left: 20px;
	float: left;
	width:500px;
	height:60px;
	background-color:#ddecef;
}



div#bannerright {
	margin-top: 16px;
	margin-right: 50px;
	float: right;
	width:350px;
	height:60px;
}

		
.bannertext {
	font-family: Tahoma;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
	margin-top: 15px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

div#leftcol {
	position:relative;
	float:left;
	width:400px;
	height:350px;
	background-color:#ffffff;
	margin-top: 50px;
	margin-left: 10px;
	border:solid 2px; 
	border-color:#708090;
	border-radius:5px;
	padding:10px;

}
		
div#rightcol {
	position:relative;
	float:right;
	width:400px;
	height:350px;
	background-color:#ffffff;
	margin-top: 50px;
	margin-right: 15px;
	border:solid 2px; 
	border-color:#708090;
	border-radius:5px;
	padding:10px;

}


		
div#upperpanel{
    background-color: #ffffff;
    background-image: none;
    background-repeat: none;
    height: 45px;
    width: 640px;
    margin-top: 10px;
    margin-left:125px;
	float: center;
	border:solid 1px; 
	border-color:#708090;
	border-radius:5px;
	

	

}

div#leftbox {
	position:relative;
	float:left;
	width:160px;
	height:200px;
	background-color:#ffffff;
	margin-top: 50px;
	margin-left: 20px;
	border:solid 2px; 
	border-color:#708090;
	border-radius:5px;
	padding:10px;

}
		
div#midleftbox {
	position:relative;
	float:left;
	width:160px;
	height:200px;
	background-color:#ffffff;
	margin-top: 50px;
	margin-left: 40px;
	border:solid 2px; 
	border-color:#708090;
	border-radius:5px;
	padding:10px;

}
	
div#midrightbox {
	position:relative;
	float:left;
	width:160px;
	height:200px;
	background-color:#ffffff;
	margin-top: 50px;
	margin-left: 40px;
	border:solid 2px; 
	border-color:#708090;
	border-radius:5px;
	padding:10px;

}
div#rightbox {
	position:relative;
	float:left;
	width:160px;
	height:200px;
	background-color:#ffffff;
	margin-top: 50px;
	margin-left: 40px;
	border:solid 2px; 
	border-color:#708090;
	border-radius:5px;
	padding:10px;

}
		







div#footer {
	float:left;
	width:980px;
	height: 40px;
	margin-top:15px;
	background-color: #336699;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;


}



.footertext {
	font-family: Tahoma;
	font-size: 0.9em;
	color: #ffffff;
	margin-left: 20px;
	padding-top: 10px;
}
