/* CSS Document */

a:link, a:active, a:visited
{
	color:#e39114;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.mainNav a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

.subNav a:hover
{
	color:#e39114;
	text-decoration:none;
}

.header
{
	font-family:garamond premiere pro, garamond, Times, serif;
	font-size:28px;
	color:#e39114;
	line-height:50px;
}

.subhead
{
	font-family:garamond premiere pro, garamond, Times, serif;
	font-size:20px;
	color:#e39114;
	line-height:40px;
}

.textfield
{
	font-family:Myriad Pro, Arial, Helvetica;
	font-size:12px;
	width:174px;
	height:16px;
	background:#ebebeb;
	border:1px solid;
	border-color:#CCCCCC;
	padding:3px;
}

.textarea
{
	font-family:Myriad Pro, Arial, Helvetica;
	font-size:12px;
	width:174px;
	height:100px;
	background:#ebebeb;
	border:1px solid;
	border-color:#CCCCCC;
	padding:3px;
}

.formbutt
{
	font-family:Myriad Pro, Arial, Helvetica;
	font-size:12px;
	width:100px;
	height:24px;
	background:#ebebeb;
	border:1px solid;
	border-color:#CCCCCC;
	padding:3px;
}

.selected-main
{
	font-weight:bold;
	text-decoration:none;
	color:#e39114;
}

.selected-sub
{
	font-weight:bold;
	text-decoration:none;
	color:#e39114;
}