.contenttitle {
	background-color:	#ffffff; 
	font-family: 		Verdana, Arial, sans-serif; 
	font-size:		17px; 
	line-height:		133%; 
	color:			#666666; 
	text-decoration:	none;
}

.organictext {
	background-color:	#ffffff; 
	font-family: 		Verdana, Arial, sans-serif; 
	font-size:		11px; 
	line-height:		133%; 
	color:			#000000; 
	text-decoration:	none;
}

.organictextsml {
	background-color:	#ffffff; 
	font-family: 		Verdana, Arial, sans-serif; 
	font-size:		10px; 
	line-height:		133%; 
	color:			#000000; 
	text-decoration:	none;
}

.navigatetext {
	background-color:	#ffffff; 
	font-family: 		Verdana, Arial, sans-serif; 
	font-size:		11px; 
	font-weight:		bold; 
	line-height:		133%; 
	color:			#000000; 
	text-decoration:	none;
}
a.organiclink:link {
	background-color:	#ffffff; 
	font-family: 		Verdana, Arial, sans-serif; 
	font-size:		11px; 
	font-weight:		bold; 
	line-height:		133%; 
	color:			#000099; 
	text-decoration:	none;
}
a.organiclink:visited {
	background-color:	#ffffff; 
	font-family: 		Verdana, Arial, sans-serif; 
	font-size:		11px; 
	font-weight:		bold; 
	line-height:		133%; 
	color:			#000099; 
	text-decoration:	none;
}
a.organiclink:focus {
	background-color:	#ffffff; 
	font-family: 		Verdana, Arial, sans-serif; 
	font-size:		11px; 
	font-weight:		bold; 
	line-height:		133%; 
	color:			#000000; 
	text-decoration:	underline;
}
a.organiclink:focus {
	background-color:	#ffffff; 
	font-family: 		Verdana, Arial, sans-serif; 
	font-size:		11px; 
	font-weight:		bold; 
	line-height:		133%; 
	color:			#000000; 
	text-decoration:	underline;
}

a.organiclink:hover {
	background-color:	#ffffff; 
	font-family: 		Verdana, Arial, sans-serif; 
	font-size:		11px; 
	font-weight:		bold; 
	line-height:		133%; 
	color:			#000000; 
	text-decoration:	underline;
}
a.organiclink:active {
	background:		#ffffff; 
	font-family: 		Verdana, Arial, sans-serif; 
	font-size:		11px; 
	font-weight:		bold; 
	line-height:		133%;
	text-decoration:	none;
}

* {
	padding: 0;
	margin: 0;
}

body {
	background: #ffffff;
	font: .74em "Trebuchet MS", "Verdana", "Arial", sans-serif;
	line-height: 1.5em; 
}

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

#sides {
	margin: 20px auto;
	width: 724px;
	background: #ffffff url('../index/images/sides.jpg');
	background-repeat: repeat-y;
}

#top { 
	background: #ffffff url('../index/images/top.jpg');
	height: 30px;
}

#bottom {
	background: #ffffff url('../index/images/bottom.jpg');
	height: 30px;
}

#content {
	padding: 0 40px 0 40px;
}

.header {
	height: 32px;
	background: #ffffff;
}

.header h1 {
	padding-left: 12px;
	padding-top: 8px;
	font-size: 22px;
	color: #666666;
}

.location { 
	background: #ffffff; 
	border-bottom: 1px solid #E1E1E1; 
	padding-left: 14px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 12px;
	color: #666666;
}
	
.left {
	background: #ffffff;
	float: left;
	width: 59%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}

.right {
	float: left;
	width: 30%;
	margin: 0 9px;
	padding: 3% 1%;
	
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

#credit {
	text-align: center;
	font: .89em "Trebuchet MS", "Verdana", "Arial", sans-serif;
	color: #666666;
}

#footer {
	text-align: center;
	font: .95em "Trebuchet MS", "Verdana", "Arial", sans-serif;
	color: #666666;
}