﻿/************************************************************************
* 																		*
* Body Structure and Formatting											*
*																		*
************************************************************************/

/*td a 
{ 
    display: block; 
    background: #f00; 
    color: #fff; 
} 
td a:hover 
{ 
    background: #0f0 
} 
*/




/***************Outer Body***************/
body
{
    font-family: Verdana;
    color: #182051;
    font-size: 8pt;
    font-weight: normal;
    width: 718px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #182051;
    text-align: left;
}

/***************Body Headings & Links***************/
#body a, #body a:link, #body a:hover
{
    font-family: Verdana;
    color: #182051;
    font-size: 8pt;
    font-weight: normal;
    letter-spacing: 0px;
    text-decoration: none;
}

#body a:link, #body a:hover
{
    color: #E74F00;
}
#body a:hover
{
    text-decoration: underline;
}

/*#body h1{
	font-family:Arial;
	color:#182051;
	font-size:10pt;
	font-weight:bold;
	 
	}*/

/*#body h2{
	font-family:Verdana;
	color:#182051;
	font-size:8pt;
	font-weight:normal;
	letter-spacing:0px;
	 
	}*/
/***************Top Small dark blue empty div***************/
#topempty
{
    background-color: #182051;
    width: 718px;
    height: 5px;
}
/***************Logo***************/
#toplogo
{
    width: 250px;
    height: 50px;
}
img
{
    border: 0px;
}
/************************************************************************
* 																		*
* Columns Structure and Formating										*
*																		*
************************************************************************/


#midlinks
{
    margin: 0;
    border: 0;
    padding: 0;
    float: inherit;
    text-align: center;
}
#midlinks
{
    width: 718px;
    margin: 20px 10px;
}
#midlinks p
{
    line-height: 1.4;
}
#midlinks li
{
    font-size: 11px;
}



/***************Left Right Column Formatting***************/
#leftcolumn, #fullmid
{
    padding-left: 5px;
    padding-right: 5px; /*width:120px;*/
    vertical-align: top;
}



#fullmid
{
    width: 708px;
}
/***************Center Column Formatting***************/

h1, h2, h3, h4, h5, h6
{
    font-family: Arial,Helvetica,sans-serif;
    margin: 1px 0 5px 0;
    padding: 0;
    font-weight: bold;
    color: Black;
}
h1
{
    font-size: 18px;
}
h2
{
    font-size: 16px;
}
h3
{
    font-size: 14px;
}
h4
{
    font-size: 12px;
}
h5
{
    font-size: 11px;
}
h6
{
    font-size: 10px;
}

#centercolumn
{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-left-style: dotted;
    border-width: 1px;
    border-color: Black;
    margin-top: 50px;
    margin-bottom: 50px;
}

#centercolumn p, li, ul, ol
{
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    color: Black;
    padding-left:10px;
}

#centercolumn iframe
{
    float:left;
    padding-right:10px;
}


#centercolumn a, #centercolumn a:link, #centercolumn a:hover
{
    color: blue;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}


/*#body a:hover
{
	
	text-decoration:underline;
	 
}*/


/************************************************************************
* 																		*
* Navigation & Rollover buttons											*
*																		*
************************************************************************/


/***************Top and Bottom Navigation***************/


#generallink
{
    text-align: center;
}
#generallink a:link, #generallink a:visited
{
    margin-right: 20px;
}


#topnav, #bottomnav
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 8pt;
    text-align: right;
    width: 468px;
    height: 35px;
    background-color: #FFFFFF;
    float: right;
}

#bottomnav
{
    color: #FFFFFF;
    background-color: #182051;
    text-align: center;
    width: 718px;
    height: 15px;
    padding-top: 2px;
}



#topnav a:link, #topnav a:visited, #topnav a:hover
{
    color: #182051;
    text-decoration: none;
}


#topnav a:hover
{
    color: #E74F00;
}


#bottomnav a:link, #bottomnav a:visited, #bottomnav a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}


#bottomnav a:hover
{
    color: #FAC85F;
}

/***************Buttons with Rollover effect***************/


#midnav
{
    background-color: #8898A8;
    text-align: center;
    width: 718px;
    height: 40px;
}

/*.bluetext h1{
	font-family:Arial;
	color:#182051;
	font-size:10pt;
	font-weight:bold;
	 
	}
.bluetext h2{
	font-family:Arial;
	color:#182051;
	font-size:10pt;
	font-weight:bold;
	text-decoration:underline;
	 
	}
	

/***************Simple Text**************
.bluetext {font-family:Verdana;
	color:#182051;
	font-size:8pt;
	font-weight:normal;
	letter-spacing:0px;

	
}
*/