/* Stylesheet by Ron Howell: http://www.yourwebdesignpro.com */
html, body, div, span, headline, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background: #b6b6b6 url(../images/bg.jpg) repeat-x fixed;
}
body,td,th {
	font-family: Tahoma;
	font-size: 14px;
	color: #333;
}
li {
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
	margin: 0px 50px 15px;
	padding: 0px;
	text-align: justify;
}
a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: underline;
	color: #0066FF;
}
h1 {
	font-family: Impact;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 36px;
	color: #c00;
	padding: 5px 0px 5px;
}
h2 {
	font-family: Tahoma;
	font-size: 22px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
	font-weight: bold;
	padding: 0px 0px 10px;
}
h3 {
	font-size: 20px;
	color: #000000;
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma;
	margin-bottom: 5px;
}
h4 {
	font-size: 18px;
	color: #CC0000;
	text-transform: capitalize;
	text-align: center;
	font-family: Tahoma;
	padding: 0px 0px 10px;
}
h5 {
	font-size: 20px;
	color: #c00;
	text-transform: capitalize;
	text-align: center;
	font-family: Tahoma;
	padding: 0px 0px 10px;
}
.highlighttext {
	background-color: #FF0
}
.footbold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #333;
}
.actionbox{
	font-size: 14px;
	color:#FFF;
	padding:0px;
	width:90%;
	margin: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	font-weight: bold;
}
/* styles for tabbed navigation */
#navcontainer {
background: #ffffff; 
padding: 1px; 
}
#navlist {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #ccc;
	font: bold 12px "Tahoma",helvetica,sans-serif;
	text-align:right;
}
#navlist li { 
list-style: none; 
margin: 0; 
display: inline; 
}
#navlist li a { 
padding: 3px 0.5em; 
margin-left: 3px; 
border: 1px solid #ccc; 
border-bottom: none; 
background: #eee; 
text-decoration: none; 
background-image: url(../images/gradient2.png);
}
#navlist li a:link { 
color: #0066FF; 
}
#navlist li a:visited { 
color: #0066FF; 
}
#navlist li a:hover {
	color: #FFF;
	background: #0066FF;
	border-color: #0066FF;
}
#navlist li a#current { 
background: white; 
border-bottom: 1px solid white; 
}
#navlist li a:hover#current { 
background: white; 
border-bottom: 1px solid white; 
color:#0066FF; 
}
/* end styles for tabbed navigation */
