/* CSS Document */
body {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.1em;
	margin-top: 0px;
	padding-top: 0px;
	color:#121212;
	background-color: #232942;
	background-image: url(images/bckgd.jpg);	
	}
	
	
	
/************** page div styles *****************/

#header {
	width:809px;
	background-image:url(images/header.jpg);
	height:255px;
	}
#header2 {
	width:809px;
	background-image:url(images/Header2.jpg);
	height:150px;
	}
#whitecontent {
	background-color:#fff;
	padding:15px;
	}
	
#footer {
	width: 809px;
	background-image:url(images/footercell.jpg);
	height: 23px;
	clear:both;
	}
	
	
	
/********** tag styles ******************/
a:link {
	color: #104691;
	text-decoration: underline;
	
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover{
	color:#0000ff;
	text-decoration: none;
}

.title {
	font-size:120%;
	font-weight:bold;
	padding-top: 25px;
	padding-left:15px;
	color:#748691;
	}
.subtitle {
	font-size:100%;
	font-weight:bold;
	padding-top: 25px;
	padding-left:15px;
	color:#748691;
	}
	
/************** main link styles *****************/

.ullinks {
	font-size:85%;
	font-weight:bold;
	color: #CCCCCC;
	margin-top:40px;
	list-style:none;
	line-height: 38px;
	letter-spacing: .3em;
	font-variant: small-caps;
	
	}
	
.ullinks a:link {
	color: #9fe0f3;
	text-decoration: none;

	
}
.ullinks a:visited {
	color: #7daebc;
	text-decoration: none;
}
.ullinks a:hover{
	color:#fefefe;
	text-decoration: none;
	}
	
