/******************************************
*   All Styles                       
******************************************/


/*Main Page Lauout */

body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}
.table {
	width:1000px;
	vertical-align: top;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.content_1 {
	width:800px;
	vertical-align: top;
	padding-right: 161px;
	padding-left: 110px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 10px;
}
.content_2 {
	border-left: 1px solid #333333;
	width:200px;
	vertical-align: top;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#header {
	width: 1000px;
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	background-color: #79A4BE;
	border: 1px solid #FFFFFF;

}
#nav {
	height: 30px;
	font-weight: bold;
	text-align: center;

}


.txth1index {
	font-size: 22px;
	color: #333333;
}

.txtindex {
	font-size: 14px;
	color: #333333;
}

.txtindexsmaller {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-transform: uppercase;
}


a:link {
	color: #B2D084;
	text-decoration: none;
}
a:visited {
	color: #B2D084;
		text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.topimage {
	border: 1px solid #999999;
	margin-bottom: 15px;
	margin-top: 1px;


}

.lh {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
}
.ltxt {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.lnav {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	background-color: #CCCCCC;
	font-weight: bold;
}

.sidetxt {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

#sidebar_location {
	font-family: Helvetica, sans-serif;
	border-left: 1px solid #999999;
	width: 200px;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sidetxth3 {
	font-size: 16px;
	font-style: normal;
	color: #CF3F1C;
	font-weight: bold;
}
.contributortxth3 {
	font-size: 18px;
	color: #CF3F1C;
	font-weight: bold;
	margin-top: 13px;
}
ul {
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 0px;
}
li {
	font-size: 11px;
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
}

.list {
	color: #666666;
	font-size: 11px;
	list-style-type: none;
	font-weight: lighter;
}

.txtleft {
	text-align: left;
}
.txtright {
	text-align: right;
}

#footer_txt {
	width: 1000px;
	font-size: 11px;
	text-align: right;
	padding: 10px 10px 10px 50px;
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	background-color: #79A4BE;
	border: 1px solid #FFFFFF;
}

#searchform {
	text-align: left;
	}

#sidebar #searchform #s {
	width: 125px;
	padding: 0px;
	}

#sidebar #searchsubmit {
	padding: 0px;
	}
	
#sidebar_main {
	padding: 0px;
	color: #666666;
	margin-right: 10px;
	margin-left: 10px;
	}
	

/* Begin Images */

a img {
	border: none;
	}


p img {
	padding: 1;
	max-width: 100%;
	border: 1px solid #FFFFFF;
	
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
	#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
	
/* End Images */

.addthis {
	margin-top: 10px;
	margin-bottom: 10px;
	}