
body{
	font-family: Arial,sans-serif;
	/* color: #333333; */
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(pix/gradbg.jpg);
	background-repeat: repeat-x; 
}

a:link, a:visited, a:hover {

	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 108%;
 color: #334d55;
}

h2{
 font-size: 119%;
 /*color: #006699; */
 color: maroon;
}

h3{
 font-size: 100%;
 color: #FFFFFF;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h6{
 font-size: 90%;
 color: #334d55;
 font-style:italic
}

ul{
 list-style-type: square;
 /*width: 400px; */
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

#maincontainer{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	border: solid #770000 1px;
	background-image: url(pix/contentdivbg.gif);
	background-repeat: repeat-x;	
}

#tippytopnav {
	margin-top: 5px;
	margin-left: 685px;
	margin-bottom: -5px;
	padding-left: 4px;
	padding-top: 2px;
	font-size: 70%;
	height: 20px;
	color: #590006;
	background-image: url(pix/tippytopbg.gif);
	background-repeat:no-repeat
}

#tippytopnav a:link {

	color: #590006;
}

#tippytopnav a:visited {

	color: #590006;
}

#masthead{
	margin: 0 0 0 0;
	width: 780px;
	background-color:#FFFFFF;
}

#navBar{
	float: left;
	width: 180px;
	padding: 0px;
	background-color: #BC000C;
	border-right: 1px solid #ccc;
	height: 630px;
	margin-bottom: 0px;

}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navspacer{
	height: 25px;
	font-size: 90%; /* to make sure width is not overridden */
	padding: 0px;
	margin: 0px;
	position: relative;
	border-bottom: 2px solid #EDEFFE;
}

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #EDEFFE;
	font-size: 90%;
	font-weight: bold;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #EDEFFE;
	width: auto;
	width: auto;
	color: #EDEFFE;
}

#sectionLinks a:visited{
	border-top: 1px solid #EDEFFE;
	padding: 2px 0px 2px 10px;
	color: #EDEFFE;
}

#sectionLinks a:hover{
	border-top: 1px solid #EDEFFE;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	color: #006699;color: #4B0082;
	text-decoration: none;
}

.whatsnew{
	margin: 0px;
	padding: 20px 0px 20px 10px;
	color: #EDEFFE;	
	font-size: 13px;

	text-decoration: none;
}

.whatsnewON{
	background-color: #dddddd;
	/*color: #006699;*/
	color: #4B0082;
	text-decoration: none;
	text-indent: 12px;
}

.whatsnewOFF{
	color: #EDEFFE;
	text-indent: 12px;
	text-decoration: none;
}

#contentwrapper{
	background-color: #blue;

}

#contentwrapper1{
	background-color: #ffffff;    
	text-indent: 10px;
	text-decoration: none;
}

#bottombox{
	margin-top: 0px;
	clear: both;
	height: 0.5px;
}

#content {
	margin-top: 20px;
	margin-left: 185px;
	margin-right: 20px;
	text-align: justify
}

.story{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 5px 0px;
}

#dynamic{
	border: solid #EDEFFE 1px; 
	/*background-color: #E2EBED; */
	overflow:auto;
	margin-right:10px;
	margin-bottom:10px;
	padding:20px;
	height: 200px;
}

.siteInfo {
	border-top: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	width: 550px;	
	color: #590006;	
	font-size: 70%;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
}

#lvl2masthead{
	position:relative;
	top: 0px;
	margin: 0;
	width: 780px;
	height: 65px;
}

#lvl2logo{
	width: 216px;
	position:absolute;
	left: 0px;
	top: 0px;
}

#lvl2oddheader {
 	font-size: 119%;
	font-family: Arial,sans-serif;
 	/* color: #272777; */
	color: #4B0082;
	font-weight: bold;
}

#lvl2topnav {
	font-weight: bold;
	font-size:15px;
	width: 560px;
	position:absolute;
	left: 220px;
	top: 54px;
	color: #590006;
}

#lvl2topnav a:link {

	color: #590006;
}

#lvl2topnav a:visited {

	color: #590006;
}

#lvl2topnav a:hover {

	color: #BC000C;
}

/*#lvl2topnavtitle {
	font-weight: 700;
 	font-size: 24px;
	margin-bottom: 10px;
	color: #BC000C;
} */

#lvl2topnavtitle {
	height: 30px;
}

#lvl2redline{
	background-color: #BC000C;	
	width: 790px;
	height: 1px;
	margin: 0 0 3px 0;
	padding: 0px;
	font-size:1px;
}

#lvl2navBar{
	font-weight: 700;
	/*position: absolute;*/
	float: left;
	margin: 18px 0 0 10px;
	width: 150px;
	height: 700px;
	padding: 0px;
	border-right: 1px solid #770000;
	color: #590006;
}

#lvl2navBar a:link {

	color: maroon;
}

#lvl2navBar a:visited {

	color: maroon;
}

#lvl2navBar a:hover {

	color: #BC000C;
}

#lvl2navBar ul {list-style: none; margin: 0px 0px 0px 0px; padding: 0;}

img.wrap { 
    float: right; 
    margin: 4px; 
}

#lvl2contentwrapper{
	background-color: #EDEFFE;
	height: 110%;
}

#lvl2content{
	margin: 55px 25px 0px 10px;
}

.siteInfo2lvl {
	clear: both;
	color: #590006;	
	font-size: 75%;
	padding-top: 14px;
	padding-bottom: 4px;
	margin-left: -10px;

}