@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;}

.twoColFixLt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLt #sidebar1 {
	text-align: left; 
	float: left; /* since this element is floated, a width must be given */
	width: 115px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 0px 5px;
	margin-top: 0;
}

.twoColFixLt #mainContent { 
	margin: 0 0 0 130px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 30px;
	border: #ccc 1px solid;
	border-right: 0;
	border-bottom: 0;
	min-height: 400px;
} 


.twoColFixLt #banner {
	margin: 0 auto;
	padding: 0;
	border-top: 3px solid #666666;
	background-color:#990033;
	height: 30px; }
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 200px;
	margin-left: 8px;
	padding-bottom: 30px;
	padding-left: 30px;}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	width: 200px;
	margin-right: 8px;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
    font-size: 1px;
    line-height: 0px; }
	
/*that is the end of the Dreamweaver set styles*/

a:link, a:hover, a:visited {
	font-family: helvetica, sans-serif;
	font-weight: strong; }

a { color: #333333; }
a:visited { color: #660066;
	text-align:center }
a:hover { color: #CCCCCC;
	background-color:#990033; }

a.side:link, a.side:hover, a.side:visited {
	font-size: 11px;
	line-height: 16px;
	font-family: helvetica, sans-serif;
	text-decoration: none;	}

a.side:link {color: #990033; }
a.side:hover {color: #cccccc; background-color:#990033;}
a.side:visited {color:#660066;}

a.buttons:link, a.buttons:hover, a.buttons:visited {
	font-size: 14px;
	line-height: 16px;
	font-family: helvetica, sans-serif;
	text-decoration: none;	}

a.buttons:link {color: #990033; }
a.buttons:hover {color: #cccccc; background-color:#990033;}
a.buttons:visited {color:#660066;}

/*bottom navbar styles*/
ul#bottomnav li {float: left; list-style-type: none; width: 10em; 	}
	
#bottomnav .buttons {width: 8em; }

ul#bottomnav li a {	display: block; text-align: left; font-family: helvetica, sans-serif; }

.boxleft {
	width: 105px;
	padding: 10px 5px 10px 10px;
	text-align: left;
	margin-left: 5px;
	margin-top: 30px;
	border: solid 1px #cccccc;
	border-right: 0;	
	}
	
.boxstrong
{ 	color:#333333;
	font-weight:stronger;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px; 
	text-align: left;
	}
	
.boxtext
{ 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	margin-right: 5px;
	 }

.center { text-align: center; }
 
.footnote {
	font-family: helvetica, sans-serif;
	font-size: 0.6em;
	text-align: left;
	clear: both;
	border-top: 1px #ccc solid;
	width: 400px;
	color: #666666;
	 }

h1, h2, h3, h4 {
	color: #990033;
	font-family: Verdana, sans-serif;
	text-align: left; }

h1 { font-size:1.5em; }
h2 { font-size:1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; color: black; }

.intro400 {
	font-family: arial, sans-serif;
	text-align: left;
	font-size: .8em;
	margin-left: 10px;
	margin-right: 180px; 	}
	
.intro300 {
	font-family: arial, sans-serif;
	text-align: left;
	font-size: .8em;
	margin-left: 10px;
	width: 300px; 	}
	
.intro {
	font-family: arial, sans-serif;
	text-align: left;
	font-size: .8em;
	margin-left: 10px;}

.keywords {
	border: solid 1px #999; 
	float: right;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-left: 30px;
	margin-bottom: 30px; 
	padding: 10px;
	text-align: left;
	width: 140px; }

p {
	font-family: verdana, sans-serif;
	font-size: 13px;
	line-height: 19px; 
	text-align: justify;
	margin-right: 110px;}
	
.pstrong {font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: strong;
	color: #333333; }
	.red { color: #990033;
	font-weight: strong; }
	
.quote {margin: 0 140px 0 30px; }

/*.rightbox2 {
	border: solid 1px #cccccc;
	float: right;
	padding: 10px 0px 0px 5px;
	margin-top: 35px;
	margin-right: 35px;
	width: 140px;
	text-align: left;
	}
*/

.leftbox
 {
	padding: 0;
	border: solid 1px #999; 
	float: left;	
	margin-right: 20px;
	margin-bottom: 20px;}

.rightbox120 {
	padding: 0;
	width: 120px;
	border: solid 1px #999; 
	float: right;	
	margin-left: 20px;
	margin-right: 40px;
	margin-bottom: 20px;}
	
.rightbox140 {
	padding: 0;
	border: solid 1px #999; 
	float: right;
	width: 140px;
	margin-left: 40px;
	margin-bottom: 20px;
	}

.rightbox160 {
	padding: 0;
	border: solid 1px #999; 
	float: right;
	width: 160px;
	margin-left: 40px;
	margin-bottom: 20px;
	}

.rightbox200 {
	padding: 0;
	border: solid 1px #999; 
	float: right;	
	width: 200px;
	margin-left: 40px;
	margin-bottom: 20px;}
		
.rightbox250 {
	padding: 0;
	border: solid 1px #999; 
	float: right;	
	width: 250px;
	margin-left: 40px;
	margin-bottom: 20px;}

.rightbox300 {
	border: solid 1px #999; 
	float: right;	
	margin-left: 40px;
	margin-bottom: 20px;
	width: 300px;
	}
		
.rightbox-cat {
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 0;
	width: 300px;
	}
.rightbox300caption
{
	margin-bottom: 20px;
	margin-left: 0px;
	float: right;
	width: 300px;
	margin-top: 0px;
}

#topnavbar
{	border: solid 1px #cccccc;
	border-right: 0;
	font-size: 11px;
	margin-top: 60px;
	margin-left: 5px;
	padding: 10px 5px 0px 10px;
	text-align: left;
	width: 105px;
	}
	
ul, li
{	font-size: 1em;
 	line-height: 1.4em; 	
	margin-top: 0; 
	margin-left: 0;
	padding-left: 0;
	}

ul#topnavbar 
{	list-style-type: none;
	padding: 0;
	margin: 0;
	}

ul#topnav li 
{	list-style-type: none;
	margin: 0;
	padding: 0;	}
	

/*.w500 {	margin-right: 110px; }

.left { 
	margin-right: 110px;
	text-align: left; }*/
	
.left { text-align: left; }


.wordle {
	padding: 0 0 50px 30px;
	margin:  0 0 0 50px;
	width: 210px;
}
		
.footnote2
{
	font-family: helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	clear: both;
	border-top: 0;
}

