/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #009977;}
a:visited {color: #009977;}
a:hover {color: #004EB8;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	font: 9pt/14pt arial, verdana, sans-serif;
	color: #353535;
	background-color: #FAF9F9;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font: 14pt arial, verdana, sans-serif;
	color: #EEF7FC;
	background-color: #238DD2;
	margin: 0px 0px 15px 0px;
	padding: 7px 0px 7px 10px;
	}

h2 {
	font: bold 13pt arial, verdana, sans-serif;
	color: #00875B;
	margin: 0px 0px 8px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    list-style-type: none;
	}
	
	ul li {
	    padding: 0px 0px 0px 15px;
		background: transparent url("images/bullet.gif") no-repeat left 5px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	background-color: white;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.firstParagraph {
	font: 10pt/14pt arial, verdana, sans-serif;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.AlertError {
    display: block;
    color: Red;
	border: 3px double red;
	background-color: White;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}

.AlertOK {
    display: block;
    color: Green;
	border: 3px double Green;
	background-color: White;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.leftColumn {
    float: left; width: 47.5%; margin: 0% 2.5% 0% 0%;
    }

.rightColumn {
    float: left; width: 47.5%; margin: 0% 0% 0% 2.5%;
    }
   
.colorColumn {
    background-color: #eff4f8;
    width: 42.5%;
    padding: 2.5%;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.blueText {
	color: #238DD2;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}
	
	.formattedTable th, .formattedTable td {padding: 5px; text-align: left;}
	
	.formattedTable th {
		background-color: #238dd2;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
		.formattedTable th a {color: White;}
		.formattedTable th a:visited {color: White;}
		.formattedTable th a:hover {color: #d1f1ff;}
		
	.formattedTable .colorRow {
		background-color: #eff4f8;
		}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.mainHolder {
	width: 750px;
	padding: 0px 10px 10px 10px;
	margin: 0px auto 0px auto;
	background-color: white;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.topArea {
	border-top: 5px solid #238DD2;
	margin: 0px 0px 1px 0px;
	background: transparent url(images/background_toparea.gif) no-repeat 402px 30px;
	}
	
	.topArea .logo {
	    display: block;
		width: 161px;
		height: 51px;
		margin: 16px 0px 14px 17px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.menuArea {
	float: left;
	width: 167px;
	border-top: 27px solid #F6F6F6;
	padding: 0px 20px 175px 0px;
	}
        
	.menuArea a.topNavigation {color: #004EB8; text-decoration: none; display: block; padding: 2px 0px 2px 10px; border-bottom: 1px solid #EAEAEA;}
	.menuArea a.topNavigation:visted {color: #004EB8;}
	.menuArea a.topNavigation:hover {color: #008054;}
	
	.menuArea a.subNavigation {color: #009977; background-color: #F5F5F5; text-decoration: none; display: block; padding: 4px 0px 3px 17px;}
	.menuArea a.subNavigation:visited {color: #009977;}
	.menuArea a.subNavigation:hover {color: #009977;  background-color: #FBFBFB;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.contentArea {
	float: left;
	width: 563px;
	margin: 0px 0px 15px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.footerArea {
	color: #9C9C9C;
	background-color: #F9F9F9;
	padding: 35px 10px 35px 10px;
	}
	
	.footerArea a {color: #9C9C9C; text-decoration: none; float: right;}
	.footerArea a:visited {color: #9C9C9C;}
	.footerArea a:hover {color: #009977; text-decoration: underline;}
