/* Basics */
body	{
	margin: 0 !important ;
	padding: 0;
	background: #FCFBEA;
	/*background-color:#ffffff;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
}

/* Layout */

#main {
	background: #FCFBEA url(../graphics/sideshadow.png) repeat-y;
	width:940px;
	margin:20px auto 0px auto;
	padding:0px;
}
#header {
	width:920px;
	background: #FCFBEA url(../graphics/topshadow.png) no-repeat;
	margin:0px auto;
	padding:10px 0px 0px 20px;
	font-size:11px;
	text-align:left;
	color:#999999;
}
html>body #header {
	padding:10px 0px 0px 20px;
}
#navigation {
	width:900px;
	height:28px;
	background-color:#FCFBEA;
	margin:0 0 0 -10px;
	padding:0px;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	text-align:center;
}
html>body #navigation {
	margin:0;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
	#nav a {
		display: block;
		margin: 0px;
		padding: 6px 7px 7px 7px;
		font-size: 1em;
		text-align: center;
		color: #999999;
		text-decoration: none;
		background-color:#FCFBEA;
		border:1px solid #FCFBEA;
	}
	#nav a.current {
		display: block;
		margin: 0px;
		padding: 6px 7px 7px 7px;
		text-align: center;
		text-decoration: none;
		background-color:#FCFBEA;
		border:1px solid #FCFBEA;
		color:#660000;
	}
	#nav a.current:hover, a.current:active {
		color:#660000;
	}	
	#nav a:hover, a:active {
		background-color:#FCFBEA;
		color:#660000;
		text-decoration: none;
		border:1px solid #FCFBEA;
	}
	#nav a.sub {
		display:list-item;
		margin: 0px;
		text-align: center;
		color: #999999;
		text-decoration: none;
		background-color:#FCFBEA;
	}
	
	#nav a.sub:hover, a.sub:active {
		background-color:#FCFBEA;
		color:#660000;
		text-decoration: none;
	}
	
	#nav li { /* all list items */
		float: left;
	}
	
	#nav li.current { /* all list items */
		float: left;
	}
	
	#nav li ul { /* second-level lists */
		position: absolute;
		background-color: #FCFBEA;
		border: 2px solid #336699;
		text-align: center;
		width: 10em;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
	
	#nav li li {
		text-align: center;
		width: 10em;
	}
	
	#nav li ul.wide { /* second-level lists */
		position: absolute;
		background-color: #FCFBEA;
		text-align: center;
		width: 12em;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
	
	#nav li li.wide {
		text-align: center;
		width: 12em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	#nav li:hover {
	}


#content {
	width:866px;
	height:inherit;
	padding:10px 15px 20px 15px;
	margin:0px 0px 0px 21px;
	background-color:#ffffff;
}

html>body #content {
	/*width: 580px;*/
}

#wrapper {
	width:inherit;
	height:inherit;
	margin:1px;
	padding:0;
	background-color:#ffffff;
	clear:both;
}
#pageleft {
	width:630px;
	height:inherit;
	margin:0;
	padding:0;
}
#pageleft.history {
	width:720px;
}
#sidebar {
	float:right;
	width:230px;
	margin:0;
	padding:27px 0 10px 0;
	text-align:left;
}
#sidebar.history {
	width:130px;
}
/*
#sidebar {
	float:right;
	margin:0px;
	width:220px;
	padding:0px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	background: #FCFBEA;
} 
html>body #sidebar {
	width: 220px;
}
*/
#footer {
	width:940px;
	margin: 0px auto;
	padding: 10px 0px;
	clear: both;
	text-align: center;
	background: #FCFBEA url(../graphics/bottomshadow.png) no-repeat;
	color:#000000;
}
	/* Footer Styles */
	#footer p {
	font-size: 0.9em;
	}
	
html>body #footer {
	width: 940px;
}

* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
/* */


/* END Layout Styles */

/* Basics and Typography */
p, .p {
	line-height: 1.5em;
	margin: 0.7em 0;
	color: #333333;
	/*color:#009900;
	margin: 0 0 1.2em 0;*/
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
}
h1 {
	font-size: 20px;
	margin: 10px 0 0 0;
}
h2 {
	font-size: 16px;
	margin: 5px 0 0 0;
}
h3 {
	font-size: 14px;
	margin: 2px 0 0 0;
}
h4 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
	color:#666666;
}
a.link:link {
	color:#0033CC;
}
a.link:visited {
	color: #0033CC;
}
a.link:hover, a:active {
	color:#6699FF;
	text-decoration:underline;
}
input, select {
	padding: 2px;
	margin: 0px;
	border: 1px solid #C1C0B5;
	background-color:#FCFBEA;
	color: #333;
	font-size: 1em;
	vertical-align:middle;
}
textarea {
	padding: 1px;
	margin: 1px;
	border: 1px solid #C1C0B5;
	background-color:#eeeeee;
	color: #333;
	font-size: 1.3em;
}
td, tr, table {
	text-align:left;
}
blockquote {
	margin: 0 10px;
	padding: 0 10px;
	/*
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
	*/
}
code {
	font-family: monospace;
	color: #666;
}
img {
	padding: 0px;
	border:0;
}
.paddedimg {
	padding: 8px 10px 10px 0px;
	border:0;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
form.alignright {
	width:100%;
	text-align:right;
}
.small {
	font-size: 0.8em;
	color: #999;
}
.selected {
	text-decoration:overline;
}

.admin {
	font-size: 0.9em;
}

.fieldlabel {
	font-weight: bold;
	color: #000000;
}