body {
	background-image: url(images/structure/bgrd.gif);
	margin-top: 30px;
	margin-bottom: 50px;
	background-color: #38455C;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
.text a, .text a:link, .text a:active {
	color: #DC8700;
	text-decoration: underline;
}
.text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #DC8700;
}
.textContact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
.textContact a, .textContact a:link, .textContact a:active {
	color: #3B58A3;
	text-decoration: underline;
}
.textContact a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #3B58A3;
}
.textContactBO {
	font-weight: bold;
	color: #DC8700;
}
.textContactHeading {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
.footerLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B56F00;
	line-height: 20px;
}
.footerLinks a, .footerLinks a:link, .footerLinks a:active {
	color: yellow;
	text-decoration: underline;
}
.footerLinks a:hover {
	color: #00CC00;
	text-decoration: underline;
}
.siteBy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #DCED45;
	line-height: 20px;
}
.siteBy a, .siteBy a:link, .siteBy a:active {
	color: #FF9C00;
	text-decoration: underline;
}
.siteBy a:hover {
	color: #00CC00;
	text-decoration: underline;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #36B34D;
	line-height: 10px;
	padding-top: 8px;
}
.menuBgrd {
	background-image: url(images/structure/menu-bgrd.gif);
}
.body2bgrdRPleft {
	background-image: url(images/structure/body2-left.gif);
	background-repeat: repeat;
}
.body2bgrdRPright {

	background-image: url(images/structure/body2-right.gif);
	background-repeat: repeat;
}
.subheading {
	color: #3B58A3;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.headingAlt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #36B34D;
}
.bodybgrdRPleft {

	background-image: url(images/structure/border-left.gif);
	background-repeat: repeat;
}
.bodybgrdRPright {


	background-image: url(images/structure/border-right.gif);
	background-repeat: repeat;
}
.alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #28529C;
}
/* 2011  ---------------------------------------------------------------------------------------------------------------- */

h1 {
	font-size:20px;
	color: green;
	font-style: italic;
	line-height: 26px;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	;
	float: left;
	text-transform:uppercase;
	padding: 5px 0 0 0;
	font-weight: bold;
}
#nav ul {margin:0;padding:0;}
#nav li {
	display:inline;
	padding: 0 20px;
	border-right: 1px dotted green;
}
#nav li a {color:yellow; text-decoration:none;}
#nav li a:hover {color:green;}


/* drop down menu  ---------------------------------------------------------------------------------------------------------------- */


.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	font: normal 12px Arial;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: #EEEEF4;
	border-bottom-width: 0;
	visibility: hidden;
	display: none; /*collapse all sub menus to begin with*/
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
	display: block; /*width of menu (not including side paddings)*/
	color: white;
	background: #133679;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px dotted green;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background: green;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

