/* [ main styles for majority of text ] -----------------------------*/
/*	These styles control the background and body.                */
/*	They will be standard on all sites.                          */
/*-------------------------------------------------------------------*/
body{
	background-color:#BDB76B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#800000;
	text-align: center;
	margin:0;
    padding:0;
}

/* ------------------------------------------------------------------*/
/* round corners */    
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#aaa; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#800000; border-right:2px solid #800000; border-left:2px solid #800000; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#800000; border-right:1px solid #800000; border-left:1px solid #800000; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#800000; border-right:1px solid #800000; border-left:1px solid #800000; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #FFFFFF;}
.headh {background: #800000; border-right:1px solid #800000; border-left:1px solid #800000;}
.headh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.headh h2 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.headh h1 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.contenth {background: #FFFFFF; border-right:1px solid #FFFFFF; border-left:1px solid #FFFFFF;}
.contenth h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.contenth h4 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.contenth div {margin-left: 12px; padding-top: 5px; line-height: 1em;}


/*  ------------------- Another Round Corners   */
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#ddd; margin:0 5px;}
.b2f {height:1px; background:#ddd; margin:0 3px;}
.b3f {height:1px; background:#ddd; margin:0 2px;}
.b4f {height:2px; background:#ddd; margin:0 1px;}
.contentf {background: #ddd;}
.contentf div {margin-left: 5px;}


/*              */
b{font-size: 110%;}
em{color: #800000;}

#maincontainer{
    width: 1000px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
}

#topsection{
    line-height: 1em;
}

#topsection h1{
    margin: 0;
    padding-top: 10px;
    font-size: 38px;
	font-weight: bold;
	text-align: center;
	vertical-align: text-bottom;
    color:#BDB76B;
}

#topsection table{
    margin:0;
}
/*
#topsection h4{
	font-size: 16px;
	font-weight: bold;
	vertical-align: text-top;
    text-align:center;
    color:Yellow;
    text-decoration: none;
}
*/

#leftcolumn{
    float: left;
    width: 200px; /*Width of left column*/
    margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
    background: #800000;
    margin-right: 0px;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth)*/
/* background: #FDE95E; */
line-height: 1.7em;
font-size: medium;
}

#content2column{
    margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#content3column{
margin: 0 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentwrapper{
    float: left;
    width: 100%;
    text-align: center;
}

#footer{
    clear: left;
    width: 100%;
    background: #BDB76B;
    color: #800000;
    text-align: center;
    padding: 4px 0;
    line-height: 1em;
	font-size:12px;
	text-align:justify;
}

#footer a{
    color: #FFFF80;
}

#footer h6{
    text-align: center;
    background-color: #800000;
    height: 2px;
}

#footer table{
    text-align: center;
}

.innertube{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

	

/* [ styles for Menu links ] ---------------------------------------------*/


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
    margin-top: 10px;
    margin-left: 0px;
    padding: 0;
    list-style-type: none;
    font: bold 15px Verdana;
    text-align: Left;
    width: 190px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
    position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    color: #BDB76B;
    text-decoration: none;
    padding: 6px;
    line-height: .9em;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
    background-color: #800000; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
    color: #BDB76B;
    text-decoration: none;
}

.sidebarmenu ul li a:hover{
    color: Yellow;
    text-decoration: none;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
    position: absolute;
    width: 195px; /*Sub Menu Items width */
    top: 0;
    visibility: hidden;
    margin-top: -5px;
    line-height: .9em;
}

.sidebarmenu a.subfolderstyle{
    background: url("/images/fleurdotyellow.gif") no-repeat 97% 50%;
}
 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


/* [ styles for links ] ---------------------------------------------*/
a:link {
	color:#015D00;
	text-decoration: underline;
}
a:visited {
	color: #015D00;
	text-decoration: underline;
}
a:active {
	color:#015D00;
	text-decoration: underline;
}
a:hover {
	color:#015D00;
	text-decoration: underline;
}


/* [ Special styles ] ----------------------------------------------*/


.TableRowHeader,.TableRowHeader a
{
	background-color: #5F7383;
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #BDB76B;
	text-decoration: none;
	background-color: #800000;
}


.TableRowHeader a:hover
{
	color: Orange;
}

.TableRowHeader2,.TableRowHeader2 a
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #BDB76B;
	text-decoration: none;
	background-color: #800000;
}

.TableRowHeader2 a:hover
{
	color: darkred;
}

.AlternatingRow
{
	background-color: #EEEEEE;
	font-family: Arial,sans-serif;
	font-size: 12px;
}

.Row
{
	font-family: Arial,sans-serif;
	font-size: 12px;
}

.body_text_black
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

.required_text
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: red;
	text-align:left;
}

.required_text_bold
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
	text-align:left;
}

/* ---------------------------------------------------------*/


.datalist-view
{
    line-height: 1em;
    font-size: 11pt;                 
}

.events {
	font-size:14px;
	padding-left: 2pt;
	padding-right: 2pt;
	vertical-align:top;
}

.title {
	font-size: 20px;
	font-weight:BOLD;
	color:#800000;
	vertical-align:top;
}

.paragraph {
	font-size:14px;
}

.indented {
	text-align:justify;
	font-size:14px;
	padding-left: 30pt;
	padding-right: 30pt;
}

.news {
	text-align:center;
	font-size:14px;
}

.pagecontentlink {
    font-size: smaller; 
    color: #800000;
}

.pagecontentlink1 {
    font-size: smaller; 
    color: #800000;
}

.headh
{
    line-height: .9em;
}

.contenth
{
    line-height: .5em;
}        
/* ------------------------------------------------------------------*/

