@import url("behead.css");
@import url("menu.css");
@import url("modules.css");

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
        background-color: #cccccc;
        background-image: url(../images/backpage.gif);
        background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#divcontainer {
	width: 917px;
	margin: 0 auto;
	padding: 0px;	
	background-image: url(../images/backmiddle.gif);
	background-repeat: repeat-y;	
	background-position: center;
}

#divleft {
	margin: 0px;
	float: left;
	width: 168px;
	height: 550px;
	background-image: url(../images/backleft.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	padding: 0px;
}

#fedlogo {
	width: 168px;
	height: 170px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#divmiddle {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	width: 581px;
	background-color: #ffffff;
	text-align: center;
}

#topbanner {
	width: 581px;
	height: 90px;
	padding: 0px;
	margin: 0px;
}
           
#divcontentblock {
	margin: 0px;
	padding: 0px;
	width: 100%;		
}

#content {
	width: 561px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	padding: 0px;
}

/* Holly Hack Targets IE Win only \*/
* html #tmpContent {height: 1%;}
#tmpContent {display: block;}
/* End Holly Hack */


#content h1 {
    color: #C00049;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

#content h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
    color: #C00049;
}

#content a {
	color: #A01020;
	text-decoration: none;
}

#content a:hover {
    color: #C00049;
    text-decoration: underline;
}

#divright {
	background-image: url(../images/backright.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	width: 168px;
	margin: 0px;
}

#shortcuts {
	width: 168px;
	height: 30px;
	margin-top: 130px;
	padding-bottom: 20px;
}

#disclaimers {
	width: 168px;
	margin-top: 350px;
}

#fedlinks {
	width: 168px;
	margin-top: 0px;
}

#fedlinks p {
	margin: 0px;
	padding: 0px;
}

#divbottom {
	clear: both;
	height: 54px;
	background-image: url(../images/backbottom.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #cccccc;
	text-align: center;
	padding-top: 28px;
	letter-spacing: 3px;
	color: #888888;
}

#divbottom p {
	margin: 0px;
	padding: 0px;
}

br.clearboth {
    clear: both;
}

form div.formline {
	clear:left;
	display:block;
	margin:5px 0 0;
	padding:1px 3px;
	width:550px;
}

form div label {
	display:block;
	float:left;
	margin:0 0 5px;
	padding:3px 5px;
	text-align:right;
	width:150px;
}

label.optional {
	font-weight: normal;
	color: #999999;
}

label.required {
	font-weight: normal;
	color: #A01020;
}

span.required {
	font-weight: normal;
	color: #A01020;
}

.whiteRow { background-color: #FFFFFF; }
.silverRow { background-color: #EEEEEE; }







