@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}


body{
	background-image:url(../images/cardboard-pattern.jpg);
	background-position:0 0;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	}
#dvmaincontainer{
	width:971px;
	margin:0px auto;
	}
#topcontainer{
	background-image:url(../images/top_bg.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:457px;
	width:971px;float:left;
	}
#logo{
	float:left;
	}
.toplinks{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	float:right;
	padding:50px 15px 0 0;
	
	}
.toplinks span{
	float:left;
	padding:0 10px 0 10px;
	}
.toplinks a{
	color:#4c2b10;
	text-decoration:none;
	float:left;
	}
.toplinks a:hover{
	color:#4c2b10;
	text-decoration:underline;
	}
#banner_txt{
	float:right;
	padding:80px 0 0px 0;
	}
	
a:link {color:#5C3414}      
a:visited {color:#5C3414} 
a:hover {color:#991634} 
a:active {color:#991634}
	
	
#bodycontainer{	
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y;
	background-position:0 0;
	padding:20px 0 0 0;
	width:971px;
	float:left;
	}
#body_left{
	width:600px;
	float:left;
	padding:0 0 0 45px;
	}
.left_con{
	width:480px;
	padding:0 0 25px 0;
	}
.left_con h1{
	font-size:18px;
	color:#991634;
	font-weight:normal;
	line-height:22px;
	background-image:url(../images/dot_hor.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding:0 0 12px 0;
	margin:0 0 20px 0;
	}
.left_con p{
	font-size:13px;
	color:#333333;
	line-height:18px;
	}
.left_con p img{
	float:left;
	padding:0 15px 0 0;
	line-height:0px;
	font-size:0px;
	}
	
.left_con table, tr, td
{
	float: none;
}
#body_right{
	width:270px;
	float:left;
	background-image:url(../images/rgt_bg.gif);
	background-repeat:no-repeat;
	}
#body_right h1{
	font-size:18px;
	color:#991634;
	font-weight:normal;
	line-height:22px;
	padding:0 0 6px 40px;
	}	
#body_right img{
	line-height:0px;
	font-size:0px;
	padding:14px 0 0 40px;
	}	
	
	
#footcontainer{
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:327px;
	width:971px;
	float:left;padding-bottom:50px;
	}
.foot_links{
	font-size:12px;
	padding:145px 0 0 230px;
	float:left;
	}
.foot_links	ul li{
	padding:0 0 8px 0;
	}
.foot_links	a{
	color:#FFFFFF;
	text-decoration:none;
	}
.foot_links	a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}
.foot_txt{
	float:left;
	padding:60px 0 0 80px;
	}
.foot_txt h1{
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	color:#d0cdb4;
	padding:0 0 20px 0;
	}
.foot_txt p{
	width:510px;
	font-size:11px;
	line-height:19px;
	color:#FFFFFF;
	}
.foot_txt p img{
	float:left;
	padding:0 15px 10px 0;
	}
	
#fthlogo{
	display: block;
	width: 125px;
	height: 133px;
	float: none;
	padding-left: 80px;
	}
	
#fthlogo a{
	display: block;
	width: 125px;
	height: 133px;
	background:url(/images/fth_logo_shade.png) 0 0 no-repeat;
	}
	
#fthlogo a:hover{
	background:url(/images/fth_logo_shade.png) -125px 0 no-repeat;
	}
	
#asalogo {
	display: block;
	width: 125px;
	height: 125px;
	float: none;
	padding-left: 80px;
	}
	
#asalogo a{
	display: block;
	width: 125px;
	height: 125px;
	background:url(/images/logo_no_mission_shade.png) 0 0 no-repeat;
	}
	
#asalogo a:hover{
	background:url(/images/logo_no_mission_shade.png) -125px 0 no-repeat;
	}
	
#list {
	list-style:disc outside none;
	margin-left: 25px;
	font-size:13px;
	color:#333333;
	line-height:18px;
}