@charset "UTF-8";
/* CSS Document */


<!--
body {
	background: #666666;
	margin: 0; /* account for differing browser defaults */
	padding: 0;
	text-align: left; /* centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
}
* { margin: 0; padding: 0; } /* to fix annoying space between divs */

h1 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
#container {
	width: 894px;
    margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
h2 {
	font-size: 1.1em;
	font-weight: bolder;
}
h3 {
	font-size: 1.5em;
	font-weight: bolder;
}
h4 {
	text-transform: uppercase;
}
h5 {
	font-size: .9em;
	text-transform: uppercase;
}

a:link {
	color:#039;
	text-decoration: none;
}      /* unvisited link */
a:visited {
	color:#306;
	text-decoration: none;
}  /* visited link */
a:hover {
	color:#FFF;
	text-decoration: none;
}  /* mouse over link */
a:active {color:#039;
	text-decoration: none;
}  
.imagefloatleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.imagespacebelowandabove {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

li {
	line-height: 1.6em;
	display: block;
	margin-left: 30px;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
}
#namecontainer {
	width: 894px;
	position: relative;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent {
	background: rgba(255,255,255,.7); /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	padding-top: 30;
	padding-right: 18px;
	padding-bottom: 30;
	padding-left: 15px;
}
.mainContent a:link {
	color: #39F;
	text-decoration: none;
}
.mainContent a:visited {
	color: #306;
	text-decoration: none;
}
.mainContent a:hover {
	color: #CCC;
	text-decoration: none;
}
.mainContent a:active {
	color: #CCC;
	text-decoration: none;
}
.imagefloatleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
#insetcontainer {
	text-decoration: none;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#righthandtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	float: right;
	width: 340px;
	padding-top: 82px;
	padding-right: 55px;
	line-height: 16px;
}
#copyrightdiv {
	text-align: right;
}
#extenderdiv {
	height: 75px;
}
#twitter_t {
		   width: 213px;
		   height: 34px;
		}
		
		#twitter_m {
		   width: 213px;
		   padding: 0 15px;
		}
		
		   #twitter_container {
		       min-height:45px;
		       height:auto !important;
		       height:40px;
		       padding-bottom:10px;
		   }
		
		       #twitter_update_list {
		           width: 213px;
		           padding: 0;
		           overflow: hidden;
		           font-family: Georgia;
		           font-size: 14px;
		           font-style: italic;
		           color: #31353d;
		           line-height: 16px;
		           font-weight:bold;
		       }
		
		       #twitter_update_list li {
		           width: 213px;
		           list-style: none;
		       }
		
		       #twitter_update_list li a {
		           color: #5f6d76;
		           border-bottom: dotted 1px;
		           text-decoration: none;
		       }
		
		       #twitter_update_list li a:hover {
		           color: #31353d;
		           background: #d3f1f9;
		       }
		
		#twitter_b {
		   width: 213px;
		   height: 29px;
		}
	
.extraspacingtext {
	line-height: 1.6em;
}
.creditlinetext {
	font-size: 0.7em;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
.footnotetext {
	font-size: 0.7em;
}
.imagefloatleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
	-->
