body,html {
	background-color: #FFF;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	font-size: 14px;
	color: #013b5a;
	margin: 0;
	padding: 0;
	height: 100%;
}

a:link, a:active, a:visited {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	font-size: 14px;
	color: #467491;
}

a:hover {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	font-size: 14px;
	color: #5A010E;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	font-size: 24px;
	padding: 0;
	margin: 0;
}

/* DIVS */

#header {
	height: 95px;
	width: 100%;
	background-image: url(../images/headerBkgd.gif);
	background-repeat: repeat-x;
	background-color:	#467491
}

#headerLogo {
	height: 95px;
	width: 775px;
	margin: 0 auto 0 auto;
	background-image: url();
	background-repeat: no-repeat;
}

#container {
	margin: 0 auto 0 auto;
	height: 100%;
	width: 764px;
	background-repeat: no-repeat;	
	height:100%;
/*	position: absolute; */
}

#nav {
	float:left;	
	width: 225px;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	height: 100%;
	background-color: #e5ebee;
	position: relative;
}

#nav img{
	float:left;
	clear:both;
	margin: 0px;
}

#content {
	background-image: url(../images/content_bkgd.gif);
	background-repeat:no-repeat;
	width: 400px;
	height: 600px;
	float:left;
	position: relative; 
	padding: 25px;
}

#contentFlash {
	background-image: url(../images/content_bkgd.gif);
	background-repeat:no-repeat;
	width: 500px;
	height: 603px;
	float:left;
	position: relative; 
}

#footer {
	margin: 0 auto 0 auto;
	border-top: 1px solid silver;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-align: right;
	bottom: -100px;
	position: relative;
	font-size: 10px;
}

#footer a {
	color: #B22222;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

#footer a:hover {
	font-weight: bold;
	color: #FF8C00;
	text-decoration: none;
	font-size: 10px;
}

#footerFlash {
	margin: 0 auto 0 25px;
	border-top: 1px solid silver;
	height: 25px;
	line-height: 25px;
	vertical-align: right;
	text-align: right;
	bottom: -100px;	
	position: relative;
	font-size: 10px;
}

#footerFlash a {
	color: #B22222;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

#footerFlash a:hover {
	font-weight: bold;
	color: #FF8C00;
	text-decoration: none;
	font-size: 10px;
}

#flashcontent2{
	width: 800px;
	height: 450px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
