body {
	background-color: #FFFFFF
}
/*bodyGray-------------------------------*/
.bodyGray {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #003333;
	line-height: 22px;
	list-style-image: url(/images/bullet.gif);
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
}
.bodyGray a:link {
	color: #006666;
	text-decoration: underline;
}
.bodyGray a:visited {
	color: #006666;
	text-decoration: underline;
}
.bodyGray a:hover {
	color: #999933;
	text-decoration: none;
}
.bodyGray a:active {
	color: #006666;
	text-decoration: underline;
}
.bodyGray_nopad {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #003333;
	line-height: 22px;
	list-style-image: url(/images/bullet.gif);
}	
/*bodyGray10-------------------------------*/
.bodyGray10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 20px;

}
.bodyGray10 a:link {
	color: #999999;
	font-weight:bold;
	text-decoration: none;

}
.bodyGray10 a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;


}
.bodyGray10 a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.bodyGray10 a:active {
	color: #999999;
}
/*menu-------------------------------*/
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: .03em;


}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #FFCC66;
	text-decoration: none;
	padding-left: 1px;


}
.menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/*menuSub-------------------------------*/
.menuSub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #611673;
	line-height: 18px;
}
.menuSub a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #611673;
	line-height: 18px;
	text-decoration: none;
}
.menuSub a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #611673;
	line-height: 18px;
	text-decoration: none;
}
.menuSub a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666600;
	line-height: 18px;
	text-decoration: underline;	
}
.menuSub a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #611673;
	line-height: 18px;
	text-decoration: none;
}
/*menuSubdash-------------------------------*/
.menuSubdash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9933;
	line-height: 18px;
}
/*navbar-------------------------------*/
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.navbar a:link {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}
.navbar a:visited {
	color: #FFFFFF;
	font-weight:bold;
}
.navbar a:hover {
	color: #CCCCCC;
	font-weight:bold;
	text-decoration: none;
}
.navbar a:active {
	color: #FFFFFF;
	font-weight:bold;
}
/*footer-------------------------------*/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999933;
	padding: 5px;
}
.footer a:link {
	color: #999933;
	font-weight: bold;
	text-decoration: none;
}
.footer a:visited {
	color: #999933;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.footer a:active {
	color: #999933;
	font-weight: bold;
	text-decoration: none;
}
/*misc-------------------------------*/
h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #003300;
	text-transform: uppercase;
	width: 450px;
	border-top: 1px #003300;
	border-right: 1px #003300;
	border-bottom: 1px dotted #003300;
	border-left: 1px #003300;
	font-weight: bold;
	letter-spacing: .15em;
}
.bodyHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #611673;
	padding: 15px;
}
.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.menuBg {
	background-image: url(../images/img_menu_art.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #999933;
	text-transform: capitalize;
	letter-spacing: 0.05em;

}
.borderDash {
	border: 1px dashed #CCCCCC;
}
hr {
	width: 450px;
	border: none 0;
	border-bottom: 1px dotted #006666;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

