body {
      margin: 0;
	font-family: Arial, Sans-serif;
	font-weight: normal;
	color: #002882;
	background-color: #ffffff;
	background-image: url("../images/bg_grad.gif");
	background-repeat: repeat-y;
}
h1.times {	
	font-family: Times, Serif;
	font-size: 250%; 
	font-weight: bold;
	padding:0;
	margin:0;
}	
h4.times {
	font-family: Times, Serif;
	font-size: 125%; 
	font-weight: bold;
	padding:0;
	margin:0;
}	
h1.arial {	font-family: Arial, Sans-serif; 
		font-size: 125%; 
}	
h2.arial {	font-family: Arial, Sans-serif; 
		font-size: 100%; 
}	
#leftcol {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	margin: 0;
}
#rightcol {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	margin: 0;
}
.button2 {
	background-color: #8c1a1e; 
	color: #ffffff; 
	font-size: 11px;	
	font-weight: bold;	
	padding: 2px;
	border: 1px solid #ffffff;
}

a.button2:link { color: #ffffff; text-decoration:none}
a.button2:visited { color: #ffffff; text-decoration:none}
a.button2:hover { color: #ffffff; text-decoration:underline; cursor:hand}
a.button2:active { color: #ffffff; text-decoration:none}

{#Red hyperlink}
a.rnav:link {color:#8c1a1e; text-decoration:none}
a.rnav:visited {color:#8c1a1e; text-decoration:none}
a.rnav:hover {color:#8c1a1e; text-decoration:underline; cursor:hand}
a.rnav:active {color:#8c1a1e; text-decoration:none}

{#white hyperlink}
a.vnav:link {color:#ffffff; text-decoration:none}
a.vnav:visited {color:#ffffff; text-decoration:none}
a.vnav:hover {color:#ffffff; text-decoration:underline; cursor:hand}
a.vnav:active {color:#ffffff; text-decoration:none}

.menutext {
	color: #ffffff;
	font-family: Arial, Sans-serif;
	font-size: 11px;
}
#leftjust {
	text-align: left;
}
#sitenav {
	border-bottom: 2px solid #8c1a1e;
	border-top: 2px solid #8c1a1e;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
}
#header {
	margin: 5px 160px 0 160px;
	padding: 0;
	text-align: center;
	border-top: 2px solid #8c1a1e;
	font-weight: bold;
}
#maintext {
	font-family: Arial, Sans-serif;
	margin: 0 160px 0 160px;
	padding: 5px;
	text-align: left;
}
#footer {
	position: relative;
	left: 0;
	bottom: 0;
	width: auto;
	padding: 5px;
	text-align: center;
	border-top: solid #8c1a1e 2px; 
	font-size: 66%;
}
.required {
	color: #ff0000;
}

.news {
	color: #002882;
	font-size: 55%;
	text-align: left;
	text-decoration:underline;
}

.links {
	font-size: 66%;
	text-align: left;
	padding-left: 5px;
}

.smalltext {
	font-size: 66%;
	padding: 5px;
}