body {
	font-size:66.5%;
	background-color: #D4D5D4;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/dab_bodybg.jpg);
	background-repeat: repeat-x;
}
* {

          padding: 0;

          margin: 0;

          border: 0;

}

#wrap {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/dab_wrapbg.jpg);
	background-repeat: repeat-y;
}

#content {
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
}
/* header */
#header {
	height: 194px;
	width: 960px;
	background-image: url(../images/dab_logo.jpg);
	text-align: right;
	background-repeat: no-repeat;
}
#imageblock {
	height: 267px;
	width: 960px;
	clear: both;
}

 /* nav */
 #topnav {
	font-size: 1.2em;
	width: 958px;
	clear: both;
	height: 32px;
	background-image: url(../images/dab_navbg.jpg);
	background-repeat: repeat-x;
	margin-right: 1px;
	margin-left: 1px;
	padding: 0px;
}

#topnav ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 32px;
}

#topnav li{
	list-style: url(none) none;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	width: 130px;
	
}

a.starter:link,  a.starter:visited{
	color : #FFF;
	font-weight : normal;
	font-size : 1em;
	text-decoration: none;
	background-image: url(../images/dab_navbg.jpg);
	background-repeat: repeat-x;
	height: 26px;
	display: block;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a.starter:hover, a.starter:active, a.starter:focus {
	color : #FFF;
	background-image: url(../images/dab_navbg_over.jpg);
	background-repeat: repeat-x;
	height: 26px;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a.starterup:link,  a.starterup:visited{
	color : #FFF;
	font-weight : normal;
	font-size : 1em;
	text-decoration: none;
	background-image: url(../images/dab_navbg_over.jpg);
	background-repeat: repeat-x;
	height: 26px;
	display: block;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a.starterup:hover, a.starterup:active, a.starter:focus {
	color : #666666;
	background-image: url(../images/dab_navbg_over.jpg);
	background-repeat: repeat-x;
	height: 26px;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 
 /* main content */
 #maincontent {
	clear: both;
	background-image: url(images/watermark.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}


#text {
	font-size: 1.2em;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
}
#text_title{
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 0px;
	color: #000;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 0px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#text h1{
	font-size: 1.0em;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 0px;
	color: #900;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#text h2{
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 0px;
	color: #999;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 0px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-top-color: #62142E;
	border-right-color: #62142E;
	border-bottom-color: #62142E;
	border-left-color: #62142E;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#text h3, #righttext h3{
	font-size: 1em;
	color: #4187CC;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#text p, #righttext p{
	font-size: 1.0em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: justify;
}

#text ul, #righttext ul{
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#text .liststyle1 {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}


#text a:link,  #text a:visited {
	color: #C8332F;
	text-decoration: none;
}
#text a:hover, #text a:active {
	color: #322D29;
	text-decoration: underline;
}
#text table{
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E4DDD7;
	border-right-color: #E4DDD7;
	border-bottom-color: #E4DDD7;
	border-left-color: #E4DDD7;
	width: 600px;
}
#text td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E4DDD7;
	border-right-color: #E4DDD7;
	border-bottom-color: #E4DDD7;
	border-left-color: #E4DDD7;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.centertext {
	text-align: center;
}

#imageright {
	float: right;
	width: 240px;
	padding-left: 40px;
	padding-bottom: 15px;
}
#textleft {
	float: left;
	padding-right: 10px;
	width: 580px;
	padding-bottom: 15px;
}

#footer {
	color: #5A305E;
	text-align: center;
	font-size: 1.2em;
	padding: 0px;
	clear: both;
	background-image: url(../images/dab_footer.jpg);
	height: 36px;
}
#footer p{
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #FFF;
}

#footer a:link,  #footer a:visited {
	color: #5A305E;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #53395C;
	text-decoration: underline;
}
#subfoot {
	text-align: center;
	clear: both;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 1.2em;
	padding-top: 30px;
	color: #999999;
}
#subfoot ul {
	margin: 0px;
	padding: 0px;
}

#subfoot li{
    display:inline;
	list-style: url(none) none;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

#subfoot p {
	padding: 5px;
}
#subfoot a:link,  #subfoot a:visited {
	color: #999999;
	text-decoration: none;
}
#subfoot a:hover, #subfoot a:active {
	color: #FEFBF6;
	text-decoration: underline;
}


/* contact form */
.paddiv {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

input {
	border: 1px solid #D9D4CE;
	padding: 5px;
}
fieldset {
	border: 1px solid #D7D4CD;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
legend {
	padding-right: 5px;
	padding-left: 5px;
}
.smalltxt {
	font-size: 0.8em;
}
input {
	border: 1px solid #CCCCCC;
	margin-bottom: 0px;
	padding: 2px;
	margin-top: 5px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	color: #256AA3;
	font-weight: bold;
}
.field300 {
	width: 300px;
	background-color: #FFFFFF;
	border: 1px solid #D9D4CE;
	padding: 2px;
}
.biggertxt {
	font-size: 1.5em;
}



.fltleft {
	float: left;
}

.centimg {
	padding-left: 45px;
}
.alignleft {
	text-align: left;
}
.flt_right {
	float: right;
	padding-bottom: 10px;
	padding-left: 35px;
	margin-left: 0px;
}
.bluebold {
	font-size: 1em;
	color: #256AA3;
	font-weight: bold;
}
.clearall {
	clear: both;
}


}.clearallpad {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}

.smallertxt {
	font-size: 0.8em;
}
.centertxt {
	text-align: center;
	padding: 10px;
}

