body {
	background-color: #990000;
	/*background-color: #ffffff; */
	background-image: url('../images/bgtile.gif');
	background-repeat: repeat-x;
  	font-family: arial, sans serif;
	font-size: 12px;
	line-height: 15px;
	color: #606060;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h1 {
	color: #400000;
	font-size: 17px;
    font-weight: bold;
    font-family: arial, sans serif;
    margin: 1px;
}

h2 {
	color: #B01511;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
    font-family: arial, sans serif;
}

h3 {
	color: #400000;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
    font-family: arial, sans serif;
}

h4 {
	color: #B01511;
	/*color:#CC0000;*/
	font-size: 15px;
	line-height: 15px;	
    font-weight: bold;
    font-family: arial, sans serif;
}

img {
	border: 0px;
}
	
a {
	border: 0px;
    font-family: arial, sans serif;
/*	font-size: 12px; */
    color: #400000;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
 }

a.visited {
	border: 0px;
    font-family: arial, sans serif;
	font-size: 12px;
    color: #21007b;
	margin: 0px;
	padding: 0px;
	text-decoration: none;12px;
}

a:hover {
	text-decoration: underline;
}

/* used to color the backgrounds of the menu items on the right */
td.ma {background-color:#B01511;}
td.mb {background-color:#CC0000;}
td.mc {background-color:#990000;}

ol {
	padding-left: 10px;
	margin-left: 10px;
}

li {
	padding-left:10px;
	padding-bottom: 16px;
}

/* used for the accent color */
.accent {
	color:#FFCC00;
}

/* used for the links at the TOP of the page */
.navlinks {
	color: #1a306d;
	padding-bottom: 10px;
    font-family: arial, sans serif;
}

.white {
	color:#FFFFFF;
}


#footer {
	background-image: url('../images/red_footer_bg.gif');
	background-repeat: repeat-x;
	width: 980px;
	height: 112px;
	text-align: center;
	color:#000033
}

/* used for formatting the entire body */	
#wrapper	{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	position: relative;
}

/* used for formatting the white areas of the body */
#content {
	background-color: white;
	width: 940px;
	padding: 10px 30px 30px 10px;
}



