
body	{
	margin:0px;
	padding:0px;
	background-color:#FFCC00;
}

td, input, form {
	font: 11px tahoma;
	color: #444;
}

a:link, a:visited	{
	color:#0066FF;
}

a:hover, a:active	{
	text-decoration:none;
}

H1 {
	font: 19px arial;
	font-weight: normal;
	color: #006600;
	margin: 0px 0px 5px 0px;
}

H2 {
	font: 14px arial;
	font-weight: normal;
	color: #007272;
	margin-bottom: 5px;
}

H3 {
	font: 19px Arial;
	font-weight: normal;
	color: #006666;
	margin: 0px 0px 5px 0px;
}

P {
	font: 11px tahoma;
	color: #333333;
	margin-top:2px;
}

#header	{
	width: 742px;
	text-align:right;
	display:block;
	background-color: #036;
}

#footer	{
	width: 742px;
	text-align:right;
	background-color: #036;
	display:block;
	border-top: 1px solid #FFF;
}

#topNav ul	{
	padding: .2em 0;
	margin: 0px;
	list-style-type: none;
	color: #FFF;
	font: 11px arial, helvetica, sans-serif;
	border-right: 1px solid #FFF;
}

#topNav li {
	display: inline;
}

#topNav li a	{
	text-decoration: none;
	background-color: #036;
	color: #FFF;
	padding: .2em 1em;
	border-right: 1px solid #fff;
}

#topNav li a:hover	{
	background-color: #369;
	color: #fff;
}

#localNav	{
	background-color:#369;
	width:119px;
	height:100%;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#localNav ul	{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#localNav a	{
	display: block;
	padding: 5px;
	width: 108px;
	background-color: #369;
	border-bottom: 1px dotted #eee;
}

#localNav a:link, #localNav a:visited	{
	color: #EEE;
	text-decoration: none;
}

#localNav a:hover, #localNav a:active	{
	background-color: #036;
	color: #fff;
}

#summary {
	width:100%;
	background-color:#99CC00;
}

#summary A:link, #summary A:visited	{
	color:#FFF;
	text-decoration:none;
}

#summary A:hover, #summary A:active	{
	text-decoration:underline;
}

#active {
	color:#006600;
	background-color:#BBE63C;
	font-weight: bold;
	padding:2px;
}

#summary LI	{
	list-style-type: circle;
	padding-bottom:2px;
}

#content	{
	width:620px;
	background-color:#EEEEEE;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#content DIV.bodytext	{
	padding: 2px 10px 5px 10px;	
}

.imgHolder	{
	float:right;
	width:200px;
	/* padding:1px; */
	margin: 0px 0px 5px 5px;
	padding:1px;
	border: 1px solid #FFFFFF;
	border-right-style: none;
}
