body {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	text-align: left;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 24px;
	color: #6C44BC;
}
a {
	color: #1A0A3D;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

#page {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0pt;
	width: 967px;	
/*	background-color: aqua;*/
}
#header {
	height: 80px;
	position: relative;
}
#logo {
	position: absolute;
	top: 15px;
	left: 50px;
}
#headicons {
	position: absolute;
	top: 32px;
	right: 30px;
}
#headicons a{
	margin: 0 11px 0 11px;
}
#promo {
	clear: both;
	position: relative;
	height: 270px;
}
#promophoto {
	/*float: left;
	background: url(../img/pp-1.jpg) no-repeat;*/
	position: absolute;
	width: 726px;
	height: 270px;
	background: url(../img/pp-1.jpg) no-repeat;
}
#promoblock {
	/*float: left;
	padding: 10px;*/
	margin: 0;
	position: absolute;
	left: 726px;
	width: 240px;
	height: 270px;
	background: url(../img/pblockback.jpg) no-repeat;
}
#promoblock div{ padding: 20px; 	color: #333333 ; font-weight: bold;}
#promotext {
	color: #ffffff;
	float: right;
	padding: 40px 70px 40px 40px;
	font: bold 16px Arial,Tahoma,Verdana,sans-serif;
}
#quicklinks {
	clear: both;
	position: relative;
	height: 320px;
	background: url(../img/ql-bg.gif) top repeat-x;
}
#quicklinks .ql-dlmtr {
	float: left;
	width: 1px;
	height: 300px;
	background: url(../img/ql-dlmtr.gif) top no-repeat;
}
#quicklinks .ql {
	float: left;
	height: 320px;
	width: 241px;
}
#quicklinks .ql-head {
	padding: 15px;
	font: small-caps bold 14px/30px Verdana,Arial,Tahoma,Sans-serif;
}
.ql-head a {text-decoration: none; color: inherit;}
#quicklinks .ql-links {
	line-height: 30px;
	list-style: none; 
	margin: 0 0 0 30px;
	padding: 0;
}
#quicklinks .ql-links li{
	margin: 0;
	padding: 0 0 0 15px; 
	background:url(../img/bullet.gif) no-repeat left center;
}
#quicklinks .textpage-content {
	float: left;
}
.noatts { width: 725px;}
.atts   { width: 484px;}

#quicklinks .textpage-attachments {
	float: left;
	width: 241px;
	text-align: center;
}
#quicklinks .textpage-content div
{
	padding: 15px 0 30px 25px;
	color: #555555;
	line-height: 20px;
}
#quicklinks .textpage-attachments div {
	padding: 25px 0 30px 15px;
	line-height: 12px;
}
#quicklinks .textpage-content h1 {
	color: #6C44BC;
}

.textpage-content input, .textpage-content textarea, .textpage-content select {
	width: 300px;
	font-size: 12px;
	color: #333333;
}

#footer {
	clear: both;
	position: relative;
	height: 70px;
	background: url(../img/ftr-bg.gif) top repeat-x;
}

#footerlinks {
	position: absolute;
	top: 20px;
	left: 25px;
}
#copyright {
	position: absolute;
	top: 20px;
	right: 25px;
}

.cat-1 {color: #523294; }
.cat-2 {color: #228D78; }
.cat-3 {color: #9F9418; }
.cat-4 {color: #912F47; }
.cat-5 {color: #57A37E; }

.loading {
	text-align: center;
	margin: 40px 0 40px 0;
/*	background-color: yellow;*/
}

.ddcolortabs{
	clear: both;
	height: 25px;
	background: url(../img/topmenubg.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.ddcolortabs ul{
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
padding:0; margin: 0;
}


.ddcolortabs a{
	float:left;
	color: white;
	margin: 0; 
	padding: 0 26px 0 25px;
	background: url(../img/topmenudelimiter.gif) no-repeat right ;
	text-decoration: none;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
/*padding: 4px 8px 2px 7px;*/
}

.ddcolortabs a span{
	float:none;
}

.ddcolortabs a:hover{
/*background-color: #591f20;*/
	text-decoration: none;
}

.ddcolortabs a:hover span{
/*background-color: #591f20;*/
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
/*background-color: #591f20;*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_a{
position:absolute;
top: 0;
margin-left: 5px;
border: 1px solid black; /*THEME CHANGE HERE*/
/*border-top-width: 8px; Top border width. Should match height of .ddcolortabsline above*/
/*border-bottom-width: 0;
font:normal 12px Arial;*/
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}

.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
/*border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	/*background-color: #6C44BC;
	color: white;
	text-decoration: none;*/
	text-decoration: underline;
}