/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #453c3b;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

a:link {
	text-decoration: underline;
}

a:visited {
	color: 666666;
}

a:hover {
	color: 000000;
}

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

h1{
	font-size: 375%;
	color: #FF3300;
	font-weight: bold;
}

h2{
	font-size: 200%;
	font-weight: bold;
	color: #0033FF;
}

h3{
	font-size: 150%;
	color: #0033FF;/*  color: #334d55; */
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #0033FF;/* 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, Helvetica, sans-serif;
 color: #334d55;
}

.dates {color: #0033FF}

/***********************************************/
/* Layout                                      */
/***********************************************/

#container
{
width: 90%;
margin: 10px auto;
}

#top
{
padding: .5em;
border-bottom: 1px solid #cccccc;
white-space: nowrap;   /* force horiz scroll bars */
}

#top h1, h2
{
padding: 0;
margin: 0;
}

#navBar
{
	float: left;
	width: 10em;
	margin: 0;
	padding: 1em;
	border-right: 1px solid #cccccc;
}
#logo {
	float: right;
	margin: 0;
	padding: 0;
}

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

#navBar p { margin: 0 0 1em 0; }
#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;}

/*********** #navLinks styles ***********/

#navLinks {
	margin: 0px;
	padding: 2px 0px 2px 10px;
	position: relative;
	width: 9.5em;
	line-height: 150%;
}

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

#content
{
margin-left: 12em;
border-left: 1px solid #cccccc;
padding: 1em;
max-width: 36em; 
}

#content h2 { margin: 0 0 .5em 0; }
#content li {
	padding: 0.5ex;
}

#footer
{
clear: both;
margin: 0;
margin-top: 0px;
padding: .5em;
font-size: 80%;
border-top: 1px solid #cccccc;
text-align: left;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */


/***********************************************/
/*Component Divs                               */
/***********************************************/


/************** .description styles ***************/

/* .description{
	padding: 0px 0px 10px 10px;
}

.description h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.description img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/************* #siteInfo styles ***************/

/* #siteInfo{
	clear: both;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
} */
