@charset "utf-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-top: 0px;
}

dl {
	margin: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

dt.top_line {
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.dotted_line {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}


span.number_bullet {
	height: 18px;
	width: 18px;
	float: left;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/red_square.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 6px;
	cursor: pointer;
	text-decoration: none;
	
}

span.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	text-align: left;
	font-weight: normal;
	margin-left: 20px;
	font-size: 1.75em;
	display: block;
}

dd {
	margin-bottom: 25px;
	text-align: left;
	margin-left: 20px;
}



#ContentArea a:link {
	color:#D61408;
	text-decoration: none;
}
#ContentArea a:visited {
	color:#990033;
	text-decoration: none;
}
#ContentArea a:hover {
	color:#FFFFFF;
	background-color: #D61408;
}
#ContentArea a:active {
	color:#63CDF6;
	text-decoration: none;
}

#divFloatMenu {
	left: 50%;
	width: 760px;
	margin-left: -380px;
	position: absolute;
	padding-bottom: 3px;
	z-index:1000;
}


#ContentArea {
	background-image: url(images/content_mid.gif);
	background-repeat: repeat-y;
}

#FooterArea {
	text-align: center;
	font-size: 11px;
}

#tdNavSpacer {
	height: 136px;
}
img.extra_padding {
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-top: 0px;
}
.project_link {
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
}
.project_title {
	font-size: 12px;
	text-align: left;
}
.project_title h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 3px;
}
.project_title strong{
	font-size: 12px;
	font-weight: bold;
	color: #D61408;
	text-transform: uppercase;
}
.project_page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 4px;
}
.project_page_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #D61408;
	text-transform: uppercase;
	margin: 4px;
}
h1 {
	font-size: 24px;
}

h2 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
h3 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;
}

.white_box_fill {
	background-color: #DFDFDF;
	border: 1px dotted #333;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.noHover:hover{
	background-color:transparent;
}
