/* CSS Document */

body
{
	padding: 0px;
	margin: 0px;
	background-color: #1A3C57;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.bottom
{
    padding: 5px;
	font-size: 9pt; 
	font-weight: normal;
    color: #1A3C57;
    border-top: #1A3C57 1px solid;
    background-color:  #ffffff;
}

.bottom a:link
{
	color: #61002B;
	text-decoration: none;
}

.bottom a:visited
{
	color: #1A3C57;
	text-decoration: none;
}

.bottom a:hover
{
	color: #000066;
	text-decoration: underline;
}

.centraltable
{
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.maintable
{
	color: #000000;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9pt;
}

.navcolumn
{
	padding: 0px;
	font-size: 11pt; 
	font-weight: normal;
    color: #ffffff;
	border-right: 1px solid #000000;
    background-color: #813B5D;
}
.navtable
{
	/width: 100%;
	border: 0px;
}
.navtable td
{
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px dashed #FFFFFF;
}
.navtable a:link
{
	color: #592B40;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 5px;
	text-decoration: none;
	display: block;
}

.navtable a:visited
{
	color: #333333;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 5px;
	text-decoration: none;
	display: block;
}

.navtable a:hover
{
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 5px;
	text-decoration: underline;
	background-color: #592B40;
	display: block;
}

/* Fix IE. Hide from IE Mac \*/
* html .navtable a:link { width: 100%; }
* html .navtable a:visited { width: 100%; }
* html .navtable a:hover { width: 100%; }
/* End */

.required
{
	font-size: 9pt;
	color: #cc0000;
	font-weight: bold;
}

.rightpic
{
	background-color: #813B5D;
	border-left: 1px solid #1A3C57;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
}

.searches
{
    padding-left: 10px;
	border-top: #000000  1px solid;
    border-bottom: #000000  1px solid;
    background-color: #ffffff;
	font-size: 8pt;
    font-weight: normal;
	color: #000000;
}

.searches a:link
{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
	font-size: 8pt;
}

.searches a:visited
{
    color: #1A3C57;
    font-weight: normal;
    text-decoration: none;
	font-size: 8pt;
}
.searches a:hover
{
  	color: #813B5D;
    font-weight: normal;
    text-decoration: underline;
	font-size: 8pt;
}

.title
{
	color: #813B5D;
	background-color: #ffffff;
	font-size: 16pt;
	font-weight: bold;
	padding-left: 7px;
	padding-bottom: 5px;
}
.subtitle
{
	color: #000000;
	background-color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 7px;
	padding-bottom: 10px;
}
.subtitle2
{
	color: #813B5D;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 7px;
}

/* Start Menu Navigation Styles */

.horizontal
{
	background: #FFFFFF;
	color: #592B40;
	border-right: 1px solid #592B40;
}
	
.horizontal ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 155px;
	border-bottom: 1px solid #592B40;
}

.horizontal ul li ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 155px;
	border-bottom: 1px solid #592B40;
	border-left: 1px solid #592B40;
	border-right: 1px solid #592B40;
}
	
.horizontal ul li 
{
	position: relative;
	border-top: 1px solid #592B40;
	font-size: 10pt;
}

.horizontal ul li ul li
{
	font-size: 8pt;
}

.horizontal li ul 
{
	position: absolute;
	left: 155px;
	top: -1px;
	display: none;
}

.horizontal ul li a:link 
{
	color: #592B40;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
	
.horizontal ul li a:visited 
{
	color: #592B40;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

.horizontal ul li a:hover 
{
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: underline;
	background-color: #592B40;
	display: block;
	font-weight: bold;
}

/* Fix IE. Hide from IE Mac \*/
* html .horizontal ul li { float: left; }
* html .horizontal ul li a { height: 1%; }
/* End */

.horizontal li:hover ul, li.over ul 
{ 
	display: block; 
}
