/*-------------------------------------------------
TEXT
-------------------------------------------------*/
p, li, address, td, th {
font-family: trebuchet ms, arial, sans-serif;
font-size: small;
color: #333;
}

li {
margin-bottom: 10px;
}

a {
color: #0077A9;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #f00;
text-decoration: underline;
}

h1, h2 {
font-family: garamond, times new roman;
font-size: xx-large;
color: #504f48;
font-variant: small-caps;
margin: 0;
}

h1 {
color: #005a7d;
}

h2 {
font-size: x-large;
}

table {
width: 100%;
border: 0;
margin: 20px 0 0 0;
}

thead td {
font-size: 120%;
font-variant: small-caps;
letter-spacing: 3px;
font-weight: bold;
border: 0;
border-bottom: 1px #000 solid;
}

th {
padding: 10px 0 10px 0;
text-align: left;
font-variant: small-caps;
font-size: 100%;
}

td {
border-bottom: 1px #333 dotted;
padding: 3px 0;
}


/*-------------------------------------------------
MAIN POSITIONING
-------------------------------------------------*/
body {
	background-color: #D7D4C1;
	background-image: url(imgs/header_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
}

.wrap {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 800px;
}

#header {
margin-top: 27px;
margin-left: 12px;
background: url(imgs/logo_title.png) no-repeat;
height: 78px;
text-align: center;
}

#header h1, #header p {
display: none;
}

/*-------------------------------------------------
NAVIGATION
-------------------------------------------------*/
#nav_wrap {
margin: 25px 0 0 0;
height: 60px;
width: 100%; min-width: 800px;
}

#nav {
background: url(imgs/nav_bg.jpg) repeat-x;
border-bottom: 10px solid #333;
padding: 17px 0 11px 0;
border-bottom: 10px solid #333;
text-align: center;
margin: 0;
}

#nav li {
font-family: Georgia, Times;
font-size: large;
text-transform: uppercase;
list-style: none;
display: inline;
}

#nav a {
color: #fff;
text-decoration: none;
padding: 6px 20px 15px 20px;
}

#nav a:hover {
background: #333;
}


/*-------------------------------------------------
FOOTER
-------------------------------------------------*/
#main_content {
background: #EAEBDC;
padding: 25px 0;
}

#footer {
clear: both;
padding-top: 10px;
}

#copyright {
margin: 10px 0 0 0;
padding: 8px 0 20px 0;
clear: both;
border-top: 1px solid;
color: #666;
}