body	{
	font-family: Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size: large;
	color: #5F5F5F;
	background-color: White;
	background-image: url(images/background2.gif) ;
	background-repeat: repeat-y;
}
a{
	color: #336633 ;
	background: inherit;
}
a:visited {
	color: #336633 ;
	background: inherit;
}
a:active{
	color: #336633 ;
	background: inherit;
}
h1{
	font-family: Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size: x-large;
	text-align: center;
	margin: 30px 0px 0px 0px;
	color: #003300;
	background-color: inherit;
	}
h2{
	font-family: Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color: #336633;
	font-size: x-large;
}
h3{
	color: #336633;
	clear: both ;
}
img.floatleft { 
	 float: left; 
	 clear: left;
    margin: 0px 20px 20px 0px; 
	 padding: 0px; 
}
img.floatright { 
    float: right; 
	 clear: right, bottom;
    margin: 0px 0px 0px 30px; 
	 padding: 0px;
}
.inlineTitle {
	display: inline;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: larger;
	font-family: "Times New Roman", serif;
}
hr {
	color: Green;
}
table{
	font-size: smaller;
}
table.b{
	font-size: larger;
}
}
}
.devNote{
	font-style: italic;
	background-color: Gray;
	color: Black;
}
p.announce{
	font-style: italic;
	font-weight: bolder;
	text-align: center;
}
p.center{
	text-align: center;
}
.tiny{
	font-size:x-small;
}
#header {
	text-align: right;
	font-style: italic;
	font-size: 95%;
	background-color: Black;
	color: White;
	background-image: url(images/line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 270px;
	margin-top: -100px;
	margin-left: -10px;
	padding: 0px 0px 0px 0px;
}
#header p{
	top: 50px;
	left: 400px; 
	position: absolute;
	text-align: left;
}
#header img.floatleft { 
	 float: left; 
	 clear: left;
	 top: 0px;
	 left: 10px;
	 margin: 0px;
	 padding: 0px;
	 position: absolute;
}
#header img.center { 
	 clear:both;
	 top: 0px;
	 left:30% ;
	 position: absolute;
}
#footer{
	text-align: center;
	font-size: small;
	margin-top: 150px;
}
#content {
  margin: 0px 220px 0px 160px;
  padding: 10px 0px 0px 0px;
}
#indentcontent {
  margin: 0px 220px 0px 195px;
  padding: 10px 0px 0px 0px;
}
#content a, #indentcontent a{
	background-color: white;
	color: #336633;
}
#content li, #indentcontent li{
	padding: 5px 0px 10px 0px;
}
#left {
position: absolute;
left: 10px;
width: 140px;
margin: 0px; 
padding: 10px 0px 0px 0px;
line-height: 0;
}
#right {
padding: 10px 0px 0px 0px;
position: absolute;
font-size: small;
font-family: sans-serif;
font-weight: bold;
right: 4px;        
width: 190px;
}
#right a, a:visited, a:active{
	color: green;
}
#right .heading{
	margin: 10px 10px 0px 0px;
	padding: 2px 2px 4px 6px;
	color: #003300;
	font-weight: bolder;
	font-size: larger;
	border-top: 1px solid #003300;
	border-left: 1px solid #003300;
	border-right: 1px solid #003300;
}
#right .item {
	margin: 0px 10px 0px 0px;
	padding: 2px 4px 8px 6px;
	background: #ffffff;
	color: grey;
	border-bottom: 1px solid #003300;
	border-left: 1px solid #003300;
	border-right: 1px solid #003300;
}

#Christmas {
	clear: both;
	font-variant: small-caps; 
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	font-size: larger;
	color: #993300;
}
ul.clean_list {
	clear: both ;
}
ul.clean_list li {
  padding: 5px 5px;
  list-style-type:none;
  }

ul.navlist{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: small;
font-weight: bold;
}
ul.navlist a {
display: block;
padding: 11px 10px 12px 10px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-repeat: no-repeat;
color: #EEE;
background: #003300;
text-decoration: none;
}
ul.navlist a:hover {
background-color: #cc9933;
color: White;
}
ul.navlist li{
	position: relative;
	width: inherit;
}
ul.sublist{
  position: absolute;
  left: -3000px;
  width: 140px;
  margin: 0px;
} 
ul.sublist a{
	color: White;
	background-color: #3CB371;
}
ul.sublist li{
	list-style: none;
}
/* disable flyouts by commenting this definition out
ul.navlist li:hover ul.sublist{
  clear: both;
  left: 100px;
  top: 8px;
} 
*/
ul.indent li{
	list-style-type: none;
	width: 140px;
}
ul.indent a{
   position: relative;
	clear: left;
	top: 0px;
	bottom: 0px;
	margin: -2px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	color: White;
	background-color: #003300;
}
#left .currentlink {
background-repeat: no-repeat;
color: White !important;
font-weight: bold;
cursor: default;
background: #336633;
}

form{
	border: thin solid Green;
	padding: 0px 10px 5px 10px;
}

.special{
	border: medium solid Green;
	padding: 10px 10px 10px 10px;
}
.inlineShout {
	display: inline;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: larger;
	color: red ;
	font-family: "Century Schoolbook", serif;
}

#domticker{
position: absolute;
top: 75px;
left: 610px;
width: 260px;
height: 20px;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: Black;
}

#domticker a{
}

.someclass{ 
font-family: Centaur;
font-size: 20px;
text-align: center;
font-style: normal;
}

#Announce{
	font-family: "Georgia","Times New Roman", serif;
	clear: both;
}


