body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}

#area { 
	max-width: 1000px;
	width: expression(document.body.clientWidth>1000+2?'1000px':'auto');
    margin-left: auto;
    margin-right: auto;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
img { 
	border: none;
}

a {
	text-decoration: none;
	color: #4b0082;
	background-color: inherit;
}

a:hover {
	background-color: inherit;
	text-decoration: underline;
}
	
#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -85px; /* the bottom margin is the negative value of the footer's height */
}

#header {
	background: #999;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 45px;
}

#top {
	height: 125px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.links{
	padding: 0;
	margin: 0;
	height: 100%;
	overflow: hidden;
}
	
.links	div.col1{
	width: 450px;
	float: left;
	margin: 0;
	padding: 0 40px 20px 0;
}
	
.links	div.col2{
	width: 450px;
	float: left;
	padding-left: 0;
	margin: 0;
	padding: 0 0 20px 0;
}

#content {
	width: 100%;
	height: 100%;
	color: #333;
	margin: 0;
	padding: 0;
	font: normal 100% arial, helvetica, sans-serif;
}

#bottom {
	margin: 0 0 -130px 0;
}
	
#footer {
	background: #999;
	margin: 0;
	padding: 30px 0 0 0;
	text-align: left;
	width: 100%;
	height: 85px;
}

#footermax {
	max-width: 1000px;
	width: expression(document.body.clientWidth>1000+2?'1000px':'auto');
    margin-left: auto;
    margin-right: auto;
	margin-top: -20px;
}

#footer p {
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
}

#footer a {
	color: #4b0082;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
}

br {
	clear: left;
}

br.space {
	height: 10px;
}

p {
	font: normal 90% arial, helvetica, sans-serif;
	line-height: 1.5;
}

.p1 {
	font: bold 120% arial,helvetica,sans-serif;
	color: #800000;
} 

.headings {
	font: bold 90% arial, helvetica, sans-serif;
	color: #fff;
	background: #800000;
	width: 150px;
}

.headings2 {
	font: bold 90% arial, helvetica, sans-serif;
	color: #333;
}

html, body {
	height: 100%;
}

.push {
	height: 85px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #4b0082;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #800000;
}
