body
{
	background-color:#eee;
}
a
{
	color: #003c96; 
}

ul
{
	margin-top: 3px; 
	margin-bottom: 3px;

}

/* Drupal Fix */
.item-list ul li {
}

hr
{
	border-top: 1px solid #c5af7d;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

p + hr
{
	margin-top: -10px;
}

#mainwrapper
{
	overflow:hidden;
	background-color:#fff;
}

/**************************************************************************************************
 Navigation: the list of links on the left of the content on the web page
 **************************************************************************************************/

div.Navigation
{
	position: relative;
	display: block;
	float: left;
		
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right:10px;
	padding-top: 20px;

	width: 17%;
	padding-bottom:32767px;
	margin-bottom:-32750px;
	background-color: #e6e5d0;
}

div.Navigation h2, div.Navigation ul
{
	margin-left: 0px;

	width: 100%;
}

div.Navigation h2
{
	margin-top: 11px;
	margin-bottom: -25px;
	padding: 0;
	padding-left:10px;

	color: #a98c4b;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	/*text-transform: uppercase;
	font-weight: normal;*/
}

div.Navigation ul + h2
{
	margin-top: -13px;
}

div.Navigation ul
{
	margin-top: 29px;
	margin-bottom: 1.5em;
	padding-left: 0px;
	padding-top: 2px;
	
	border-top-width: 1px;
	border-top-color: #C5AF7D;
	border-top-style: solid;

	border-bottom-width: 1px;
	border-bottom-color: #C5AF7D;
	border-bottom-style: solid;

	font-family: arial, helvetica, sans-serif;
	text-align: left;
}
	
div.Navigation ul li {
	list-style-type: none;
	list-style-image: none;
	line-height: 125%;

	color: #333333;
	font-size: 12px; 
	font-weight: bold;
	
	text-indent: -15px;
	padding-left: 25px;
	padding-bottom: 0px;
}

div.Navigation ul li a {
	font-weight: normal;
	text-decoration: none;
}

div.Navigation ul li a:hover {
	text-decoration: underline;
}

div.Navigation ul li ul
{
	border: none;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.Navigation ul li ul li
{
	padding-left: 0px;
	text-indent: 0px;
}

/**************************************************************************************************
 Body: the content area of the page
 **************************************************************************************************/

div.content
{
	padding:20px;
	background-color:white;
	position: relative;
  /*z-index: 1;*/
	width: 77%;
	float: left;
	
	color: #333333;
	font-size: small;
	padding-bottom:32767px;
	margin-bottom:-32750px;
}

div.content, div.content a
{
	font-family: Arial, Helvetica, sans-serif;
}

div.content a
{
	color: #003c96;	
	text-decoration: underline;
}

div.content img
{
	/*margin: 5pt;*/
}

div.content h1
{
	margin-top: 0;
	margin-bottom: 13pt;
	padding: 0;

	font-weight: bold;
	border-bottom: 1px solid #405679;
}

/* Make all headers the same font-family and color */
div.content h1, div.content h2, div.content h3, div.content h4, div.content h5, div.content h6 
{
	color: #405679;
}

/* Make every other heading level tan color.
   If you just comment this out, then all the headings will be blue, per the rule above. */
div.content h2, div.content h4, div.content h6 {	color: #A98C4B; }

/* Make the heading tags the right sizes, relatively speaking. */
div.content h1 { font-size: x-large; }
div.content h2 { font-size: large; }
div.content h3 { font-size: medium; }
div.content h4 { font-size: small; }
div.content h5 { font-size: x-small; }
div.content h6 { font-size: xx-small; }

/**************************************************************************************************
 Bottom bar: the blue bar across the bottom of every web page
 **************************************************************************************************/

#BottomBar
{
	min-height: 2.6em;
	padding-top: 2px;
	clear: both;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #3F5678; /* "invisible" border the size of the high contrast border */

}

#BottomBar, #BottomBar a
{
	color: #8495A9;
	text-align: center;
	clear:both;
}

#BottomBar a
{
	text-decoration: underline;
}

#BottomBar p
{
	margin: 0;
}

