/* CSS Document */
/* FONT AND ELEMENT STYLES */

/* main body fonts*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #56595c;
}
a:link {
	color: #638e38;
	text-decoration: none;
}
a:visited {
	color: #638e38;
	text-decoration: none;	
}
a:hover {
	color: #638e38;
	text-decoration: underline;
}
a:active {
	color: #638e38;
	text-decoration: none;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal !important;
	margin-top: 0px;
	margin-bottom: 14px;
	color: #56595c;
}

.subheadGray, h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #56595c;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
}

.subheadBlue, h3 {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	color: #00446A;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
}

hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
 	height: 12px;
	border: none;
	border-top: 1px #e6e6e7 solid;
}

/* navigations */
/* p7 uberlinks */

#navlist {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	line-height: 26px;
	color: #56595c;
	text-decoration: none;
}

#navlist a, #navlist a:visited {
	display: block;
	padding: 2px 2px 2px 30px;
	background-image: url(../images/gr_navBullet_off.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #56595c;
	text-decoration: none;
}

#navlist a:hover {
	font-weight: bold;
	/*background-image: url(../images/gr_navBullet_on.gif);
	background-repeat: no-repeat;*/
	color: #56595c;
	text-decoration: none;
}

#insideLeft #navlist .uberlink {
	background-image:  url(../images/gr_navBullet_on.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}

/* tertiary nav */

#centerNavlist {
	margin: 5px 0 20px 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	line-height: 14px;
	color: #56595c;
	font-weight: bold;
	text-decoration: none;
}

#centerNavlist a {
	display: block;
	padding: 8px 2px 0px 18px;
	list-style-image: url(../images/gr_cNavBullet_off.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	color: #56595c;
	text-decoration: none;
	font-weight: normal !important;
}

#centerNavlist a:hover {
	background-image: url(../images/gr_cNavBullet_on.gif);
	background-repeat: no-repeat;
	color: #c8c8c8;
	text-decoration: none;
	font-weight: normal !important;
}


/* copyright*/

.copyrightContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #999999;
}
.copyrightContentText a:link {
	color: #999999;
	text-decoration: none;
}
.copyrightContentText a:visited {
	color: #999999;
	text-decoration: none;	
}
.copyrightContentText a:hover {
	color: #999999;
	text-decoration: underline;
}
.copyrightContentText a:active {
	color: #999999;
	text-decoration: none;
}


/* form elements */

select {
	background: #FFFFFF;
	color: #808285;
	border: 1px solid #808285;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 4px;
	/*width: 45%;
	min-width: 45%;*/
}

input, textarea {
	background: #FFFFFF;
	color: #808285;
	border: 1px solid #808285;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 4px;
}
