body {
	margin: 0px;
	padding: 0px;
	background: #ffffcc url(images/bkgrd_body.jpg) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table { font-size: 11px; } /* tables don't pick up font size from BODY */

/*general typography*/

p,h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	padding: 0px;
	margin: 5px;
}
p {
	margin: 5px 5px 10px;
}
h1 { 
	font-size: 140%; 
	clear: both
}
h2,h4 { 
	font-size: 120%;
	color: #666; 
	border-bottom: 1px solid #990000;
}
h2 { 
	clear: both
}
h3,h5 { 
	font-size: 110%;
	color: #990000; 
}
h3 { 
	clear: both
}

a { outline: none; }

/*general layout*/
#wrapper {
	background: #fff;
	margin: 0px auto;
	width: 800px;
	position: relative;
}
#wrapperaccent1 {
	background: #ffffcc url(images/accent_left.jpg) top right no-repeat;
	position: absolute;
	top: 0px;
	left: -176px;
	width: 176px;
	height: 190px;
}
#wrapperaccent2 {
	background: #ffffcc url(images/accent_right.jpg) top left no-repeat;
	position: absolute;
	top: 0px;
	right: -278px;
	width: 278px;
	height: 360px;
}
#header {
	background: #ffffff url(images/bkgrd_header.jpg) no-repeat top left;
	height: 148px;
	position: relative;
}
#header h1 {
	display: none;
}
#header p {
	color: #FFFFFF;
	font-size: 110%;
	position:absolute;
	top: 20px;
	left: 435px;
	width: 370px;
}
#header a, #header a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#header a:hover, #header a:active {
	border-top: 1px dotted #FFFFFF;
	color:#FFFFFF;
}
#nav {
	clear: both;
	color:#FFFFFF;
	background: #666699 url(images/bkgrd_nav.jpg) top repeat-x;
	height: 29px;
	padding-top: 5px;
}
#nav ul {
	height: 29px;
	list-style: none;
	margin: 0px;
	padding: 0px 20px;
}
#nav li {
	display: inline;
	height: 29px;
	/*float:left;*/
	font-size: 120%;
	line-height: 25px;
	margin: 0px 5px 0px;
	padding: 0px;
}
#nav li strong {
	height: 29px;
	/*display: block;
	width: 70px;*/
	margin: 0px;
	padding: 0px 10px ;
	text-align: center;
}
#nav a, #nav a:visited {
	color: #FFFFFF;
	height: 29px;
	text-decoration: none;
}
#nav li.active {
	background: #990000;
	/*background: url(images/bkgrd_navTabB.jpg) top right no-repeat;*/ 
}
#nav li.active strong {
	/*background: url(images/bkgrd_navTabA.jpg) top left no-repeat;*/
}
#content {
	width: 800px;
	margin: 0px auto;
	background: #ffffff;
	position: relative;
}
#pagetitle {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 140px;
	text-align: right;
}
#pagetitle h1 {
	color: #990000;
	font-weight: bold;
	border: 0px;
	font-size: 180%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}
#sidebar {
	float: right;
	margin: 0px;
	padding: 10px;
	width: 180px !important;
	width /**/: 200px;
}
#column {
	float: left;/**/
	margin: 0px;
	padding: 10px 0px 10px 160px;
	width: 430px !important;
	width /**/: 445px;
}
#subnav {
	background: #ffffcc url(images/bkgrd_subnavTop.jpg) bottom right no-repeat;
	padding: 0px 5px 20px;
	color:#990000;
}
#subnav h2.top {
	background: transparent url(images/bkgrd_subnavBtm.jpg) top right no-repeat;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px -5px;
	padding: 15px 5px 5px;
}
#subnav ul {
	list-style: none;
	margin: 5px;
	padding: 0px;
}
#subnav li {
	margin: 4px 0px;
	padding: 3px 0px;
	font-weight: bold;
}
#subnav li a, #subnav li a:visited {
	display: block;
	border-right: 1px dotted #990000;
	border-bottom: 1px dotted #ffffcc;
	text-decoration: none;
	color: #990000;
	padding: 0px 5px;
}
#subnav li a:hover, #subnav li a:active {
	border-right: 3px solid #990000;
	border-bottom: 1px dotted #990000;
	font-weight: bold;
}
#subnav li ul {
	margin: 0px;
	padding: 0px;
}
#subnav li ul li {
	margin: 0px 0px 3px;
	padding: 0px;
	font-size: 80%;
	font-weight: normal;
}
#subnav li ul li a, #subnav li ul li a:visited {
	padding: 0px 0px 0px 15px;
}

#footer {
	background: #ffffcc url(images/bkgrd_footer.jpg) top left no-repeat;
	clear: both;
}
#footer p {
	color: #990000;
	font-size: 90%;
	margin: 0px;	
	padding: 20px 10px 0px;
	text-align: center;
}
#footer a,#footer a:visited,#footer a:hover,#footer a:active {
	color: #990000;
}
.m {display: none} /* hide mobile-specific elements */

