﻿body
{
	padding: 0px;
	margin: 0px;
	font-family: 'trebuchet MS' , Verdana;
	font-size: 76%;
	background: url(Images/bodyBGgrad.jpg) top repeat-x #666 fixed;
}
html
{
	padding:0px;
	width: 100%;
}
:-moz-any-link:focus {
  outline: none;
}
/* main div */
div#DivMainClass
{
	width:990px;
    background-color:#FFF;
}
div#header {
	/*background: url(Images/pageBorder_top.jpg) 0 0 repeat-x;*/
	padding-top:0px;
}
div#footer {
	/*background: url(Images/pageBorder_top.jpg) 0 0 repeat-x;*/
	padding-bottom:0px;
}
div#wrapper_l
{
    /*background: url(Images/pageBorder_left.jpg) repeat-y 0 0;*/
}
div#wrapper_r {
	/*background: url(Images/pageBorder_left.jpg) 100% 0 repeat-y;*/
}
div#wrapper_lt
{
    /*background: url(Images/pageBorder_leftTop.jpg) no-repeat 0 0;*/
}
div#wrapper_rt {
	/*background: url(Images/pageBorder_leftTop.jpg) 100% 0 no-repeat;*/
}
div#wrapper {
	width: 990px;
	border:1px solid #5b3977;
	margin: 10px auto 20px;
}

/* HOME BAR */
.breadcrum
{
    border-bottom-color: #C0C0C0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: right;
    padding-bottom: 3px;
    margin-top: -2px;
}

.homeBarDIV
{
	padding: 3px;
	background-color: #333333;
	color: #FFFFFF;
	font-size: .90em;
}
.homeBarDIV a
{
    color: #FFF;
    text-decoration: none;
}
.homeBarDIV .textSize
{
    float:right;
    width:20;
    top:0px;
    position:relative;
}

/* HEADER BAR */
.headerBarDIV
{
	height: 250px;
}
.headerSearch
{
	width: 210px;
	height: 35px;
	position: absolute;
	top: 0pt;
	right: 0pt;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 15pt;
	padding-left: 10px;
	margin-right: 0pt;
	margin-top: 15pt; /*moves search box content down*/
	font-size:1.3em;
}
.headerSearchOptions
{
    text-align:right;
	color:#FFFFFF;
	font-size:.6em;
	font-weight:bold;
	padding-right: 10px;
	padding-top: 3px;
	float:right;
}
.headerSearchOptions a
{
    color: #FFFFFF;
    text-decoration: none;
}
.headerSearch .textBar
{
	border-style: solid;
	border-width: 1px;
	border-color: #666666 #666666 #808080 #666666;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #666666;
	margin: 0;
	padding: 0px 2px 0px 2px;
}
.headerSearch .goButton
{
	height: 20px;
	line-height: 20px;
	font-weight:bold;
	border: 1px solid #ebebeb;
	border-bottom-color: #d6d6d6;
	vertical-align: top;
	background-color: #666666;
	color: #FFFFFF;
	margin-top:2px;
	padding:0px 2px 0px 2px;
}
.searchBacking
{
	top: 0pt;
	right: 0pt;
	position: absolute;
	z-index:-1000px;
	margin-right: 0pt;
	margin-top: 15pt;  /*will move search bg down or up- also must move .headerSearch*/
	
}
.headerDIV
{
	width:990px;
	height:250px;
	position:relative;
	right: 0px;
	overflow:hidden;
	z-index:0;
}

/* HORIZONTAL NAV BAR */
.horizontalNavBarDIV
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #333333;
	clear: both;
}

/* MAIN CONTENT */
.contentBarDIV
{	width:990px;
	clear: both;
}
.floatRight
{
    float:right;
    width:150px;
}
.textPadding
{
	margin: 8px 14px 8px 14px;
}
.textPaddingContent
{
	margin: 10px 14px 20px 14px;
	width:725px;
}
.contentBarTable
{
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	font-size:1em;
}
.verticalLeftBarTD
{
	width: 222px;
	vertical-align: top;
	border-right: solid 1px #C0C0C0;
	background:url(Images/leftSidebarBG.jpg) repeat-x bottom;
	background-color: #dedede;
	padding: 10px;	
}
.verticalLeftBarTD h1, .verticalLeftBarTD h2, .verticalLeftBarTD h3, .verticalLeftBarTD h3, .verticalLeftBarTD h4, .verticalLeftBarTD h5, .verticalLeftBarTD h6 {
	color:#5b3977;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.verticalLeftBarTD a {color:#666; text-decoration:none;}
.verticalLeftBarTD a:hover  {color:#5b3977; text-decoration:underline;}
.verticalLeftBarTD p {
	padding-top: 0px;
	margin:0px;
	line-height:145%;
}

.verticalLeftBarTD ul
{
padding:0px;
margin:0px;
}

.verticalLeftBarTD li {
	padding:0px;
	margin:0px;
	list-style: none;
	line-height:145%;
}

.bodyContentTD
{
	vertical-align:top;
	width:745px;
}

/* DIRECTORY BAR */
.directoryBarMainDIV
{
	position:fixed;
	bottom:0px;
	width:100%;
}
.directoryBarDIV
{
	background-color: #999999;
	background-image:url(Images/DirectoryBGgrad.jpg);
	width: 991px;
	margin: 0px auto 0px auto;
}

/* FOOTER */
.footerBarDIV
{
	background-color: #333333;
	color: #FFFFFF;
	font-size: .88em;
	text-align:center;
	padding-top:3px;
	padding-bottom: 30px;
}

.footerBarDIV a
{
    color: #FFFFFF;
    text-decoration: none;
}
.footerBarDIV .EktronEditorsMenuWrapper a
{
    color: #000000;
    text-decoration: none;
}

/* MAIN CONTENT */
.mainContent {
color:#333333;
width:768px;
}

.mainContent p {
	padding:0px 10px 15px;
	margin:0px 0px 10px;
	line-height:200%;
}

.mainContent a {
color:#5b3977;
text-decoration:underline;
}

.mainContent a:hover{
color:#000;
text-decoration:none;
}

.mainContent img {
	padding:10px;
	margin: 5px;
	/*border: 1px solid #bbbeea;*/
}

.contact {padding: 0px 10px; width:100%;}
.contact table td {padding:5px; margin:0px;}

ul{
    list-style-type: none;
}
.content ul{
    list-style-type: disc;   
}
