body {
	margin: 0 auto;
	padding: 0;
	background-color: #FFF7EB;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #000000;
	
}

p {padding: 0 35px 8px 0;
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 {
	font-size: 1.7em;
	/*border-bottom: 2px dotted #616F3B;*/
	width: 400px;
	color: #04579B;
	
}

span.blue {
	color: #04579B;

}

.bgcolor {
	background-color: #ECF1F3;
	padding: 8px;
	margin-top: 25px;
	border: 1px dashed #04579B;
}

h3, span.red {
	color: #9A291D;
	font-size: 18px;
	margin: 0;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

span.red {
	color: #9A291D;
	font-size: 16px;
	margin: 0;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

}

h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration: underline;
	color: #05599D;
}

a:hover {
	text-decoration: underline;
}

hr {
	color: #F9BB40;
	background-color: #F9BB40;
	width: 90%;
	border: 0;
	height: 2px;
	float: left;
}


/* Header */
#header {
	width: 900px;
	height: 90px;
	margin: 0 auto;
	background:  url(images/title2.jpg) no-repeat;
	display: block;
	text-indent:400px;
	color: #FFF7EB; 
}



/* Menu */
#menu {
	width: 902px;
	height: 40px;
	margin: 0 auto;
	background: url(images/navbar2.gif) no-repeat;

}

#menu ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 35x;
	padding: 8px 20px;
	border-right: 1px solid #D2E8E3;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	
}

#menu a:hover, .active a {
	color: #FFFFFF;
	background: url(images/active.gif) no-repeat;
}

/* Splash */
#splash {
	width: 900px;
	height: 290px;
	margin: 0 auto;
	background:  url(images/splash.jpg) no-repeat;
	border: 1px solid #04579B;
	border-bottom: 0;
}

 
/* CONTENT */
#content {
	margin: 0 auto;
	width: 902px;
	/*background: url(images/shadow.jpg) repeat-y; shadow border */
	
}

/* INTERIOR contains links & text */
#interior {
	margin: 0px auto;
	width: 900px;
	background: #FFFFFF;
	border: 1px solid #04579B;
}

/*text*/
div.text {
	width: 520px;
	padding: 10px 10px 10px 15px;
	float: left;
	border-right: 1px solid #B3B3B3;
}

div.row {
	width: 620px;
	padding: 10px 10px 10px 25px;
	float: left;
	border-right: 1px solid #B3B3B3;
}


/*      LINKS-RIGHT       */
div.links {
	margin: 0px 0 0 1px;
	float: right;
	width:310px;
	padding: 0px 20px 20px 20px;
	font-family: arial;
	color: #000000;
	font-size: 0.9em;
	margin-top: 15px;
	line-height: 190%;
}

div.rlinks {
	margin: 0px 0 0 1px;
	float: right;
	width:210px;
	padding: 0px 10px 20px 20px;
	font-family: arial;
	color: #000000;
	font-size: 0.9em;
	margin-top: 15px;
	line-height: 190%;
}
div.rcolumn {
	margin: 0px;
	float: right;
	width:300px;
	padding: 0px 0px 20px 0px;
	
}
div.column {
	width: 300px;
	padding: 0px 0px 20px 20px;
	float: left;
	
}


/* FOOTER */
div.footer {
	margin: 0 auto;
	width: 902px;
	height: 80px;
	background: url(images/footer.gif) no-repeat;
	color: #FFFFFF;
}

div.footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.footer li {
	display: inline;
	padding: 1px 12px 1px 12px;
}

div.footer a {
	color: #FFFFFF;
	padding: 1px 12px 1px 12px;
	text-decoration: none;

}

/* DESIGNED BY */
div.design  {
	margin: 0 auto;
	width: 920px;
	height: 18px;
	background: url(images/base.gif);
}

div.design a {font-style: none;
	font-size: 12px;
	letter-spacing: 0em;
	color: #701208;
	text-decoration: none;
}

div.design a:hover {text-decoration: underline;
}

div.top {
	font-size: 1.0em;
	color: #FCCB47;
}

div.top a {
	text-decoration: underline;
}

div.indent {
	text-indent: -18px;
	padding-left: 20px;
}

