/* Style sheet adapted from mondo */

/*

------------------------------------------------------
No Copyright use freely
------------------------------------------------------

*/

body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #FFFFFF;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 15px;
padding-right: 20px;
background-color:#F0F0F0;
border-bottom: 5px #cc6600 solid;
color: #6E6E6E  ;
font-weight: bold;
font-size: .9em;
font-size: 14px;
text-align: right;
letter-spacing: 2px;
}

/* Heading level 1 is not contained in main-text. */

a{
	color: #D10C01;
	font-weight: bold;
	text-decoration: none;
}

a:link{
	color: #D10C01;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #D10C01;
	font-weight: bold;
	text-decoration: underline;
}

div, p, td, th, dd, dl, dt {
	/* redundant selectors to help NS4 not forget */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; line-height:13pt;
	color: #333333;}
	
p {
	text-align: justify;
	margin-right: 5px;
}

b {
	font-weight: bold;
	letter-spacing: +1px;
}

i { font-style: italic; }

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana,Arial,sans-serif;
 font-size: 90%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
 padding-left:15px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

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

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


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

/* Styles for the main text on the page. */

#mainContainer {
width:760px; 
margin:0px auto;
float: left; 
background-color:#F0F0F0;
text-align:left; 
border-bottom:1px solid #cc6600;
}

#main-text {
margin-top: 0;
margin-bottom: 50px;
margin-left: 10px;
margin-right: 10px;
}

#content{
	float: left;
  width: 80%;
}

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




/************* #navBar styles **************/

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
    font-size: 16px;
	background-color: #F0F0F0;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


/*********** #navBar link styles ***********/

#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;}

/*********** #sectionLinks styles ***********/

.sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	background-color: #F0F0F0;
	width: 100%;
 }
 
.sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

.sectionLinks ul ul li a:link,
.sectionLinks ul ul li a:visited
{padding: 10px 0px 2px 10px;
font-family: Verdana,Arial,sans-serif;
 font-size: 90%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 2px;
 padding-left:30px;}

.sectionLinks ul li a:link,
.sectionLinks ul li a:visited
{padding: 10px 0px 2px 10px;
font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 7px;
 padding-left:15px;}


.sectionLinks a {
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 0px 0px 0px 10px;
}

.sectionLinks a:hover{
	background-color: #dddddd;
        text-decoration: none;

}

.sectionLinks a:link.dieserlink, a:visited.dieserlink {background-color: #dddddd;}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}


/* Styles for the footer at the bottom of the page */

#footer {
text-align: right;
color: #454f56;
margin-bottom: 0;
padding-top: 7px;
padding-bottom: 7px;
border-top: 1px #cc6600 solid;
font-size: .7em;
font-size: 12px;
font-weight: bold;
padding-right: 50px;
}

#footer a:link, #footer a:visited {
color: #cc6600;
}

#footer a:hover {
color: #454f56;
}
