body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

.TinyText {
	font-size: 10px;
}
.DropMenus {
	background-image:   url("Images/ShortMenuGraphics/MenuBackground.gif");
	border-top: thin ridge #FF0000;
	border-right: medium groove #FF0000;
	border-bottom: medium groove #FF0000;
	border-left: medium groove #FF0000;
	padding: 5px 0px 0px;
}
.CenterText {
	text-align: center;
	position: relative;
}
.PageText {
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #009900;
	padding: 10px;
	margin-left: 30px;
	font-weight: bold;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
#Footer {
	position: relative;
	width: 90%;
	text-align: center;
	left: 50px;
	z-index: 8;
	margin-top: 20px;
}
#HeadContainer {
	position: relative;
	width: 740px;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.DropCaps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
.chromestyle{
	width: 100%;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 1em;
	color: #FFFFFF;
	text-align: center;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
padding: 0px;
margin: 0; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
	display: inline;
}
.chromestyle ul li a{
	color: #000000;
	margin: 0;
	background-image: url(images/greenButtonBG.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	background-attachment: fixed;
}
.chromestyle ul li a:link{
	background: url(images/greenButtonBG.jpg) no-repeat fixed center center;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.chromestyle ul li a:visited{
	background: url(images/greenButtonBG.jpg) no-repeat fixed center center;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.chromestyle ul li a:hover{
	background: url(images/greenButtonBG2.jpg) no-repeat fixed center center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.chromestyle ul li a:active{
	background: url(Images/RedButtonBG.jpg) no-repeat fixed left center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
content: " " url(Images/RedButtonBG.jpg); /*uncomment this line to use an image instead*/
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0;
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	z-index:100;
	background-color: #009900;
	width: 115px;
	visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=12); /*Add Shadow in IE. Remove if desired*/
	color: #FFFFFF;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:link{
	background-color: #009900;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.dropmenudiv a:visited{
	background-color: #009900;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.dropmenudiv a:hover{
	background-color: #FFFFCC;
	color: #009900;
	font-weight: bold;
}
.dropmenudiv a:active{
	background-color: #FFFFCC;
	color: #009900;
	font-weight: bold;
}
.dropmenudiv p {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	color: #FFFFFF;
}
h4 {
	color: #009900;
}

