/* CSS Document */

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

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

a:link {
	text-decoration: underline;
	color: #333333;
}

a:visited {
	color: #666666;
}

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

h1{
	font-size: 275%;
	color: #999999;
	font-weight: bold;
	text-align: left;
}

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

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

h4{
	font-size: 100%;
	font-weight: normal;
	color: #999999;/* 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;
}

.heads {
	color: #333333;
	font-weight: bold;
}

/***********************************************/
/* 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;
	margin-left: 20px;
}

#leftcol
{
	float: left;
	width: 17em;
	margin: 0;
	padding: 1em;
	border-right: 1px solid #cccccc;
	margin-left: 1em;
}

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

#rightcol
{
margin-left: 20em;
border-left: 1px solid #cccccc;
padding: 1em;
max-width: 23em; 
}

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