/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#page {
	background-color: #0C0C0F;
	background-image: url(images/bg_pg.jpg);
	background-repeat: no-repeat;
	height: 98%;
	margin: 0;
	width: auto;
	min-width: 500px;
	z-index: 1;
}
#top {
	height: 112px;
	width: 415px;
	display: block;
	clear: both;
}
#masthead {
	background-image: url(images/dfc_masthead.gif);
	background-repeat: no-repeat;
	height: 112px;
	width: 415px;
	display: inline;
	float: left;
	z-index: 200;
}
#strap {
	position: relative;
	background-image: url(images/dfc_strap.gif);
	background-repeat: no-repeat;
	height: 62px;
	width: 260px;
	margin: 35px 0px 0px 0px ;
	display: inline;
	float: right;
	z-index: 200;
}
#main {
	background-image: url(images/bg_box.jpg);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	top: 5px;
	z-index: 2;
	width: 760px;
	height: 460px;
	left: 10px;
	margin: 10px;
	overflow: visible;
}
#nav {
	display: inline;
	z-index: 10;
	width: 160px;
	float: left;
	margin: 13px;
}
#nav ul, li {
	list-style-type: none;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
}
#content {
	display: inline;
	z-index: 1;
	width: 540px;
	float: left;
	margin: 10px;
}
#flash {
	display: inline;
	z-index: 1;
	width: 255px;
	float: right;
	font-size: 10px;
	color: #000033;
	margin: 0px 0px 0px 300px;
	position: absolute;
}
#col1 {
	display: inline;
	z-index: 1;
	width: 260px;
	float: left;
	margin: 10px;
	font-size: 10px;
	color: #000033;
	text-align: justify;
}
#col2 {
	display: inline;
	z-index: 1;
	width: 220px;
	float: left;
	margin: 100px 0px 0px 20px;
	font-size: 10px;
	color: #000033;
	text-align: justify;
}
#footer {
	font-family: Trebuchet MS;
	font-size: 8px;
	color: #ffffff;
	text-align: left;
	display: block;
	z-index: 10;
	width: 740px;
	height: 30px;
	position: relative;
	clear: both;
	padding: 0.25em;
	left: 60px;
	margin: 10px;
	text-align: center;
}
.clear{
	clear: both;
}
body{
	background-color: #000033;
	background-image: url(images/bg_pg.jpg);
	background-repeat: no-repeat;
	font-family: Trebuchet MS;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h2{
	font-family: Trebuchet MS;
	font-size: 16px;
}
a{
	color: #0069B0;
	text-decoration: none;
}

a:link{
	color: #0069B0;
	text-decoration: none;
}

a:visited{
	color: #004288;
	text-decoration: none;
}

a:hover{
	color: #CC0000;
	text-decoration: none;
}
.dfc_red{
	font-family: Trebuchet MS;
	color: #CC0000;
	font-weight: bold;
}
.dfc_blue{
	font-family: Trebuchet MS;
	color: #333399;
	font-weight: bold;
}
.dfc_head{
	font-family: Trebuchet MS;
	color: #000033;
	font-weight: bold;
	font-size: 16px;
	border-bottom-color: #000033;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 34px;
}
.dfc_subhead{
	font-family: Trebuchet MS;
	color: #000033;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
.col1 ul, li {
	font-size: 10px;
	color: #000033;
	text-align: left;
	line-height: 18px;
	list-style-type: none;
	display: list-item;
	margin-left: 0px;
	padding-left: 0px;
}
.col1_right {
	text-align: right;
}
.col2 ul, li {
	font-size: 10px;
	color: #000033;
	text-align: left;
	line-height: 18px;
	list-style-type: none;
	display: list-item;
	margin-left: 0px;
	padding-left: 0px;
}
.col2_right {
	text-align: right;
}