body	{
/*	margin: auto;  */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	background-color: #E1AA50;
	text-align: center;	/* This center-aligns the Container */
}
 a:hover	{
	color: #E77312;
}
a.skipnav	{
	color: #E1AA50;
}
#container	{
	margin: 0 auto;
	width: 960px;
	background-color: #FCF5EA;
	text-align: left;	/* Workaround for IE to left-aligns everything in the Container. */
	border: 1px solid #333333;
}
#header	{
	background: #1A4266;
	height: 110px;
	padding-top: 10px;
/*	padding-left: 30px;
	padding-right: 30px; */
	width: 960px;
} 
#header img	{
	float: left;
	margin-left: 20px;
}
#header span	{
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #ffffff;
}
#header span.banner	{
	margin-top: 15px;
}

#navigation	{
	float: left;
	width: 960px;
	background: #B44D00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: 1px;
}
#navigation ul	{
	margin: 0;
	padding: 0;
}
#navigation ul li	{
	list-style-type: none;
	display: inline;
}
#navigation li a	{
	display: block;
	float: left;
	padding: 5px 20px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #fff;
}
/*  This style here for future use
#navigation li a.right	{
	display: block;
	float: right;
	padding: 5px 20px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #fff;
} */
#navigation li.right	{
	display: block;
	float: right;
	padding: 5px 20px;
	color: #FCF5EA;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#navigation li a.current	{
	display: block;
	float: left;
	padding: 5px 20px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #fff;
	background-color: #C8A669;
	color: #26365A;
}
#navigation li a:hover { 
	background-color: #C8A669;
	color: #26365A;
}
#content-container	{
	float: left;
	width: 960px;
/*	background: #fff; */

} 
#section-navigation	{
	float: left;
	width: 180px;
	padding: 20px 0;
	margin: 0 20px;	
	display: inline;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}
#section-navigation ul	{
	margin: 0;
	padding: 0;
}
#section-navigation ul li	{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
	color: #E77312;
}
#section-navigation ul li img	{
	border: 0;
}
#section-navigation ul li a	{
	color: #26365A;
	text-decoration: none;
}
#section-navigation ul li a:hover	{
	color: #B44D00;
	text-decoration: underline;
}
#section-navigation div.announceHead{
	background-color: #C8A669;
	color: #fff;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
}
#section-navigation div.announceText	{
	border: 1px solid #C8A669;
	1px solid #C8A669; 
	padding: 5px; 
	background-color: #FBEBCB;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
}
#section-navigation p	{
	margin-top: 50px;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	line-height: 150%;
	border-top: 1px solid #C8A669;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content	{
	float: left;
	width: 450px;
	padding: 20px 0;
	margin: 0 0 0 30px;
}
#content h1 { 
	font-size: 1.5em;
	color: #1A4266;
}
#content h2 { 
/*	margin: 0; */
	font-size: 1.1em;
	color: #B44D00;
}
#content h2.black { 
	font-size: 1em;
	color: #000000;
}
#content h3	{
	font-size: 1em;
	font-weight: bold;
}
#content h4	{
	font-weight: bold;
	font-style: italic;
}
#content p	{
	line-height: 1.3em;
}
#content	li	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin-bottom: .4em;
}
#content ul.bullet	{
	list-style-image: url(images/checkmark.gif);
}
#content ul.bullet li	{
	padding-bottom: 10px;
}
#content ol {
	list-style: lower-alpha;
}

#content span.lead	{
	color: #B44D00;
	font-weight: bold;
	font-size: 1.1em;
}
/* Left Marginal Callout */
.left-marginal { 
	position:relative; 
	width:270px;
	margin-left: 200px;
}
.callout-marginal   { position:absolute; 
	left:-200px;
	width:175px; 
/*	margin-top:10px; */
   line-height:normal; 
	text-align:center; 
	padding:5px 0;
   font-size:1.3em; 
	font-weight: bold;
   color:#B44D00; 
	background-color: #FBEBCB;
	border-top: 3px solid #C8A669;
	border-bottom: 3px solid #C8A669;
}
/* Left Floating Callout*/
.callout  { 
	float:left; 
	width: 150px;
	padding:6px; 
	margin: 5 5px 5px 30px;
/*	margin: 10px 20px 10px 30px; */
	position: relative; 
/*	top:10px;  */
	font-size: 1.1em; 
	line-height:normal; 
	font-weight:bold;  
	text-align:center; 
	color: #B44D00;
	background-color: #FBEBCB;
}
/* Right Floating */
.calloutRight {
	float: right;
	width: 225px;
	padding:6px; 
	margin: 5 0 5px 10px;
/*	margin: 10px 20px 10px 30px; */
	position: relative; 
/*	top:10px;  */
	font-size: 1.1em; 
	line-height:normal; 
	font-weight:bold;  
	text-align:center; 
	color: #B44D00;
	background-color: #FBEBCB;
	border-top: 2px dotted #1A4266;
	border-bottom: 2px dotted #1A4266;
}
.small	{
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sans	{
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.names	{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #727270;
}
table.names tr.header	{
	background-color: #727270;
	color: white;
}
table.names td	{
	vertical-align: top;
	border-top: 1px solid #B44D00;
	border-bottom: 1px solid #B44D00;
	font-size: .80em;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}
table.names td.colLeft	{
	width: 45%;
	font-weight: bold;
}
#aside	{
	float: right;
	width: 200px;
	padding-top: 80px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	margin: 0 20px 0 0;
	display: inline;
	font-size: .8em;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 130%;
}
#aside div.border	{
	border-left: 2px dotted #C8A669; 
	margin-left: 10px; 
	padding-left: 10px; 
	padding-top: 10px; 
	padding-bottom: 10px;
}
#aside h3 { 
	margin: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #B44D00;
}
#aside div.announceHead{
	background-color: #C8A669;
	color: #fff;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#aside div.announceText	{
	border: 1px solid #C8A669;
	1px solid #C8A669; 
	padding: 5px; 
	background-color: #FBEBCB; 
	line-height: 1.8em;
}
#aside p	{
	font-size: .90em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#aside p.border	{
	border-left: 2px dotted #C8A669; 
	margin-left: 10px; 
	padding-left: 10px; 
	padding-top: 10px; 
	padding-bottom: 10px;
}
#aside p.color	{
	color: #1A4266;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	margin-left: 10px;
	margin-bottom: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#aside p.big	{
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1A4266;
}
#footer	{
	clear: left;
	width: 960px;
	background: #C8A669;
	height: 20px;
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer a	{
	color: black;
}
#footer span	{
	float: left;
	margin-left: 10px;
}
#footer span.right	{
	float: right;
	margin-right: 10px;
}