body {  
        background-color : #ffffff;
        color: #475b70; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.3; font-size:76%; font-family: Arial
}

a {
	text-decoration: none; 
	font-weight: bold;
	font-variant: small-caps;
	color: #253d55;
}

a:hover {
	text-decoration: none; 
	font-weight: bold;
	font-variant: small-caps;
	color: #475b70;
}

input, select, textarea {
			font-family: tahoma, verdana, sans-serif;
			font-size: 8pt;
			color:#253d55;
			background:#a3adb7;
			border: 1px solid;
			border-color:#253d55; 
}

p {
	margin: 0 0 1.3em;
}

h3 {
	border-bottom: dotted #253d55 1px;
	font-size: 110%;
	margin: 0 0 2px;
}
#wrap {
	background: url('adtbbg.gif') repeat-y;
	width: 700px;
	margin: 0 auto
}
#container {
	background: url('adtbbg.gif') no-repeat;
	width: 700px;
	margin: 0 auto
}

#sidebar {
	float: left;
	width: 372px;
	margin: 380px 0 0 0;
}

#content {
	float: left;
	margin: 10px 180px 0 180px;
}

#footer {
	background: #212018 url('footer.gif') no-repeat;
	clear: both;
	height: 69px
}