/* General Styles */

a:link, a:visited, a:active{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:visited:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#hereNav
{
color:#000000;
font-weight:bold;
text-decoration: underline;
}
#hereNav  a:link 
{
color:#000000;
}
#hereNav  a:visited 
{
color:#000000;
}
#hereNav  a:active
{
color:#000000;
}
#hereNav  a:hover 
{
color:#000000;
}

BODY{
	font-family: ITC Garamond, Times New Roman, serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#555555;
}

hr{
	background-color: #EDEEEF;
	width: 520px;
	height: 7px;
	border-width: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 0px;
}

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999999;
}

li {
	padding-bottom: 15px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px;
	border-color: #999999;
	border-style: solid;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px;
	border-color: #999999;
	border-style: solid;
}
/* General Styles */
/* Main Styles */
.accentTable{
	font-size:10px;
	background-color:#E2E2E2;
	color: #000000;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

.addlNavInfoHead{
	color:#999999;
	font-size:12px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom:0px;
	position:relative;
}

.addlNavInfoBody{
	color:#999999;
	font-size:10px;
	position:relative;
	
}

.addlNavHR{
	color: #C2C2C2;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
}

.body{
	font-size: 13px;
}
.bodysub {
	font-size: 11px;
}
.copy{
	font-size: 10px;
}


.bodyBackground{
	background-image: url("../images/photo_bg.jpg");
	background-position:top left;
	background-repeat:repeat-x;
}

.date{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
}

.footer{
	font-size: 9px;
	color:#999999;
	padding-top: 10px;
	padding-bottom: 5px;
}

.formLabel{
	font-size: 10px;
	color:#999999;
}

.formButton{
	font-weight: bold;
	border: 1px outset;	
}

.gridTableOutline{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

.homebottomText{
	color: #000000;
	font-size: 10px;
	padding-left: 14px;
}

.imageBackground{
	background-color: #999999;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	margin-right: 5px;
	margin-left: 5px;
}

.mainNav, .mainNav a:link, .mainNav a:visited,  .mainNav a:active, .mainNav a:hover, .mainNav a:visited:hover{
	font-size: 12px;
	display: block;
	margin-top: 4px;
	position:relative;
}

.pageHeader{
	font-size:18px;
	font-weight: bold;
	color:#000000;
	margin-top: 15px;
	margin-left: 5px;
}

.pageSubHeader{
	font-size:16px;
	font-weight: bold;
	color:#4F4D4D;
}

.subNav, 
.subNav a:link, 
.subNav a:visited, 
.subNav a:hover,
.subNav a:active{
	font-size: 10px;
	display: block;
	position:relative;
}

.tableEven{
	font-size: 11px;
	color: #555555;
	background-color:#EFEFEF;
	padding: 4px;
}

.tableHead{
	font-size: 12px;
	font-weight: bold;
	color:#666666;
	background-color: #CCCCCC;
	padding: 4px;
}

.tableOdd{
	font-size: 11px;
	color: #555555;
	background-color:#E2E2E2;
	padding: 4px;
}
/* Main Styles */
/* Admin Styles */
.AdminHeader{
	font-size: 24px;
	font-weight: bold; 
	color: #666666;
}
.AdminTdLineBreaker{
	border-top: 2px solid #666666;
}
.AdminTableHeader{
	background-color:#000000;
	color: #FFFFFF;
	font-size: 11px; 
	font-weight: bold; 
}
.AdminError{
	color:#FF0000;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
.AdminRow{
	border: 1px solid #666666;
	color: #000000; 
	font-size: 10px; 
	font-weight: normal;
}
.AdminRowAlt{
	background-color:#E2E2E2;
	border: 1px solid #666666;
	color: #000000; 
	font-size: 10px; 
	font-weight: normal;
}
.ButtonTypeLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 2px;
	padding: 3px;
	border: 1px solid #000000;
	background-color: #00CCFF;
}
