@charset "UTF-8";
/* CSS Document */

/* HTML TAGS */
h1 {float: left; font-size: 1em; color: inherit; font-weight: 100; margin: 5px;}
h2 {font-size: 1em;}
br {clear: both;}
ul {
	padding-left: 0; 
	margin-left:0;
}
li {list-style: none;}
img {
	border: none;
	}
hr {
	border-top: 1px solid #999;
	border-right: none; 
	border-bottom: none; 
	border-left: none;
	height:1px;
	}

a:link, a:visited {
	font-family: inherit; 
	font-size: inherit; 
	color: #2c3886; 
	text-decoration: underline;
	}
a:hover, a:active {
	color: #F00;
	}

/* CONTAINER DIV */
#container {
	position: absolute; 
	top: 5em; 
	left: 50%; 
	margin-left: -447.5px; 
	width: 895px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.75em; 
	color: #333;
}

/* LEFT AND RIGHT DIV CLASSES */
.left {float: left; width: 285px; padding: 0 0 0 10px;}
.right {float: right; width: 585px; color: #666; padding: 0 0 0 10px;}
.left h2 {color: #333;}
.right h2 {color: #F00;}

.right ul { padding-left: 0; margin-left: 15px;}
.right li {list-style: disc; margin-bottom: 10px;}
.right li ul li {list-style: none; margin-left: inherit;}

.left img, .right img {margin: 0 0 5px -10px;}

/* FOOTER DIV */
#footer {font-size: 80%; color: #999; width: 100%; text-align: left; margin-top: 40px;}
#footer p, #footer ul {margin: 0; padding: 0;}
#footer a:link, #footer a:visited {color: #666; text-decoration: none;}
#footer a:hover, #footer a:active {color: #F00; text-decoration: underline;}


/* MENU CLASSES */
ul.titleMenu {float: right; margin: 5px; display: block; padding-top: 30px;}
.titleMenu li {float: left; margin-left: 5px; padding-right: 5px; border-right: 1px solid #999;}
.titleMenu a:link, .titleMenu a:visited {text-decoration: none; color: #999;}
.titleMenu a:hover, .titleMenu a:active {text-decoration: underline; color: #F00;}
li.clearMe {
	border:none; 
	padding-right: 0px;
	}

.subMenu li {
	float: left; 
	margin-left: 5px;
	}

li.noLeftMargin {
	margin-left: 0px;
	}
.subMenu a:link, .subMenu a:visited {
	background-color: #c8c6de; 
	text-decoration: none; 
	color: #000;  
	width: 125px; 
	height: 35px; 
	text-align: left; 
	padding: 5px 10px 0 10px; 
	display: block;
	}
.subMenu a:hover, .subMenu a:active {
	background-color: #2c3886; 
	color: #FFF
	}
	

li.active {
	background-color: #2c3886; 
	color: #FFF;  
	width: 125px; 
	height: 35px; 
	text-align: left; 
	padding: 5px 10px 0 10px; 
	display: block;
	}

/* IMAGE SETS */
.right ul.imgSet {
	margin-left: 0;
	} 
/* just for image sets within the #right */
.right .imgSet li {list-style: none;}
.imgSet li {float: left; list-style:none;}
li.LeftMargin {margin-left: 5px;}

.right li.LeftMargin  {margin-left: 15px;}

/* TEXT WRAP CLASSES */
p.textWrapLeft img {float:left; margin-right: 5px;}
p.textWrapRight img {float: right; margin-left: 5px;}

.floatLeft {float:left;}
.floatRight{float:right;}

