
/* --------------------------------------------------------------------------------------------------------------------------*/
/* Zero out all browser-preset values & set basic attributes ----------------------------------------------------------------*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* ----------------------------------------------------------------------------------------------------------------------------*/
/* MAIN NAVIGATION  -----------------------------------------------------------------------------------------------------------*/

#navColumn {
	text-align:left;
}

#logo {
	margin: 38px 0 0 34px;
}

#navColumn a:link {
	color: #6D83A0;
	text-decoration: none;
}
#navColumn a:visited {
	color: #6D83A0;
	text-decoration: none;
}
#navColumn a:hover {
	color: #6D83A0;
	text-decoration: none;
}
#navColumn a:active {
	color: #6D83A0;
	text-decoration: none;
}



/* ----------------------------------------------------------------------------------------------------------------------------*/
/* SUB NAVIGATION -------------------------------------------------------------------------------------------------------------*/


#subNav {
	color: #000000;
}

#subNav a:link {
	color: #5C6F87;
	text-decoration: none;
}
#subNav a:visited {
	color: #5C6F87;
	text-decoration: none;
}
#subNav a:hover {
	color: #000000;
	text-decoration: none;
}
#subNav a:active {
	color: #000000;
	text-decoration: none;
}

#subNav .horizRule_dotted {
	font-size: 3px;
	background-image: url(../images/shared/horizRule_dotted.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-bottom: 0px;
}


/* CSS styles for list objects have been moved into 
two seperate files (standard & IE) to be loaded 
dynamically depending on user's browser type  */



/* ----------------------------------------------------------------------------------------------------------------------------*/
/* MAIN CONTENT AREA  ---------------------------------------------------------------------------------------------------------*/

#mainColumn {
	text-align:left;
	padding-top: 139px;
}


/* Although page headlines are graphics for custom font, 
hey are still enclosed in <H1> tags for accessibility purposes */

#mainColumn h1 {
	font-size: 19px;
	line-height: 21px;
	color: #7F8FA8;
	margin: 0px 0px 10px;
	margin-bottom: 10px;
	letter-spacing: 0.035em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* Text Subheads */

#mainColumn h2 {
	font-size: 10px;
	font-weight:bold;
	line-height: 12px;
	color: #7F8FA8;
	margin: 15px 0 7px;
	text-transform: uppercase;
}

#mainColumn p {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	margin: 0px 0px 10px;
}

#mainColumn .horizRule_dotted {
	font-size: 3px;
	background-image: url(../images/shared/horizRule_dotted.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 4px;
}

#mainColumn a:link {
	color: #5C6F87;
	text-decoration: underline;
}

#mainColumn a:visited {
	color: #5C6F87;
	text-decoration: underline;
}

#mainColumn a:hover {
	color: #000000;
	text-decoration: underline;
}

#mainColumn a:active {
	color: #000000;
	text-decoration: underline;
}

/* CSS styles for list objects have been moved into 
two seperate files (standard & IE) to be loaded 
dynamically depending on user's browser type  */


/* ----------------------------------------------------------------------------------------------------------------------------*/
/* FOOTER AREA  ---------------------------------------------------------------------------------------------------------------*/

#footerArea{
	padding: 10px 0;
}	

#footerArea p {
	font-size: 9px;
	color: #333333;
	line-height: 10px;
	margin-top: 5px;
	text-align: left;
	padding-bottom: 3px;
}

#footerArea a:link {
	color: #5C6F87;
	text-decoration: underline;
}
#footerArea a:visited {
	color: #5C6F87;
	text-decoration: underline;
}
#footerArea a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerArea a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

