body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #fff;
	color: #000000;
	border: 0;
	margin: 0; /* zero the margin/padding of the body to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the right aligned in #wrapper and left aligned in #content */
	}

#wrapper {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;	
	text-align: left;
	}	
/******************************************************************************* HEADLINES */
h1 {
	font-size: 130%;
	color: #333333;
	line-height: 20px;
	padding: 7px 0 5px 0;
	margin: 0px;
	text-transform: none;
	font-weight: bold;
	}
h2 {
	font-size: 125%;
	color: #660000;
	line-height: 19px;
	padding: 0px 0 5px 0;
	font-weight:bold;
	}
h3 {
	font-size: 110%;
	color: #660000;
	line-height: 18px;
	padding: 5px 0 5px 0;
	}
h4 {
	font-size: 105%;
	color: #660000;
	line-height: 17px;
	padding: 5px 0 5px 0;
	}
h5 {
	font-size: 104%;
	color: #660000;
	line-height: 16px;
	padding: 5px 0 5px 0;
	}
h6 {
	font-size: 90%;
	color: #660000;
	line-height: 15px;
	padding: 5px 0 5px 0;
	}
/*********************************************************************************** LINKS */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	background-color: transparent;
	text-decoration: none;
	}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	background-color: transparent;
	text-decoration: none;
	}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b6bd8c;
	background-color: transparent;
	}
a:hover	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	text-decoration: underline;
	background-color: transparent;
	}
/************************************************************************** TEXT STRUCTURE */			
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 15px;
	padding: 0 0 5px 0;
	}
blockquote {
	color:  #000000;
	line-height: 13px;
	}
ol, ul, li {
	color: #000000;
	}	
.question {
	font-weight: 700;
	}	
.answer {
	font-style: italic;
	padding-bottom: 10px;
	}
.fact {
	font-size: 12px;
	text-align: right;
	line-height: 13px;
}
.factAns {
	font-size: 12px;
	text-align: left;
	margin-left: 5px;
	line-height: 13px;
}
.captionCenter {
	font-size: 0.8em;
	line-height: 1em;	
	font-weight: bold;
	color: #333;
	text-align: center;
}


/********************************************************************* PAGE LAYOUT & STYLES*/
#bottom {
	background-image: url(_css/images/bottomStripes.gif);
	}	
#footer {
	background-color: #cccccc;
	}
.left {
	width: 172px;
	text-align: center;
	margin-bottom: 10px;
	}
.right table {
	margin: 0px 0px 6px 0px;
	}
.content {
	width: 95%;
	test-align: left;
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	color: #000000; 
	line-height:18px;
	padding: 0px 5px 5px 5px;
	}
.content p img {
	padding: 5px 5px 0px 5px;
	}
	
.content a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	color: #01609b;
	background-color: transparent;
	text-decoration: none;
	font-weight: 600;
	}
.content a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	color: #01609b;
	background-color: transparent;
	text-decoration: none;
	font-weight: 600;
	}
.content a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	color: #b6bd8c;
	background-color: transparent;
	font-weight: 600;
	}
.content a:hover	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	color: #01609b;
	border-bottom: 1px dotted;
	background-color: transparent;
	font-weight: 700;
	}

.content table {
	width: 100%;
	}
	
.content td {
	padding: 2px 4px 2px 4px;
	vertical-align: top;
	}

#bottomNav {
	font-family: Verdana, sans-serif;
	color: #d8d6d6;
	font-weight: 300;
	padding: 6px;
	}
#breadcrumbs, #breadcrumbs a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 11px;
	color: #9A3132;
	text-align: right;		
	}
	
.picture {
	float: right;
	padding: 10;
	margin-left: 10px;
	}
	
.pictureLeft {
	float: left;
	padding: 10;
	margin-right: 10px;
	}	
.picture img {
	padding: 1px;
	border: 1px solid #01609b;
}

/************************************************************************* MAIN NAVIGATION */
#navigation {
	width: 172px;
	line-height: 17px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}	
#navigation li {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0;
	}		
#navigation li a {
	display: block;
	background-color: #666666; /* grey */
	padding: 3px 0 3px 5px;
	color: #fff;
	text-decoration: none;
	}
#navigation li a:hover {
	background-color: #d8d6d6;
	color: #ffff66; /* yellow */
	}
	
#navigation a.holder {
	text-decoration: none;
}
#navigation a.current {
	color: #000000;
}
/********************************************************************************* SUBMENU */
#submenu {
	padding: 0px;
	margin: 0px;
	line-height: 13px;
	background-color: transparent;
	}	
#submenu li {
	border: 0;
	margin: 0;
	}		
#submenu li a {
	text-align: left;
	background-color: #fff;
	color: #01609B; /* blue */
	border-right: 1px solid #01609b; /* blue */
	font-size: 95%;
	padding: 2px 0 2px 0;
	}
#submenu li a:hover {
	background-color: #d8d6d6;
	color: #01609B; /* blue */
	font-size: 95%;
	}
/******************************************************************************* SIDEBOXES */		
#sidebox {
	background-image: url(../_images/page_layout/sideboxes_sides.gif); /* puts red sidebars on edges */
	width: 198px;
	border: 1px none #FFF;
	padding: 0px;
	background-repeat: repeat;
}
#sidebox2 {
	width: 200px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #797979;
	border-left-color: #797979;
	padding: 10px;
}	

.sidebox form {
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 102%;
	margin: 0px 10px;
	}		
.sidebox p {
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 102%;
	margin: 2px 10px 0px 10px;
	}
.sidebox li {
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 102%;
	}
.sidebox ul {
	list-style: disc inside;
	padding-left: 5px;
	text-indent: -5px;
	font-size: 95%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 6px 10px 0px 10px;
	}
.caption {
	font-size: 10px;
	font-weight: bold;
	color: #333;
}
