* {
	margin:0;
	padding:0;
}

body {
	background: url(images/back.gif) repeat-x #fff884;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	width:826px;
	margin:16px auto;
}

#topnav {
	width:826px;
	height:30px;
}

#topnav ul {
	padding-top:4px;
}

#topnav ul li {
	float:left;
	margin:0 4px;
	list-style-type:none;
	height:26px;
	width:93px;
}

#topnav ul li.tab1 { background:url(images/_tab1.gif) no-repeat; }
#topnav ul li.tab2 { background:url(images/_tab2.gif) no-repeat; }
#topnav ul li.tab3 { background:url(images/_tab3.gif) no-repeat; }
#topnav ul li.tab4 { background:url(images/_tab4.gif) no-repeat; }
#topnav ul li.tab5 { background:url(images/_tab5.gif) no-repeat; }
#topnav ul li.tab6 { background:url(images/_tab6.gif) no-repeat; }

#topnav ul li a {
	display:block;
	line-height:26px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-size:0.65em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}

/*#topnav ul li.tab1 a {
	color:#000;
}*/

#topnav ul li a:hover {
	text-decoration:underline;
}



#content {
	width:826px;
	background:#fff url(images/tile.gif) 9px repeat-y;
}

#content-1col {
	width:826px;
	background:#fff url(images/tile-1col.gif) 9px repeat-y;
}

#left {
	width:475px;
	padding:14px 22px;
	float:left;
	min-height:168px;        /* min-height hack */
    height:auto !important;
    height:168px;
}

#left-1col {
	width:780px;
	padding:14px 22px;
	float:left;
	min-height:168px;        /* min-height hack */
    height:auto !important;
    height:168px;
}

#right {
	padding:14px 22px 14px 534px;
	
}

#clr {
	width:826px;
	height:9px;
	background-color:#fff;
	clear:both;
	display:block;
	overflow:hidden;
}

#bottomnav {
	width:826px;
	height:22px;
}

#bottomnav ul {
	position:relative;
}

#bottomnav #copy {
	position:absolute;
}

#bottomnav #copy p {
	padding:3px;
	color:#444;
	font-size:0.65em;
}

#bottomnav #copy p a {
	color:#444;
	text-decoration:none;
}
	

#bottomnav ul li {
	float:right;
	margin:0 4px;
	list-style-type:none;
	height:22px;
	width:93px;
}

#bottomnav ul li.tab7 { background:url(images/_tab7.gif) no-repeat; }
#bottomnav ul li.tab8 { background:url(images/_tab8.gif) no-repeat; }
#bottomnav ul li.tab9 { background:url(images/_tab9.gif) no-repeat; }
#bottomnav ul li.tab10 { background:url(images/_tab10.gif) no-repeat; }
#bottomnav ul li.tab11 { background:url(images/_tab11.gif) no-repeat; }
#bottomnav ul li.tab12 { background:url(images/_tab12.gif) no-repeat; }

#bottomnav ul li a {
	display:block;
	line-height:22px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-size:0.65em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}

#bottomnav ul li a:hover {
	text-decoration:underline;
}

h1,h2,h3,h4,h5,h6 {
	text-transform:uppercase;
	color:#aa0000;
}

h1,h2,h3,h4,h5,h6,p {
	padding-bottom:0.5em;
	font-weight:normal;
}

#left h1,
#left h2,
#left h3 {
	color:#922333;
	font-size:1.1em;
}

#left-1col h1,
#left-1col h2,
#left-1col h3 {
	color:#922333;
	font-size:1.1em;
}

#right h1,
#right h2,
#right h3 {
	color:#e9ef95;
	font-size:1.1em;
}

#left p {
	color:#317786;
	font-size:0.9em;
}

#left-1col p {
	color:#317786;
	font-size:0.9em;
}

#right p {
	color:#fff;
	font-size:0.9em;
}
	
#right a {
	color:#fff;
}