body {
	margin: 0;
	
	width: 1000px;
}

h2 {
	font-size: 24px !important;
	font-weight: bold !important;
}

h3 {
	font-size: 20px !important;
	font-weight: normal;
	color: #000742;
}
h4 {
	font-size: 20px !important;
	font-weight: normal;
	color: #000742;
	line-height: 2px;
}
#emphasis {
	font-size: 16px !important;
	font-weight: bold !important;
	color: #000742;
	border-bottom-color: #000742;
	border-bottom-width:0.01em; 
	line-height: 2.0em;
	}

#content {
	padding-bottom: 30px;
	overflow: auto; /*Hack to encompass all floated elements*/
	/*background-image: url(../images/background_content_sidebar.gif);
	background-repeat: repeat-y;
	background-position: right top;*/
}

/*
#content, #content * {
	border: 1px dotted #CCCCCC;
}
*/

#sidebar {
	width: 195px;
	float: right;
	height: 100%;
	
	margin-left: 40px;
}

#page {
	overflow: auto; /*Hack to encompass all floated elements*/
	border: 1px solid #4C4D4F;
}

#header {
	background-color: #000842;
	background-image: url(../images/header_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
	height: 123px;
}
#header h1 {
	background-image: url(../images/h1_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	color: white;

	display: block;
	position: absolute;
	width: 274px;
	height: 71px;
	top: 32px;
	left: 45px;

	margin: 0;
		
	text-indent: -100%;
	white-space: nowrap;
}
#header h2 {
	background-image: url(../images/h2_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000842;
	
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: white;

	display: block;
	width: 200px;
	height: 64px; /*104px - padding-top*/
	float: right;

	padding: 40px 0 0 0;
	margin: 16px 30px 0 0;
}

#menu {
	height: 37px;
	
	text-align: left;
	padding: 0 28px 0 28px;
	
	background-color: #624C38;
	background-image: url(../images/menu_background.gif);
	background-repeat: repeat-x;
	background-position: left top;	
}
#menu a {
	text-decoration: none;
	color: white;
}
#menu a:hover {
	text-decoration: underline;
}

#menu ul {
	padding: 0;
	margin: 0;
	height: 37px;

	list-style: none;
}
#menu ul li {
	margin: 0;
	padding: 0 19px 0 19px;
	display: inline;
			
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: white;
	line-height: 32px;
	
	background-image: url(../images/menu_rule.gif);
	background-repeat: no-repeat;
	background-position: right 5px;	
}

#menu_rightmost {
	background: none !important;
}

h1#breadcrumb {
	padding: 5px 0 5px 20px;
	margin: 0;
		
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	color: black;
}

#submenu {
	margin-top: 50px;
	float: left;
	clear: left;
	margin-right: 40px;
}
#submenu h1 {
	padding: 10px 0 10px 10px;
	margin: 0 0 0 20px;
	
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003876;
}
#submenu ul {
	padding: 0 10px 0 15px;
	margin: 0 0 0 20px;
	list-style: none;
	
	background-color: #EBE9D6;
	background-image: url(../images/submenu_border.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#submenu ul li {
	padding: 10px 0 10px 0;

	border-bottom: dotted #989A9B 1px;
}
#submenu ul li a {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	text-decoration: none;
	color: #231F20;
	
	position: relative;
	left: -33px;
	padding-left: 33px;
}
#submenu ul li a:visited {
	color: #231F20;
}
#submenu ul li a:hover {
	background-image: url(../images/submenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#submenu_selected {
	/*border-bottom: none !important;*/
}
#submenu_selected a {
	background-image: url(../images/submenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
	font-weight: bold;
}

#submenu_selected a, #submenu ul li a:hover {	
	color: #003876 !important;
}

ul li.bulleted {
	list-style: disc;
}

#submenu ul li img.arrow {
	width: 10px;
	height: 12px;

	position: relative;
	left: -33px;
	margin-right: -10px;
	
	border: none;
	
	visibility: hidden;
}

#article {
	margin: 50px 0 20px 275px;
	/*background-color:#996633;*/
}

#article h1 {
	font-family: Impact, "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	text-transform: uppercase;
	color: #000842;
	
	padding: 0;
	margin: 0;
}
#article * {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
}
#article ul {
	list-style: none;
}
#article a {
	color: #004684;
}

#footer {
	height: 50px;
	width: 100%;
		
	background-image: url(../images/footer_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;	
	margin-top: 16px;
	
	float: left;
}
#footer ul li {
	line-height: 34px;
	
	margin: 0;
	padding: 0 10px 0 10px;
	display: inline;
			
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	
	border-right: 1px solid #4C4D4F;
}
#footer ul li a {
	color: #4C4D4F;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer_rightmost {
	border-right: none !important;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A7A9AC;
	margin-top: 16px;
	margin-right: 10px;
	float: right;
}
#content_banner {
	width: 450px;
	overflow: hidden;
	height: 100px;
		
	background-image: url(../images/article_banner_background.gif);
	background-repeat: no-repeat;
	background-position: 200px top;	
	
	
}

#content_banner img {
	float: left;
}

#content_banner #quote {
	display: block;
	float: left;
	color: #4d4d4d;
	font-size: 13px;
	margin-left: 10px;
	width: 200px;
	padding-top: 18px;
	
	font-weight: bold;
}

#thefacts {
	width: 235px;
	margin-top: 20px;

	background-image: url(../images/submenu_border.gif);
	background-repeat: repeat-y;
	background-position: right top;
		margin-bottom: 10px;
		border-bottom: 2px dotted #999999;
		
		overflow: auto;
}
#thefacts h1 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	height: 15px;
	background-image: url(../images/title_thefacts.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	padding-right: 20px;
	border-bottom: 1px solid #4b3a06;
}
#thefacts #photo {
		background-color:#ebe8d5;
		float: left;
		height: 125px;
		width: 69px;
}
#thefacts #fact {
	float: left;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	color: #333333;
	font-size: 13px;
}

#thefacts #fact p {
	width: 145px;
}

#thefacts #fact a {
	color: #68531e;
}

#profilepic{
  width:150px;
  border-right:150px 
  
  float:left;
}
.callout {
	width: 25%;
	background-image: url(../images/splash_vrule.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	float: left;
}
.callout p {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 13px;
	color: #676566;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 20px;
}
.featureLink {
	color: #4a3905;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 13px;
	padding-left: 30px;
}
#jumpmenu {
}