
H1{
	color: #38314d;
	font-weight:bold;
	font-size: 16px;
	border-bottom: 1px solid #ccb374;
}

H2{
	color: #e9842f;
	font-weight:bold;
	font-size: 14px;
	margin-top: 10px;
}

#LeftColumn ul{
	color:#FFFFFF;
	font-weight:bold;
	margin: 10px 0 0 25px;
}

#LeftColumn a{
	color:#ffffff;
	text-decoration:none;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#BodyCopy{
	padding:10px 35px 35px 30px;
	font-size: 14px;
}

#BodyCopy p{margin-top: 10px;}

#BodyCopy ul{margin: 10px 15px 0px 25px;}
#BodyCopy ol{margin: 10px 15px 0px 25px;}

#BodyCopy .toggle{
	font-size: 			16px;
	font-weight:		bold;
	text-decoration:	none;
	width:				20px;
	padding-right: 		10px;	
}

.FormLabel{font-weight:bold; }

.Project{
	margin-top:20px;
	font-size: 12px;
	border: #ccb374 1px solid;
	width: 100%;	
}

.Project td{
	padding: 0 15px 0 15px;
}

.Project .FormLabel{ width:90px;}

.Project .Title{
	padding: 5px 10px 5px 10px;
	background-color: #e5d093;
	font-size: 14px;
	font-weight:bold;
}


.FormLabel{ 
	font-weight:bold;
	font-size: 12px;
	padding: 1px 15px 1px 15px;
}

.FormField{ width: 225px;}

.ProjectNav{ float:right; margin-right: -20px; }

.ProjectNav a{
	display:block;
	font-weight:bold;
	float:left;
	text-decoration:none;
	width:18px;
	text-align:center;
	border: 1px solid #e5d093;
	color: #e5d093;
	font-size: 13px;
}

.ProjectNav a:hover{
	background-color: #e5d093;
	color: #ffffff;
}

.ProjectNav .selected{
	background-color: #e5d093;
	color: #ffffff;
}



















