/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #FA0000;}
a:visited {color: #FA0000;}
a:hover {color: #000060;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

* {
	padding: 0px;
	margin: 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	font: 10pt/14pt arial, verdana, sans-serif;
	color: #1F1F1F;
	background-color: #000060;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

blockquote {
	border: 1px dashed #000060;
	background-color: #E8E6F0;
	padding: 8px 10px 10px 10px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 14pt;
	font-weight: normal;
	color: white;
	background-color: #FA0000;
	padding: 5px 0px 5px 10px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	}

h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #FA0000;
	padding: 20px 0px 2px 0px;
	border-top: 1px dashed #000060;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	padding: 15px 0px 15px 0px;
	list-style-type: none;
	color: #000060;
	}
	
	ul li {
		background: transparent url(images/bullet.gif) no-repeat left 4px;
		padding: 0px 0px 10px 20px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	background-color: white;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.block {
	display: block
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden {
	display: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.firstParagraph {
	font: 10pt/14pt arial, verdana, sans-serif;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.blueText {
	color: #000060;
	}

.smallText {
	font-size: 10px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}
	
	.formattedTable th, .formattedTable td {
		padding: 5px;
		}

	.formattedTable th {
		background-color: #000060;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colorRow {
		background-color: #EEECF6;
		}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 760px;
	margin: 0px auto 0px auto;
	background: white url(images/background_mainholder.gif) no-repeat left top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	float: left;
	width: 253px;
	padding: 10px 9px 20px 8px;
	}
	
	#menuArea a.navigation {font-weight: bold; color: #000060; text-decoration: none; display: block; border-bottom: 1px dashed #000060; padding: 6px 0px 6px 9px;}
	#menuArea a.navigation:visited {color: #000060;}
	#menuArea a.navigation:hover {color: #FA0000;}
	
	#menuArea a.subnavigation {font-weight: bold; color: #000060; text-decoration: none; display: block; border-bottom: 1px dashed white; background-color: #E3E3F3; padding: 6px 0px 6px 24px;}
	#menuArea a.subnavigation:visited {color: #000060;}
	#menuArea a.subnavigation:hover {color: #FA0000;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
	float: left;
	width: 489px;
	}
	
	#contentArea .contentHolder {
		padding: 17px 20px 17px 12px;
		background-color: #F7F6FB;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	background-color: #7575A1;
	padding: 20px;
	font-size: 8pt;
	line-height: 12pt;
	color: #000060;
	}
	
	#footerArea a {color: #000060; text-decoration: none;}
	#footerArea a:visited {color: #000060;}
	#footerArea a:hover {color: #000060; text-decoration:underline;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#copyrightArea {
	width: 760px;
	margin: 4px auto 0px auto;
	font-size: 8pt;
	line-height: 12pt;
	color: #7575A1;
	}
	
	#copyrightArea a {color: #7575A1; text-decoration: none; float: right;}
	#copyrightArea a:visited {color: #7575A1;}
	#copyrightArea a:hover {color: #7575A1; text-decoration:underline;}
