body {
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS, Verdana, sans-serif;
    font-size: 11px;
    color: #000;
    text-align: center;
    /*background: #FFF url(/images/bg.gif) top center repeat-y;*/
    background-color: #eee;
}

a         { color: #005e99; }
a:link    { color: #005e99; }
a:visited { color: #005e99; }

h1 {
	margin: 0 0 12px 0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 24px;
	font-weight: normal;
	color: #807940;
}

h2 {
	margin: 0 0 2px 0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
	font-weight: normal;
	color: #807940;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

p {
	margin: 0 0 14px 0;
	text-align: left;
	line-height: 1.4em;
}

form { display: inline; }

.tdl { text-align: left; }
.tdc { text-align: center; }
.tdr { text-align: right; }
.tdt { vertical-align: top; }
.tdm { vertical-align: middle; }
.tdb { vertical-align: bottom; }

#err_msg {
    margin: 0 0 12px 0;
    padding: 12px;
    background-color: #ffd9d9;
    border: #cc2929 1px solid;
    color: #4d0f0f;
}

#err_msg p {
    margin-bottom: 0;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
    background-color: #fff;
    border-left: #ccc 1px solid; 
    border-right: #ccc 1px solid; 
    min-height: 700px;
}

#content {
	margin: 0;
	padding: 0 12px;
}

#header {
	margin: 0 0 12px 0;
	padding: 0;
	width: 100%; 
	height: 62px;
	background: #FFF url(/images/header_bar.gif) left bottom repeat-x;
	text-align: left;
}

#logo {
	float: left;
	margin: 17px 0 0 15px;
	padding: 0; 
	width: 142px;
	height: 21px;
	border: none;
}

#topnav {
	float: right;
	margin: 0;
	padding: 23px 10px 0 0;
}

#topnav li {
	float: left;
    margin: 0 1px;
    padding: 0 0 0 0;
	list-style-type: none;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: url(/images/tabs/off_01.gif) top left no-repeat;
}

#topnav li a {
    display: block;
	padding: 3px 20px 5px 20px;
	font-size: 10px;
	color: #fff;
	background: url(/images/tabs/off_02.gif) top right no-repeat;
	text-decoration: none;
}

#topnav li.active {
	background: url(/images/tabs/on_01.gif) top left repeat-x;
}
#topnav li.active a {
	background: url(/images/tabs/on_02.gif) top right no-repeat;
}

#banner {
	border: #999 1px solid;
}

