/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #FFFFFF;
 
}

.capitalize {text-transform:capitalize;}

.subtitle {
	color:#954832;
	font-weight:bold;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	text-transform:capitalize;
	text-decoration:none;
	padding:0 0 0 0;
	margin:-10px 0px 0px 0px;
	}
	
.indent {
	margin:-60 0 0 0px;
	padding:0 0 0 20;
	width:220px;
	}	

.float_subnav_additions {
	border:none;
	background: transparent;
	margin: 0px;
	padding: 0px;
	position:relative;
	width:880px;
	height:200px;
	}
	
.subnav_pdfs {
	border-style:none;
	background:transparent;
	top:0px;
	left:0px;
	margin: 140px 0px 0px 636px;
	padding: 0 0 0 0px;
	position:absolute;
	width:120px;
	}
	
.subnav_pdfs a:link{
	color:#f6f1de;
	font-weight:normal;
	font-size:9px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	}	

.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
a:link {
	color: #164f0f;
}
a:visited {
	color: #164f0f;
}
a:hover {
	color: #3b8379;
}
a:active {
	color: #164f0f;
}.copy {
	font-family: Times;
	font-size: 12px;
	color: #050505;
	font-weight: normal;
	line-height: 17px;
}
.OC {
	font-family: Times;
	font-size: 13px;
	color: #050505;
	font-weight: normal;
	line-height: 17px;
}

.OCQuestion {
	font-family: Times;
	font-size: 13px;
	color: #050505;
	font-weight: normal;
	line-height: 17px;
}

.OCChoice {
	font-family: Times;
	font-size: 13px;
	color: #050505;
	font-weight: normal;
	line-height: 17px;
}

.OCText {
	font-family: Times;
	font-size: 13px;
	color: #050505;
	font-weight: normal;
	line-height: 17px;
}