/* CSS Document */
/*
<!--[if lte IE 6]>
<style>
a {height: 1em;}
</style>
<![endif]
-->
*/

body {
color:#333;
font:"Times New Roman", Times, serif;
font-size:100.1%;
background-color:#dfcd9f;
background-image:url(images/bg_site.jpg);
background-position:top left;
background-repeat:repeat-x;
}

h2 {
color:#002552;
font-size:125%;
}

h3 {
color:#002552;
font-size:110%;
}

li {
list-style:square;
}

dt {
color:#002552;
}


#wrapper {
	width: 690px;
	margin: 35px auto;
	border: 2px solid #002552;
	background-color:#eee3cc; /*lt. tan*/
}

#header {
border-bottom:1px solid #cdac7b;
}

#navigation {
overflow: hidden;
width: 100%;
background-color: #BBA997;
}

#content {
	width: 672px;
	margin:35px auto 0px auto;
	padding:0px 8px;
	background-color:#eee3cc; /*lt. tan*/
}

#content a, #content a:link {
color:#002552;
text-decoration:underline;
}

#content a:visited {
color:#666666;
text-decoration:none;
}

#content a:hover, #content a:active, #content a:focus {
color:#666666;
text-decoration:underline;
}




#footer {
text-align:center;
font-size:75%;
color:#fff;
background-color:#002552;
}

#footer a, #footer a:link {
color:#ccc;
text-decoration:none;
}

#footer a:visited {
color:#ccc;
text-decoration:underline;
}

#footer a:hover, #footer a:active, #footer a:focus {
color:#ccc;
text-decoration:underline;
}

table#contact tr td {
border:1px solid #333;
}

table#spec tr td {
border:1px solid #333;
}

dd {
padding-bottom:8px;
}

.justify {
text-align:justify;
}

.red {
color:#CC3300;
}

.small {
font-size:80%;
}



