﻿ /* CSS Document */

body
 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color:#99ccff;
 }
 
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
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.8em;
	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:1040px;
	height:630px;
	margin: auto;
	background-color:#CDCDC1;
	border:solid 2px; 
	border-color:#CDCDC1;
	border-radius: 5px ;
}


div#container {
	position:relative;
	width:1000px;
	height:590px;
	margin: 15px;
	background-color:#ffffff;
	border:solid 2px; 
	border-color:#CDCDC1;
	border-radius: 5px;
}



div#content {
	width:940px;
	height:320px;
	margin-left: 10px;
	background-color:#ffffff;
	margin-top: 60px;
}

div#contentlower {
	position:relative;
	width:970px;
	height:160px;
	margin: auto;
	margin-left: 10px;
	padding-left: 20px;
	background-color:#ffffff;
}


div#banner{
	float: left;
	width:1000px;
	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:600px;
	height:60px;
	background-color:#ddecef;
}


div#bannerright {
	margin-top: 14px;
	float: right;
	margin-right:50px;
	width:330px;
	height:60px;

}



.bannertext {
	font-family: Tahoma;
	font-size: 1.2em;
	font-weight: bold;
	color: #000044;
	text-align:center;
	margin-top: 30px;
}


	
div#leftpanel{
    background-color: #ffffff;
    background-image: none;
    background-repeat: none;
    height: 150px;
    width: 350px;
    margin-top: 40px;
    margin-left:20px;
	float: left;
	

}

div#centerpanel{
    background-color: #ffffff;
    background-image: none;
    background-repeat: none;
    height: 150px;
    width: 250px;
    margin-top: 40px;
    margin-left:40px;
	float: left;
	

}


div#rightpanel{
    background-color: #ffffff;
    background-image: none;
    background-repeat: none;
    height: 150px;
    width: 200px;
    margin-top: 40px;
    margin-left:20px;
	float: right;
	

}



div#leftbox{
    background-color: #ffffff;
    background-image: none;
    background-repeat: none;
    height: 150px;
    width: 160px;
    margin-top: 20px;
   	float: left;
   	margin-left:20px;

	

}

div#centerbox1 {
    background-color:  #ffffff;
    background-image: none;
    background-repeat: none;
    height: 150px;
    width: 160px;
    margin-top: 20px;
	float: left;
	margin-left:25px;

}

div#centerbox2 {
    background-color:  #ffffff;
    background-image: none;
    background-repeat: none;
    height: 150px;
    width: 160px;
    margin-top: 20px;
	float: left;
	margin-left:25px;

}

div#centerbox3 {
    background-color:  #ffffff;
    background-image: none;
    background-repeat: none;
    height: 150px;
    width: 160px;
    margin-top: 20px;
	float: left;
	margin-left:25px;

}


div#rightbox {
    background-color: #ffffff;
    background-image: none;
    background-repeat: none;
    height: 150px;
    width: 150px;
    margin-top: 20px;
    margin-left:20px;
	float: left;

}







div#footer {
	float:left;
	width:950px;
	height: 40px;
	margin-top:20px;
	background-color: #008ed4;
	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;
}
