body
{
	font-size: small;
	color: #333;
	font-weight: normal;
	font-family: arial,verdana,sans-serif;
	background-color: #333;
}

a
{
	color: #369;
	text-decoration: none;
}
a:hover
{
	color: #369;
}
a:active
{
	color: #000;
}

a:visted
{
	color: #000;
}

H1
{
	font-size: 1.3em;
	color: #333;
	text-transform: uppercase;
	font-weight: bolder;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 8px;
	text-align: center;
}
H2
{
	font-size: 1.2em;
	color: #333;
	font-weight: bolder;
	margin: 10px 0px 5px 0px;
	padding-bottom: 0px;
}
H3
{
	font-size: 1.1em;
	color: #369;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding-bottom: 0px;
	text-transform: capitalize;
}
H4
{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 0px;
}
ul
{
	margin: 5px 0px 5px 20px;
	padding: 0px;
	font-size: 12px;
	color: #000;
	font-weight: lighter;
}

.intitle
{
	font-size: 14px;
	color: #CCC;
	font-weight: bold;
	margin: 5px;
	padding-bottom: 0px;
}


.bodypad
{
margin: 10px; 
padding: 5px;
}

.nav
{	
	padding: 10px 0px 0px 66px;
	margin: 0px 0px 0px 0px;
}

#menu1
{
	width: 100%;
	height: 20px;
	margin: 0 auto;
	font-family: Helvetica, Tahoma, Verdanna, Arial, sans-serif;
}

#menu1 ul
{
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	}

#menu1 li
{
	display: inline;
	word-spacing: .075em;
	letter-spacing: .05em;
}

#menu1 a
{
	background-image: url(images/shadow_caption.jpg);
	background-position: right bottom;
	display: inline;
	border: none;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	color: #06F;
}

#menu1 a:hover
{
	background-image: url(images/shadow_caption.jpg);
	background-position: left top;
	color: #09F;
	text-decoration: none;
}

#date
{
	text-align: center;
	float: right;
	font-size: 11px;
	color: #C00;
	font-weight: normal;
	background: #CCC;
	padding: 8px 10px 8px 10px;
	margin: 0px 0px 0px 0px;
	width: 150px;
}

#right
{
	text-align: center;
	float: right;
	padding: 8px 10px 8px 10px;
	margin: 0px 60px 60px 0px;
	width: 200px;
}

#headtext
{
	text-align: left;
	padding: 38px 10px 8px 10px;
	margin: 0px 10px 0px 0px;
	width: 480px;
	height: 40px;
	float: right;
}

#headtext H2
{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: lighter;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 8px;
	text-align: left;
}

fieldset
{
	text-align: center;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	background: #EEEBEB;
	padding: 8px 10px 8px 10px;
	margin: 0px 0px 0px 10px;
	width: 240px;
}

.formcaption
{
	font-weight: bolder;
	font-size: 14px;
	color: #333;
	font-weight: bolder;
	padding: 0px;
	margin: 5px 5px 5px 0px;
	letter-spacing: .1em;
}

.footer
{
	font-size: 12px;
	color: #09F;
	padding: 10px;
	line-height: 1.5em;
	background: #ffffff;
	width: 780px;
	background-image: url(images/shadow_caption.jpg);
}

a.footer:link
{
	font-size: 12px;
	color: #03F;
}

a.footer:visited
{
	font-size: 12px;
	color: #000;
}

a.footer:hover
{
	font-size: 12px;
	color: #06F;
}

a.footer:active
{
	font-size: 12px;
	color: #06F;
}


.credits
{
	text-align: center;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	background: #EEEBEB;
	padding: 6px 10px 6px 10px;
	margin: 0px 0px 0px 10px;
	width: 200px;

}


.white
{
	background: #ffffff;
}



