@charset "utf-8";
/* CSS Document */

body
	{
	background-color: #fff;
	width: 1046px;
	height: 101%;
	font-family: arial, helvetica, verdana;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

	}



h1
	{ 
	font-weight: bold;
	font-size: 14pt;
	color: #660000;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0; 
	padding-left: 0; 
	line-height: 1.2em;
	}

h2
	{
	font-weight: bold;
	font-size: 12pt;
	color: #660000;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0;
	padding-left: 0;
	line-height: 1.2em;
	}

h3
	{
	font-weight: bold;
	font-size: 1.1em;
	color: #555555;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	}

h4
	{
	font-weight: bold;
	font-size: 0.9em;
	color: #999999;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	}

h5
	{
	font-weight: bold;
	font-size: 0.85em;
	color: #8E2344;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	}

h6
	{
	font-weight: bold;
	font-size: 0.8em;
	color: #000099;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	}
	
a:link 
	{
	font-weight: normal;
	color: #0000CC;
	}

a:visited 
	{
	font-weight: normal;
	color: #660000;
	}

a:hover 
	{ 
	color: #660000;
	}


li
	{
	font-size: 1em; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
ol
	{
	list-style-type: decimal;
	list-style-position: outside;
	}

ol ol
	{   
	list-style: lower-alpha outside;
	}

ol ol ol
	{   
	list-style: lower-roman outside;
	}

ol ol ol ol
	{
	list-style-type: decimal;
	list-style-position: outside;
	}

ol ol ol ol ol
	{   
	list-style: lower-alpha outside;
	}

ol ol ol ol ol ol
	{   
	list-style: lower-roman outside;
	}

ul
	{   
	list-style-type: disc;
	list-style-position: outside;
	}

ul ul
	{   
	list-style: disc outside;
	}

ul ul ul
	{   
	list-style: disc outside;
	}
/* ****************************** */
/* left nav styles */
.leftNav
	{
	width: 200px;
	margin-left: 0.1em;
	margin-right: 0.1em;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	float: left;
	background-color: #660000;
	font-size: 16px;	
	}
	

.leftNav a
	{
	font-weight: normal;
	color: #ffffff;
	}

.leftNav a:visited 
	{
	font-weight: normal;
	color: #CCCCCC;
	}

.leftNav a:hover 
	{ 
	color: #FFFF00;
	font-weight: bold;
	}

.leftNav a:active 
	{
	color: #FFFF00;
	font-weight: bold;
	
	}

/* ****************************** */

/* ****************************** */
/* content styles */

.mainContent
	{
	width: 620px;
	float: left;
	padding: 5px;
	vertical-align:top;
	}
.content
	{
	width: 600px;
	float: left;
	padding: 5px;
	}
.floatImageRight 
	{
	float:right;
	padding-left:5px;
	border: thin;
	}

/* ****************************** */
/* line break styles */

.clearall
{
	height: 0em;
	clear: both;
}

.clearleft
{
	height: 0em;
	clear: left;
}

.clearright
{
	height: 0em;
	clear: right;
}

.clear-both
{
	height: 0em;
	clear: both;
}

.clear-left
{
	height: 0em;
	clear: left;
}

.clear-right
{
	height: 0em;
	clear: right;
}

.callout {
	float:right;
	background:#cccccc;
	width: 175px;
	border: thin groove;
	text-align:center;
}

.rightNav
{
	float:right;
	background: #ffffff
	text-align:center;
	width: 180px;
}
.style2 {color: #FFFFFF}

