
body {
	margin:0;
	background-color: #D4D4D4;
	background-image: url(../images/bgextend.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1 {
	font-size:17px;
	color:#970F00;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#nav {
	padding:0;
	margin:0;
}

#nav li {
	position: relative;
	height:24px;
	width:187px;
	background-image:url(../images/menu_background.jpg);
	list-style-type:none;
}

#nav li a {
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	display:block;
	padding: 6px 0 0 30px;
	text-decoration:none;
	margin:0px; /*helps Opera with hover */
	width:157px;  /*helps IE with hover */
}

#nav li a:hover {
	color:#000000;
}


#footer {
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	background-color:#333333;
	height:50px;
	font-size:13px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#content {
	padding:20px 20px 20px 20px;
	line-height:20px;
}


#siteCredits {
	color:#8A8A8A;
	text-align:right;
	padding: 5px 0 5px 0;
}

#siteCredits a {
	color:#8A8A8A;
	text-decoration:none;
}

.bullets {
	margin:0;
	padding-left:15px;
}

.bullets li {
	list-style-image:url(../images/bullet.gif);
}

.bullets ul li { 
	list-style-image:none;
	list-style-type:none;
}


.noBullet {
	margin:0;
	padding:0;
}

.noBullet li {
	list-style-type:none;
}
