/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	color: #808080;
	line-height: 1.166;
	text-align:left;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 0px;
}

/*********************************************************************
/* This bit below makes Firefox always show the vertical scroll bar. *
/* This prevents centred pages shifting when swapping between long   *
/* and short pages.                                                  *
/*********************************************************************/
html {
     overflow: -moz-scrollbars-vertical;
	 }
/* That's it***********************************************************/
a:link, a:visited, a:hover {
	color:#006699;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
/*a img {border: none; } */


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}
h1	{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 200%;
	color: #334d55;
	}
h2	{
	font-size: 114%;
	color:#006699;
	}
h3	{
	font-size:100%;
	color:#334d55;
	}
h4	{
	font-size:100%;
	font-weight:normal;
	color:#333333;
	}
h5	{
	font-size:100%;
	color:#334d55;
	}
ul	{
	list-style-type:square;
	}
ul ul {
	list-style-type:disc;
	}
ul ul ul {
	list-style-type:none;
	}
label	{
	font: bold 100% Arial,sans-serif;
	color:#334d55;
	}

/**********************************************/
/*  Layout Divs                               */
/**********************************************/	


#Horizontal-1 {
	position:absolute;
	width:100%;
	min-width:900px;
	height:40px;
	z-index:1;
	left: 0px;
	top: 65px;
	background-image:url(Horizontal-1.jpg);
	background-repeat:repeat-x;
}
#Horizontal-2 {
	position:absolute;
	width:100%;
	min-width:900px;
	height:10px;
	z-index:2;
	left: 0px;
	top: 105px;
	background-image:url(Horizontal-2.gif);
	background-repeat:repeat-x;
}
#Branding {
	position:absolute;
	margin:0 0 0 0;
	height:30px;
	z-index:3;
	left: 10%;
	top: 72px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF7F00;
	}

#Wrapper {
	width:80%;
	min-width:720px;
	position:relative;
	left:50%;
	top:109px;
	margin-left: -40%;
	background: #fff url(nav-faux-col.gif) repeat-y 23% 0;
	}
#Wrapper2 {
	background: url(secondary-faux-col.gif) repeat-y 78% 0;
	}

#Content {
	width:75%;
	float:right;
	margin-top: -1px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
#mainContent {
	width:66%;
	float:left;
	}

#mainContent p {
	padding-left:10px;
	}

#mainContent h1 {
	padding-left: 10px;
	font-size: 125%;
	}

#secondaryContent {
	width: 31%;
	float:right;
	overflow: hidden;
	}

#secondaryContent h1, h2, h3, p {
	padding-left: 10px;
	padding-right: 10px;
	}
	
#secondaryContent a:visited {
	color:#FF0000
	}

#mainNav {
	width:23%;
	float:left;
	padding-top: 20px;
	padding-bottom: 20px;
	white-space:nowrap;
	overflow: hidden;
	}
#mainNavDate {
	padding-left:10px;
	}
#mainNav ul	a:link, #mainNav ul a:visited {display: block;}
#mainNav ul {list-style: none; margin: 0px; padding: 0px;}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#mainNav li {border-bottom: 1px solid #EEE;}
/* fix for browsers that don't need the hack */
html>body #mainNav li {border-bottom: none;}
#sectionLinks	{
	position:relative;
	margin:0px;
	padding:0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	}
#sectionLinks h3 {
	padding: 10px 0px 2px 0px;
	}
#sectionLinks a:link	{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 80%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:auto;
	}
#sectionLinks a:visited	{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	}
#sectionLinks a:hover	{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	background-color: #dddddd;
	}

#mainNav li {
	padding-left: 0px;
	padding-right: 0px;
	}


#Footer {
	clear:both;
	border: 1px solid #cccccc;
	font-size: 75%;
	padding: 10px 10px 10px 10px;
	margin-top:-1px;
	background-color: #ffffff;
	text-align:center;
	}

.style1 {
	color: #AA0000;
	font-size: 24px;
}
.style2 {
	color: #A0A0A4;
	font-size: 18px;
}

.style3 {
	color: #AA0000;
	font-size: 12px;
}
.style4 {
	color: #AA0000;
	font-size: 12px;
	text-decoration:blink;
	text-align: center;
	
}
