/* Basics */
body	{
	margin: 0 !important ;
	padding: 0;
	background: #b0c4de;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
}
/* Layout */
#main {
	background: #b0c4de url(../graphics/sideshadow.gif) repeat-y;
	width: 890px;
	margin: 10px auto 0px auto;
	padding: 0px;
}
#main.pa {
	background: #b0c4de url(../graphics/sideshadow-sidebar.gif) repeat-y;
	/*background: #b0c4de url(../graphics/sideshadow-sidebar.gif) repeat-y;*/
}
#header {
	width:890px;
	background-color:#b0c4de;
	height:139px;
	/*background: #b0c4de url(../graphics/topshadow.gif) no-repeat;*/
	margin: 0px auto;
	margin-bottom:-1px;
	padding:10px 0px 0px 0px;
	text-align: center;
	color:#999999;
}
#header.pa {
	/*background: #b0c4de url(../graphics/topshadow-pa.gif) no-repeat;*/
}
#header.admin {
	height:102px;
}
#header.bot {
}
#navigation {
	width: 890px;
	margin: 0px auto;
	padding: 0px 0px 0px 26px;
}
#navigation-A {
	float: left;
	width: 849px;
	padding: 0px;
	margin: 0px;
	background-color: #d7b65d;
	text-align: left;
	font-size: 11px;
	border-right: 1px solid #d7b65d;
	/*border-top: 1px solid #b0c4de;
	border-top: 3px solid #404B84;*/
	border-bottom: 2px solid #404B84;
}
/**/
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
		font-size: 1em;
	}
	#nav a {
		display: block;
		margin: 0px;
		padding: 6px 7px 7px 7px;
		text-align: center;
		color: #404B84;
		text-decoration: none;
		background-color:#d7b65d;
	}
	#nav a:hover, a:active {
		background-color:#b0c4de;
		color:#404B84;
		text-decoration: none;
	}
	#nav a.sub {
		display:list-item;
		margin: 0px;
		text-align: left;
		color: #404B84;
		text-decoration: none;
		background-color:#d7b65d;
	}
	#nav a.sub:hover, a.sub:active {
		background-color:#b0c4de;
		color:#404B84;
		text-decoration: none;
	}
	#nav a.current {
		display: block;
		margin: 0px;
		padding: 6px 7px 7px 7px;
		text-align: center;
		text-decoration: none;
		background-color:#404B84;
		color:#ffffff;
	}
	#nav a.current:hover, a.current:active {
		color:#eeeeee;
	}
	#nav a.subtle {
		display: block;
		margin: 0px;
		padding: 6px 7px 7px 7px;
		text-align: center;
		color: #404B84;
		text-decoration: none;
		background-color:#d7b65d;
	}
	#nav a.subtle:hover, a.subtle:active {
		background-color:#d7b65d;
		color:#eeeeee;
		text-decoration: none;
	}
	li {
		text-transform:uppercase;
	}
	#nav li, li.subtle { /* all list items */
		float: left;
		border-left: 1px solid #d7b65d;
		border-right: 1px solid #d7b65d;
	}
	#nav li.current { /* all list items */
		float: left;
		border-left: 1px solid #404B84;
		border-right: 1px solid #404B84;
	}
	#nav li ul { /* second-level lists */
		position: absolute;
		background-color: #b0c4de;
		border: 1px solid #b0c4de;
		text-align: left;
		width: 11em;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
	#nav li li {
		/* width: 140px; */
		text-align: left;
		width: 11em;
		border-right: 1px solid #b0c4de;/**/
	}
	#nav li ul.wide { /* second-level lists */
		position: absolute;
		background-color: #b0c4de;
		border: 1px solid #b0c4de;
		text-align: left;
		width: 13em;
		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: left;
		width: 13em;
		border-right: 1px solid #b0c4de;/**/
	}
	#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 {
		border-left: 1px solid #b0c4de;
		border-right: 1px solid #b0c4de;
		/*background-color:#666666;
		color: #FFFFFF; inactive because color attribute doesn't interact correctly with a [link] attributes*/
	}
	#nav li.current:hover {
		border-left: 1px solid #404B84;
		border-right: 1px solid #404B84;
		/*background-color:#666666;
		color: #FFFFFF; inactive because color attribute doesn't interact correctly with a [link] attributes*/
	}
	#nav li.subtle:hover {
		border-left: 1px solid #d7b65d;
		border-right: 1px solid #d7b65d;/**/
	}

#loglink {
	float:right;
	padding:3px 10px 0 10px;
}
#loglink a:hover {
	color:#404B84;
}


#content {
	float: left;
	width: 550px;
	height: 100%;
	min-height: 350px;
	padding: 10px 25px 10px 25px;
	margin: 0px;
	background: #ffffff url(../graphics/backgroundlogo_sm.gif) no-repeat;
	background-position:center;
	text-align:left;
}
#content-white {
	float: left;
	width: 550px;
	height: 100%;
	min-height: 350px;
	padding: 10px 25px 10px 25px;
	margin: 0px;
	background-color: #ffffff;
	text-align:left;
}
html>body #content, #content-white {
	width: 580px;
}
#content-wide {
	width: 800px;
	height: 100%;
	min-height: 350px;
	padding: 10px 25px 10px 25px;
	margin: 0px 0px 0px 26px;
	background: #ffffff url(../graphics/backgroundlogo_sm.gif) no-repeat;
	background-position:center;
	text-align:left;
}
html>body #content-wide {
	width: 800px;
}
#content.admin {
	width: 800px;
	margin: 0px 0px 0px 26px;
	background: #ffffff;
	line-height:1.0em;
}
html>body #content.admin {
	width: 780px;
}
#sidebar {
	float: left;
	margin: 0px 0px 0px 26px;
	padding: 10px 18px;
	width: 184px;
	height:inherit;
	min-height:350px;
	background: #d7b65d;
} 
html>body #sidebar {
	width: 184px;
}
#imagerow {
	width:840px;
	padding: 10px 5px 10px 5px;
	margin: 0px 0px 0px 26px;
	clear: both;
	text-align: center;
	background: #ffffff;
	border-top: 4px solid #404B84;
	color:#000000;
}
#imagerow img {
	padding: 1px;
	margin: 0px;
}
	
#footer {
	width:890px;
	margin: 0px auto;
	padding: 10px 0px;
	clear: both;
	text-align: center;
	background: #b0c4de url(../graphics/bottomshadow.gif) no-repeat;
	color:#000000;
}
	/* Footer Styles */
	#footer p {
		font-size: 0.9em;
		width:700px;
		text-align:center;
		margin:auto;
	}
	
html>body #footer {
	width: 890px;
}

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

/* END Layout Styles */

/* Basics and Typography */
p, .p {
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
	margin: 0.7em 0;
	color:#333333;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
p.annc {
	text-align:justify;
	color:#333333;
}
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: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
}
h1 {
	font-size: 20px;
	margin: 10px 0 10px 0;
}
h2 {
	font-size: 14px;
	margin: 5px 0 0 0;
}
h3, td h3 {
	font-size: 12px;
	font-weight:bold;
	margin: 2px 0 0 0;
}
h4 {
	font-size: 12px;
}
a, a:visited, a:active, a.anchor, a.anchor:hover {
	text-decoration: none;
	color:#404B84;
	text-align:left;
	padding:0px;
}
a:hover {
	color:#d7b65d;
	text-decoration:underline;
}
a.h2 {
	font-size:14px;
	font-weight:bold;
	padding-left:1px;
}
#sidebar a:hover {
	color:#404B84;
	text-decoration:underline;
}
label { margin-right:5px; }
input, select {
	padding: 2px;
	margin: 0px;
	border: 1px solid #C1C0B5;
	background-color:#b0c4de;
	color: #333;
	font-size: 1em;
	text-align:left;
	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;
	padding:0;
	font-size: 1em;
	line-height: 1.5em;
}
td {
	padding-right: 10px;
}
td.indent {
	padding-left:15px;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
}
code {
	font-family: monospace;
	color: #666;
}
img {
	padding: 8px 10px 10px 0px;
	border:0;
}

/* Sidebar Styles */

#sidebar p {
}

/*****/

.smaller {
	font-size:0.9em;
}

.code {
	font-family:"Courier New", Courier, mono;
	font-size: 11px;
	color:#660066;
}
.debug {
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	color:#FF6600;
}
#debug {
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	color:#FF6600;
	width:100%;
	margin-top:200px;
	text-align:right;
	border:1px solid #FF6600;
	padding:5px;
}
#msg, div.msg {
	width:inherit;
	font-size: 12px;
	color:#FF6600;
	border:1px solid #FF6600;
	padding:5px;
	margin:5px 0;
}
.error {
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color:#CC0066;
}
.lineinfo {
	font-family:"Courier New", Courier, mono;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color:#666666;
}