body { 
	background: url(../images/main_BG.jpg) top center;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
ul {
	margin-top: 5px;
}
td {
	vertical-align: top;
}

#main {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#smLogo {
	position: absolute;
	visibility: visible;
	width: 47px;
	height: 55px;
	bottom: 60px;
	right: 38px;
}

.head_BG {
	background: url(../images/dto_headerBG.jpg);
	width: 800px;
	height: 330px;
}

.lftGutter {
	width: 28px;
	height: auto;
	background: url(../images/lft_Gutter_BG.jpg);
	vertical-align: top;
}

.rtGutter {
	width: 22px;
	height: auto;
	background-image: url(../images/rt_Gutter_BG.jpg);
	vertical-align: top;
}
.link {
	background: url("../images/spacer.jpg");
	text-transform: uppercase;
	text-align: left;
	vertical-align: top;
	font: normal 14px Georgia, Times, 'Times New Roman', serif;
	color: #000;
	padding: 25px 0px 0px 45px;
	height: 21px;
}
.link a:link, .link a:visited {
	font: bold 12px Georgia, Times, 'Times New Roman', serif;
	color: #153213;
	text-decoration: none;
}
.link a:hover, .link a:active {
	font: bold 12px Georgia, Times, 'Times New Roman', serif;
	color: #153213;
	text-decoration: underline;
}
.contentTitle {
	font: bold 18px Georgia, Times, 'Times New Roman', serif;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	margin-bottom: 2cm;
} 
.content {
    background: url("../images/content_BG.jpg");
	text-align: left;
	vertical-align: top;
	font: normal 14px Georgia, Times, 'Times New Roman', serif;
	color: #000;
	padding: 0px 40px 20px 40px;
}

.content a:link, .content a:visited {
	/*text-transform: uppercase;*/
	font: bold 12px Georgia, Times, 'Times New Roman', serif;
	color: #153213;
	text-decoration: none;
}
.content a:hover, .content a:active {
	/*text-transform: uppercase;*/
	font: bold 12px Georgia, Times, 'Times New Roman', serif;
	color: #153213;
	text-decoration: underline;
}

.form {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.formField {
	background: url(../images/formBg.gif);
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #5D2066;
	padding: 2px 2px 3px 4px;
	/*width: 110px;
	height: 20px;*/
}
.bNav {
	background: url(../images/bNav_BG.jpg);
	height: 77px;
	color: #142e13;
	font: 13px Georgia, Times, 'Times New Roman', serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
}
 
.bNav a:link, .bNav a:visited {
     font: normal 11px Georgia, Times, 'Times New Roman', serif;
	 color: #142e13;
	 text-decoration: none;
}
.bNav a:hover, .bNav a:active {
	font: normal 11px Georgia, Times, 'Times New Roman', serif;
	color: #142e13;
	text-decoration: underline;
}

.copyright {
	background: url("../images/copyright_BG.jpg");
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #243219;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	padding: 22px 35px 10px 0px;
}

.copyright a:link, .copyright a:visited {
     font: normal 10px Arial, Helvetica, sans-serif;
	 color: #243219;
	 text-decoration: none;
}
.copyright a:hover, .copyright a:active {
     font: normal 10px Arial, Helvetica, sans-serif;
	 color: #243219;
	 text-decoration: underline;
}
