/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #6388DD;}
a:visited {color: #6388DD;}
a:hover {color: #444444;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	font: 10pt/15pt arial, verdana, sans-serif;
	color: #444444;
	background-color: #00005F;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 17pt;
	font-weight: normal;
	margin: 7px 0px 7px 0px;
	color: #2C7400;
	}

h2 {
	font-size: 13pt;
	font-weight: normal;
	margin: 0px 0px 4px 0px;
	color: #2C7400;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
blockquote {
	margin: 25px 0px 25px 0px;
	padding: 20px;
	font-size: 18pt;
	font-style: italic;
	color: #2C7400;
	background-color: #EAF0E7;
	border-top: 1px dotted #2C7400;
	border-bottom: 1px dotted #2C7400;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

acronym {
	cursor: help;
	border-bottom: 3px double #646358;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	}
	
	ul li {
		background: transparent url(images/bullet.gif) no-repeat left 7px;
		padding: 3px 0px 3px 17px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	background-color: white;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.firstParagraph {
	font-size: 12pt;
	line-height: 17pt;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.colorText {
	color: red;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}

	.formattedTable th {
		background-color: #2C7400;
		font: bold 13px arial, verdana, sans-serif;
		color: #EAF0E7;
		vertical-align: top;
		}
		
	.formattedTable .colorRow {
		background-color: #EAF0E7;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 760px;
	margin: 0px auto 0px auto;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	height: 82px;
	padding: 18px 0px 0px 58px;
	background: transparent url(images/background_toparea.jpg) no-repeat right top;
	}

	#topArea #logo {
		width: 175px;
		height: 56px;
		background: transparent url(images/logo.gif) no-repeat left top;
		cursor: pointer;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	background-color: #95CC74;
	height: 26px;
	}
	
	#menuArea a {color: white; text-decoration: none; float: left; padding: 3px 19px 3px 18px;}
	#menuArea a:visited {color: white;}
	#menuArea a:hover {color: white; background-color: #2C7400;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
	background-color: #F7F7F7;
	}
			
	#contentArea .contentHolder {
		padding: 15px 15px 15px 15px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	padding: 10px;
	background-color: #2C7400;
	color: #FFFAF1;
	}
	
	#footerArea .toltechLink {float: right;}
	
	#footerArea a {color: #FFFAF1; text-decoration: none;}
	#footerArea a:visted {color: #FFFAF1;}
	#footerArea a:hover {color: #FFFAF1; text-decoration: underline;}