body{
	font-family: Arial, Helvetica, sans-serif;
	Font-size: 10pt;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 130%;

	
}

h1{
	color: #990066;
	font-weight: bold;
	font-size: 14pt;
	
}

h2{
   	font-weight: bold;
	Font-size: 12pt;
	color: #990066;
	
}
h3{
    color: #666666;
	font-weight: bold;
	font-size: 12px;
		
 }

h4{
   	font-weight: bold;
	Font-size: 11pt;
	color: #666666;

}

a:link{
	color: #3366CC;
	font-weight: bold;
	
 }

a:visited{
    color: #3366CC;
  	font-weight: bold;
}

a:hover{
  	color:#990066;
   
}

a:active{
	color:#3366CC;
	background-color: #DDDDDD;
  	
}

div#wrapper{
    margin: 0 auto;
    text-align:left;
	width: 803px;
		
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-top-color: #FFFFFF;
	border-right-color: #BBBBBB;
	border-bottom-color: #FFFFFF;
	border-left-color: #BBBBBB;
	border-bottom-width: 1px;
}

div#banner{
	height: auto;
	
	/*
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #969696;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #969696;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #969696;
*/	
}

/*Contains all except footer*/

div#container{
	margin-top: 0px;
	
}
div#container ul{
	margin-top: 0px;
}

div#container2{
	margin-top: 0px;

}

/*Left Sidebar*/
div#navigation{
	float: left;
	width: 0px;
	
	
	/*padding-left: 5px;
	padding-right: 5px;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #969696;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #969696;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #969696;
	
	list-style-position: inside;
	list-style-type: square;
	*/
	
	}

div#navigation h1{
	color: #666666;
	font-weight: bold;
	font-size: 11pt;
	
	padding-left: 5px;

		}

/*Right Sidebar*/
div#more{
	float: right;
	width: 230px;
	height:auto;
	z-index: 0;
	background-color: #DDE1E6;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #969696;*/
	
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #969696;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #969696;
	*/
	}
	
	
div#more h1{
	color: #990033;
	font-weight: bold;
	font-size: 11pt;
	
	padding-left: 5px;
}
div#more h3{
	margin-top: 10px;
	padding-top: 0.3em;
	text-align: center;
}

div#more p{
	
}

div#news  {
   
    padding-right: 5px;
	padding-left: 5px;
	
	}
div#news p{
	
}

div#news a{
   
}

div#news a:hover{
   
}

/*Center Column - main body*/
div#content{
	width: 550px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 15px;
    
}

div#content p{
	padding-left: 20px;
	padding-right: 20px;
	line-height: 16pt;
	
}

div#content ul{
	font-weight: normal;
	list-style-type: none;
	padding: 0px;
	margin-left: 20px;
}

div#content ul li{
	text-decoration: none;
	color: #333333;
	list-style-type: disc;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 45px;
	padding: 0px;
}

div#content ul li a:link{
}

div#content ul li a:visited{
	color:#3366CC;
}

div#content ul li a:hover{
	color:#990066;
}

div#content ul li a:active{
	color:#3366CC;
}

div#content ul li ul {
	list-style-type: decimal;
	margin-right: 50px;
}

div#topnavbar{
    font-weight: bold;
	color:#000099;
	padding-left:10px;
	padding-right:5px;
	font-weight: bold;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;}

div#topnavbar a:link{
	font-weight: bold;
	color:#3366CC;
	padding-left:10px;
	padding-right:5px;
	
	font-weight: bold;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

div#topnavbar a:hover{
	font-weight: bold;	
	color: #990066;
}

div#cleardiv{
	clear: both;
	height: 1em;
}

div#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 550px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	margin-top: 5px;
	border-top-width: 5px;
	
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	
	font-style: normal;
	border-top-style: solid;
	border-top-color: #3366CC;
	float: left;
}

div#footer p{
	
	padding: 0;
	margin: 0;
	width: 550px;
}

div#footer a:link{

	color:#3366CC;
	padding-left:10px;
	padding-right:5px;
	

}

div#footer a:hover{
	
	color: #666666;
	
}
div#footer a:active{
	
	font-weight: bold;
	
	color:#3366CC;
	padding-left:10px;
	padding-right:5px;
	
	
}
div#footer a:visited{
	
	color:#3366CC;
	padding-left:10px;
	padding-right:5px;
	
}

.bold_purple {
	color: #5756A6;
	font-weight: bold;
}

.bold_green {
	color: #8BBC00;
	font-weight: bold;
}

.bold_orange {
	color: #D24C17;
	font-weight: bold;
}

.bold_black {
	color: #666666;
	font-weight: bold;
}

.bold_italic_black {
	color: #666666;
	font-weight: bold;
	font-style: italic;
	font-size: 90%;
}

.bold_italic_tan {
	color: #666666;
	font-weight: bold;
	font-style: italic;
	font-size: 90%;
}

.bold_italic_orange {
	color: #D24C17;
	font-weight: bold;
	font-style: italic;
	font-size: 90%;
}

.title_black {
	color: #666666;
	font-weight: bold;
	font-size: 12pt;
}

.title_green {
	color: #8BBC00;
	font-weight: bold;
	font-size: 100%;
}
.title_purple {
	color: #5756A6;
	font-size: 90%;
	font-weight: bold;
}

.title_underline_green {
	color: #8BBC00;
	font-weight: bold;
	font-size: 90%;
	text-decoration: underline;
}

.quote_blue {
	color: #000099;
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
	
}

.quote_green {
	color: #666666;
	font-weight: normal;
	font-style: italic;
	font-size: 85%;
	
}

.quote_orange {
	color: #D24C17;
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
	
}

.largeheading {
	color: #990000;
	font-weight: bold;
	font-size: 12 pt;
	
}
.quote_purple {
	color: #5756A6;
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
	
}

.sm_bold_italic_black {
	color: #666666;
	font-weight: bold;
	font-style: italic;
	font-size: 85%;
}

.sm_bold_italic_tan {
	color: #848357;
	font-weight: bold;
	font-style: italic;
	font-size: 85%;
}
.heading_green_back {	color: #FFFFFF;
	font-weight: bold;
	background-color: #8BBC00;
	font-size: 14px;
	
	text-indent: 10px;
}
.heading_purple_back  {
	color: #000099;
	font-weight: bold;
	background-color: #DDDDDD;
	font-size: 14px;
	
	text-indent: 10px;
	padding: 10px;
}
.sm_bold_italic_orange {
	color: #D24C17;
	font-weight: bold;
	font-style: italic;
	font-size: 85%;
	margin-right: 30px;
}

.sm_bold_italic_green {
	color: #8BBC00;
	font-weight: bold;
	font-style: italic;
	font-size: 85%;
}

.sub {
	color: #000099;
	font-weight: bold;
	font-style: italic;
	background: #DDDDDD;
}

.newsub {
	color: #993300;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.subscribe {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.stylexsmall {
	font-size: 10px;
	list-style-type: square;
	
}

.sub1 {
    font-size: 12pt;
}

.style1 {
	font-size: x-small;
	font-weight: bold;
}

.style3 {
	font-size: 12pt;
	
}

.style6 {
	font-weight: bold;
	font-size: 12px;
}

.style12 {
	font-size: 12px;
	
}

.style16 {
    font-size: 18px;
}

.style17 {
    font-weight: bold;
}

.style20 {
    color: #666666;
}

.style23 {
    font-size: 75%;
}

.style24 {
    font-size: medium;
}

.style25 {
    font-size: 12px;
}

.style26 {
    font-size: 110px;
}

.style27 {
    font-size: 110%;
}

.style29 {
    color: #8BBC00;
}

.style30 {
	font-size: 10px;
	width: 400px;
	text-align: center;
	padding-left: 0px;
	background-position: center;
	margin-left: 250px;
}

.style31 {
    color: #999999;
}

.style33 {
	font-size: 14px;
	font-weight: bold;
	color: #D24C17;
	background-color: #DDDDDD;
	text-indent: 10px;
	padding: 10px;
	font-family: "Gill Sans MT";
	border-bottom-color: #999999;
	border-top-width: 0px;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
}

.style35 {
    color: #316500;
}
