/* this sets the attributes for everything that is within the body tag*/
BODY {
font-family: Tahoma, Arial, sans-serif;
font-size: 13px;
color: #333333;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
background-color:#ffffff; 

}
/* this sets the attributes for everything that is within the P tag*/
P, TD, LI, UL, Table{
color: #333333;
font-family: Tahoma, Arial, sans-serif;
font-size: 13px;

/* this sets the attributes for all your links*/
}
A:LINK {
color: #333333;
text-decoration: none;
}
A:VISITED {
color: #333333;
text-decoration: none;
}
A:HOVER {
color: #ffffff;
background: #8a9ab4;
text-decoration: underline overline;
}
A:ACTIVE {
color: #333333;
text-decoration: underline;
}
/* this sets the attributes for your header's*/
h1 { 
font-size: 15px;
font-weight: bold;
letter-spacing: 2;
color: #8a9ab4;
}
h2, h3, h4, h5, h6 {
font-size: 12px;
font-weight: bold;
color: #63799b;
}
/* this sets the attributes for your header cell*/
.header { 
background: #ffffff;
}
/*this sets the attributes for your text area*/
.textarea {
	margin: 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-align: justify;
	background: #ffffff;
	line-height: 20px;
	padding: 15px;
}
/*this sets the attributes for your leftside*/
.leftside {
color: #ffffff;
text-align: center;
}
/*this sets the attributes for your rightside*/

.rightside {
text-align: center;
background-color: #ffffff;
}
/* this is the left side navigation table */
.navigation {
color: #333333;
font-size: 12px;
font-weight: 400;
letter-spacing: 1;
text-align: left;
line-height: 20px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
/* this is your top navigation bar */
.navbar{
color: #333333;
text-align: right;
letter-spacing: 1;
font-size: 11px;
background-color: #8a9ab4;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
border-top: 1px solid #111111;
border-bottom: 1px solid #111111;
}
/* this is your bottom nav bar */
.botnavbar {
text-align: center;
font-size: 11px;
color: #000000;
background-color: #ffffff;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
/*this is your left side info box */
.info {
text-align: left;
font-size: 11px;
color: #333333;
line-height: 15px;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
padding-bottom: 5px;
}
/* this is your right side info box */
.info2 {
text-align: left;
font-size: 11px;
color: #ffffff;
line-height: 15px;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
padding-bottom: 5px;
border: 1px solid #4a5a74;
background: #8a9ab4;
}
/* this is your left cell for your copyright */
.copyrightleft {
text-align: left;
font-size: 11px;
color: #4a5a74;
letter-spacing: 2;
font-weight: bold;
background: #ffffff;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
border-top: 1px solid #4a5a74;
}
/* this is your right cell for your copyright */
.copyrightright {
text-align: right;
font-size: 10px;
color: #4a5a74;
background: #ffffff;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
border-top: 1px solid #4a5a74;
}
/* this is your color for your splash page */
.splash {
background: #ffffff;}

.clearfloats {clear:both;}


#mainwrapper {width: 776px;
              margin-left: auto;
              margin-right: auto;
              position: absolute;
              left: 0px;
              top: 160px;
               text-align: left;
				}

div#left_column {width: 165px;
                     position: absolute;
                     left: 0px;
                     top: 0px;
                     font-size: 100%;
                     background-image: url(images/tablebar_left.gif);
                     border: 0px solid;
                     margin: 0 0 0 0;
              }
#left_column h4 {text-align: center; 
                   	COLOR: #1f2e3b;            /* Dark Blue */
                   	}
#left_column P {
	text-align: left;
	COLOR: #1f2e3b;
	FONT-WEIGHT: bold;
	font-size: 1em;
	margin-left: 5px;
}
  
#left_column h6 {text-align: center; 
                   	COLOR: #1f2e3b; 
                   	font-size: .8em;                	           /* Dark Blue */
                   	}
#left_column h5 {text-align: center; 
                   	COLOR: #1f2e3b; 
                   	font-size: .9em;                	           /* Dark Blue */
                   	}

UL#left_column  {margin: 20px 0 0 26px;}   

div#text_area   {
	margin: 5px 10px 10px 10px;
	width: 606px;
	position: absolute;
	left: 165px;
	top: 0px;
	z-index: +0;
	border: 0px solid;
	background-color: #FFF;
	float: left;
	font-size: 85%;
	line-height: normal;
}
#text_area h2 {text-align: center; 
                   	COLOR: #cc1430;            /* DarkRed*/
                   	font-size: 2.5em;
                   	}
 #text_area h4 {text-align: center; 
                   	COLOR: #1f2e3b;            /* Dark Blue */
                   	}
#text_area P {
	text-align: left;
	COLOR: #1f2e3b;
	font-size: 10pt;                 	           /* Dark Blue */
}
  
#text_area h6 {text-align: center; 
                   	COLOR: #1f2e3b; 
                   	font-size: .8em;                	           /* Dark Blue */
                   	}
#text_area h5 {text-align: center; 
                   	COLOR: #1f2e3b; 
                   	font-size: .9em;                	           /* Dark Blue */
                   	}
#text_area a {	COLOR: #cc1430; }

#center_column {width: 437px;
              position:absolute;
              left:170px;
              top:0px;
              z-index: 0;
        /*      border: 1px solid; */
		   background-color: #ffffff;
              margin-left: 3px;
              float: left;
              font-size: 100%;
              line-height: normal;
                           }
#center_column  h2 {text-align: center; 
                   	COLOR: #cc1430;            /* DarkRed*/
                   	font-size: 2.5em;
                   	}
#center_column  h4 {text-align: center; 
                   	COLOR: #1f2e3b;            /* Dark Blue */
                   	}
#center_column  P {text-align: left; 
                   	COLOR: #1f2e3b;
                   	font-size: 1em;                 	           /* Dark Blue */
                   	}
  
#center_column  h6 {text-align: center; 
                   	COLOR: #1f2e3b; 
                   	font-size: .8em;                	           /* Dark Blue */
                   	}
#center_column  h5 {text-align: center; 
                   	COLOR: #1f2e3b; 
                   	font-size: .9em;                	           /* Dark Blue */
                   	}
#center_column a {	COLOR: #cc1430; 
                   	}
#right_column {width: 150px;
		   padding: 2px;
		   position: absolute;
		   top: 0px;
		   left: 614px;
		   background-image: url('images/tablebar_rt.gif');
		    margin-left: 3px;
              float: left;
              font-size: 100%;
              line-height: normal;
                           }
#right_column  h2 {text-align: center; 
                   	COLOR: #cc1430;            /* DarkRed*/
                   	font-size: 2.5em;
                   	}
#right_column  h4 {text-align: center; 
                   	COLOR: #1f2e3b;            /* Dark Blue */
                   	}
#right_column  P {
	text-align: center;
	COLOR: #1f2e3b;
	font-size: 1em;                 	           /* Dark Blue */
}
  
#right_column  h6 {text-align: center; 
                   	COLOR: #1f2e3b; 
                   	font-size: .8em;                	           /* Dark Blue */
                   	}
#right_column  h5 {text-align: center; 
                   	COLOR: #1f2e3b; 
                   	font-size: .9em;                	           /* Dark Blue */
                   	}
#right_column a {	COLOR: #cc1430; 
                   	}
.rt_col_center_highlight {
	background-color: #FFFF00;
	text-align: center;
}

#footer {width: 774px;
             background-color: #d3e0f0;
             text-align: center;
             float: left;
             padding-top: 6px;
             LINE-HEIGHT: 1;
             border: 1px;
                       }       
div#header {position: absolute;
              left: 0;
              top: 0px;
              border: 0px solid;
              height: 160px;
              width: 774px;
              margin: 0 0 0 0;
              background-color: #FFF;
              }       
#header P {PADDING-TOP: 0px; } 
#header H6 {margin: -18px 0 0 10px;
                        color: #486f8c;
                        }   
#container {                          
	BORDER-RIGHT: #486f8c 1px solid; 
	BORDER-TOP: #486f8c 1px solid; 
	BACKGROUND: #d9e5ed;                 /*Background color */
	MARGIN: 0px auto; 
	BORDER-LEFT: #486f8c 1px solid; 
	WIDTH: 75em; 
	BORDER-BOTTOM: #486f8c 1px solid; 
	TEXT-ALIGN: left
}

/* Vertical menu */
#vertnav {
	margin: 5px;
	border-style: solid;
	border-color: #3b5979;
}
#vertnav, #vertnav ul { /* all vertical lists */
		padding: 3px;
		margin-left: 1px;
		list-style: none;
		float : left;
		font-size: .85em;
		text-align: left;
		line-height: 150%;
		width : 134px;
	}
	
#vertnav li { /* all list items */
		position : relative;
		float : left;
		margin-bottom : -1px;
		width: 120px;
	}
	
#vertnav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 128px;
		margin-top : -1.35em;
		text-align: left;
		z-index: +10;
	}
	
#vertnav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
#vertnav li a {
		width: 120px;
		w\idth: 8em;
		w\idth : 10em;
		display : block;
		color : #1f2e3b;
		line-height: 150%;
		text-align: center;
		text-decoration : none;
		font-weight : bold;
		background-color : #d3e0f0;
		border : 1px solid #3b5979;
		padding : 0 0.5em;
	}
	
#vertnav li a:hover {
		color : #1f2e3b;
		background-color : #deecfa;
	}
	
#vertnav li:hover ul ul, #vertnav li:hover ul ul ul, #vertnav li.vthover ul ul, #vertnav li.vthover ul ul ul {
		left: -999em;
	}
	
#vertnav li:hover ul, #vertnav li li:hover ul, #vertnav li li li:hover ul, #vertnav li.vthover ul, #vertnav li li.vthover ul, #vertnav li li li.vthover ul { /* lists nested under hovered list items */
		left: auto; background-color: #f9eeaf;
	}
#vertnav h4 {text-align: center; 
                   	COLOR: #1f2e3b;            /* Dark Blue */
                   	}
#vertnav P {text-align: center; 
                   	COLOR: #1f2e3b; 
                   	font-size: 1em;                 	           /* Dark Blue */
                   	}
  
#vertnav h6 {text-align: center; 
                   	COLOR: #1f2e3b; 
                   	font-size: .8em;                	           /* Dark Blue */
                   	}
#vertnav h5 {text-align: center; 
                   	COLOR: #1f2e3b; 
                   	font-size: .9em;                	           /* Dark Blue */
                   	}