@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-attachment: fixed;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
}
.contentTable {
	color: #CCCCCC;
	text-decoration:none;
}
.contentTable a:link {
	color: #9933CC;
	text-decoration:none;
	font-weight: bold;
}
.contentTable a:visited {
	color: #FFFF00;
	text-decoration:none;
}
.contentTable a:hover {
	color: #FF0000;
	text-decoration:none;
}
.contentTable a:active {
	color: #FFFF00;
	text-decoration:none;
}
a:link {
	color: #FFCC33;
	text-decoration:none;
}
a:visited {
	color: #FFCC33;
	text-decoration:none;
}
a:hover {
	color: #FF0000;
	text-decoration:none;
}
a:active {
	color: #FFFF00;
	text-decoration:none;
}

.mainmenu a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.mainmenu a:visited {
	color: #CCCCCC;
	text-decoration:none;
}
.mainmenu a:hover {
	color: #FFCC00;
	text-decoration:none;
}
.mainmenu a:active {
	color: #FFFFFF;
	text-decoration:none;
}

.footer a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.footer a:visited {
	color: #CCCCCC;
	text-decoration:none;
}
.footer a:hover {
	color: #FFCC00;
	text-decoration:none;
}
.footer a:active {
	color: #FFCC00;
	text-decoration:none;
}

.breadcrumb a:link {
	color: #333333;
	font-weight: bold;
}
.breadcrumb a:visited {
	color: #333333;
	font-weight: bold;
}
.breadcrumb a:hover {
	color: #003399;
	font-weight: bold;
}
.breadcrumb a:active {
	color: #333333;
	font-weight: bold;
}

.tablemain {
	background-color: #FFFFFF;
}
h3 {
	font-size: 16px;
	color: #5D3785;
}
.footer {
	color: #CCCCCC;
}

/*Start Menu*/
.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*Top level list items*/
.suckertreemenu ul li{
	
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
 /*Width of top level menu link items*/
padding: 1px 8px;
border-left-width: 0;
text-decoration: none;
color: white;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
background-color: #3B2271;
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
background-color: #3B2271;
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px;
}

.suckertreemenu ul li a:hover{
	color: yellow;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #3B2271 url(images/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End Menu */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #522D7D;
}
h2 {
	font-size: 12px;
	color: #FFFF00;
}
.breadcrumb {
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}
.imageleft {
	padding-right: 40px;
	padding-bottom: 30px;
}
.mainmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.mainmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.mainmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.mainmenu a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.mainmenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.mainfont {
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
}
.yellow {
	color: #FFFF00;
	font-size: 14px;
}
.purple {
	color: #660099;
	font-weight: bold;
	font-size: 14px;
}
.purple a:link {
	color: #6600CC;
	text-decoration:none;
}
.purple a:visited {
	color: #663399;
	text-decoration:none;
}
.purple a:hover {
	color: #FF0000;
	text-decoration:none;
}
.purple a:active {
	color: #660099;
	text-decoration:none;

fieldset {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #E5E5E5;
	background-image: url(images/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}
legend {
	color: #545351;
	font-weight: bold;
}
fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}
fieldset li {  
	padding-bottom: 1em;
}
fieldset.submit {  
	float: none;  
	width: auto;  
	border-style: none;  
	padding-left: 12em;  
	background-color: transparent;  
	background-image: none;
}
