body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	background-color: #FFFFFF;	
}

#mainDiv {
	width: 762px;
	margin-left: 10%;
	
}

a:link {
	color: #000066;
}

a:visited {
	color: #000066;
}

a:active {
	color: #660000;
}

a:hover {
	color: #339900;	
}


h2 {
color: #600;
font-size:16px;
}

h3 {
color: #fff;
font-size:12px;
}

h4 {
color: #600;
font-size:12px;
}

h5 {
color: #000066;
font-size:12px;
}

li {
	margin-bottom: 10px;
}

.imgborder {
	border: 1px solid #999;

}



#topDiv {
	height: 171px;
	background-image: url(images/top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#topDiv .header {
	padding-top: 50px;
	padding-left: 10px;
}



#topDiv h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000062;
	padding-left: 8px;
	margin-top: 2px;
	margin-bottom: 0px;
}


/* content div */

#mainContent {
	text-align:left;
	width: 742px;
	border-left: 1px solid #6582B1;
	border-right: 1px solid #6582B1;
	border-bottom: 1px solid #6582B1;
	background: #F2F6F9;
	
}

#contentDiv {
	background: #6582B1;
	margin: 0px;
	padding: 0px;
	border: 0px solid #fff;
}

/*  if there is only one column */

#contentDiv2 {
	background: #F2F6F9;
	margin: 0px;
	padding: 0px;
	border: 0px solid #fff;
}


#sideContent {
	background: #6582B1;
	margin: 0px;
	padding:0px;
	width: 180px;
	height: auto;
	float: left;
	border: 0px solid #fff;
	color:#000033;


}

#centerContent {
	background: #F2F6F9;
	margin:0px;
	padding:0px;
	margin-left: 180px;
	padding: 10px;
}

/* ---- padding div ----- */

.paddingdiv {
	padding: 10px;
}

#sideContent .paddingdiv {
	background-image: url(images/topborder.gif);
	background-repeat: repeat-x;
	background-position: left bottom;		
}

/* ---- end padding div ----*/





#navborder1 {
	background-color: #6582B1;
	background-image: url(images/topborder.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 3px;

}

#navborder2 {
	background-color: #003399;
	background-image: url(images/border2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 3px;

}

#navigation {
	background-color: #000062;
	height: 21px;
	width: 100%;
}


#navList {
 	margin: 0px;
 	padding: 0px;
}


#navList ul {
   background-color: #000062;
   
}

#navList li {
 list-style: none;
	float: left;
	margin: 0px;
 	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
}

#navList a {
  color: #fff;
	text-decoration: none;
	display: block;
	font-weight: normal;
	float: left;
   	background: #000062;
	padding-left: 15px;
	padding-right: 15px;
}

#navList a:hover {
	background: #6582B1;
}


.whitetext {
color: #fff;
}

/*  ---- FOOTER ----- */

#footerDiv {
	clear: left;
	margin-bottom: 10px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.bigblacktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.bigblue {

	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #6582B1;
}

