html {
	overflow-y: scroll; /*Keeps centered page from moving when a scroll bar is needed- forces scroll bar on every page*/
}
body {
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size: 92%;
}
body, td, th {
	/*color: #996633;*/
}

p {
	line-height: 125%;
}

a:link {color:#669933; text-decoration:none;}      /* unvisited link */
a:visited {color:#669933; text-decoration:none;}  /* visited link */
a:hover {color: #996633; text-decoration:underline;}  /* mouse over link */
a:active {color:#669933; text-decoration:underline;}  /* selected link */

.title1{font-weight: bold; font-size: 130%; color: #996633;}
.title2{font-weight: bold; font-size: 115%; color: #996633;}
.title2green{font-weight: bold; font-size: 115%; color: #669933;}

.breadcrumbs{
font-size: smaller;
color:#669933;
font-weight:bold;
}

hr {
border: 0;
color:#669933;
background-color: #669933;
height: 2px;
width: 100%;
text-align: left;
}

.centerbox{ 	
margin-right:auto;
margin-left:auto;
width: 800px;
}
.contentBox{
width: 640px;
margin-left:auto;
float:right;
padding: 10px 0px 0px 10px;
}
.navList{
width: 130px;
font-weight: bold;
padding: 10px 10px 10px 0px;
margin-right:auto;
color: #996633;
}
.navList a{color:#996633;}
.subNavList{
font-weight:normal;
padding:0px 0px 0px 8px;
}
.bottomCaption{
font-size: small;
text-align:center;
color: #996633;
}
.siteMap{
font-weight: bold; font-size: 115%;
text-align:center;
color: #996633;
}

.imageRight{ float:right; padding: 0px 0px 0px 10px; font-size: 85%; color: #996633;}
.imageLeft{ float:left; padding: 0px 10px 0px 0px; font-size: 85%; color: #996633;}
.spacerFloat{float: right; padding:0px 0px 0px 0px;}

.newsBoxGreen3rd{
width: 176px; 
/*height: 150px;*/
float:left;
padding: 10px 10px 10px 10px;
border: 2px dotted #669933;
font-size: 85%;
background-color:#e5fbd0;
color:#000000;
margin-left: 10px;
}
.newsBoxGreen3rd a{color:#996633;}
.newsBoxGreenFull{
width: 550px; 
/*height: 100px;
float:left;*/
padding: 10px 10px 10px 10px;
border: 2px dotted #669933;
background-color:#e5fbd0;
color:#000000;
font-size: 85%;
margin-left: 10px;}
.newsBoxGreenFull a{color:#996633;}

.floatBoxRight{
width: 180px; 
float:right;
padding: 10px 10px 10px 10px;
border: 2px dotted #669933;
background-color:#e5fbd0;
color:#000000;
margin-right: 10px;
margin-left: 10px;
}
.floatBoxRight a{color:#996633;}

.styledList{}
.styledList ul {
	list-style-type: disc;
	list-style-image:  url("graphics/BulletSub.gif");
	}
.styledList li {padding: 3px;
}

.NoticeRed{color:#FF0000; font-weight:bold;}
