body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
 /*	text-align: center; this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-image: url(images/vbg.gif);
}

#container {
	width: 1019px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 177px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/hbg.jpg);
	background-repeat: repeat;
	position: relative;
}

#header {
	width: 1019px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 220px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	position: relative;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.8em;
}

.footerstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #838383;
}

.footerstyle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #838383;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
	color: #FFCC00;
}

a.menu
{
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover
{
	text-decoration: underline;
	color: #FFCC00;
}
a.menu:visited
{
	color: #FFFFFF;
}
a.menu:active
{
	color: #FFFFFF;
}

a.news
{
	color: #970102;
	text-decoration: none;
}
a.news:hover
{
	text-decoration: underline;
}
a.news:visited
{
	color: #970102;
}
a.news:active
{
	color: #195085;
}
#headergraphic {
}
#navtop {
	width: 1019px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	background-image: url(images/nav_top.gif);
	background-repeat: repeat;
	position: relative;
}
#nav {
	width: 1019px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 43px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/navigation.gif);
	background-repeat: repeat;
	position: relative;
}

#innernav {
	width: 989px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 43px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFCE00;
	background-image: url(artwork/inner_nav_bg.gif);
	background-repeat: repeat-x;
	position: left top 15px;
}

#box1 {
	background-image: url(images/box1.gif);
	height: 112px;
	width: 278px;
	position: absolute;
	left: 59px;
	top: 547px;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#navbot {
	width: 1019px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 86px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/navbot.gif);
	background-repeat: repeat;
	position: relative;
}
#imgFooter
{
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 0px;
	padding-bottom: 31px;
}
.tPadding
{
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}

.nPadding
{
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.mainTitle
{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #970102;
}

.style1 {
	color: #F90012;
	font-size: 18px;
}
.style2 {
	color: #970102;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.style3 {
	color: #0E7C8C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.style4 {
	color: #000000;
	font-size: 12px;
}

.footer {
	color: #FFFFFF;
	padding-right: 50px;
	padding-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

ul { 
	list-style:  square;
	 }
	 
li { 
	color:#000080;
	font:12px  verdana, arial, helvetica, sans-serif;
	list-style:  square;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	
	 }
	 
	 