#mainContainer { 
	width: 854px;
	height: 100%;
	margin: 17px auto;
	font-family: "Century Gothic";
}
#top {
	width: 854px;
	height: 120px;
}

#logo {
	width: 225px;
	height: 62px;
	float: left;
}

#topLinks {
	float: right;
	text-align: right;
	margin-top: 19px;
	width: 490px;
	height: 100px;
	vertical-align: top;
	color: #545454;
	font-family: "Century Gothic";
	font-size: 12px;
}
#topLinks a, span {
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
}
#topLinks a:hover {
	text-decoration: underline;
}

.greylink {
	color: #545454;
	text-decoration: none;
}

.greenlink {
	color: #79a72f;
}

.block_container  {
	padding:14px 7px;
}

.center { text-align: center; }
.underline { text-decoration: underline; }


a img { border: 0; }

/** Main Div Styles */
#mainContainer h2 {
	padding-left: 12px;
	clear:both;
	font-size: 17px;
	color: #79a72f;	
	margin: 0px;
	margin-bottom: 10px;
}

#mainContainer h2.presskit {
	padding-left: 257px;
}

#topics {
	float: left;
	width: 250px;
	padding-right: 4px;
	padding-left: 0;
	/*background-image: url('../images/vert_border.png');
	background-position: top right;
	background-repeat: repeat-y;*/
	color: #545454;
}

#topics h3 {
	font-size: 14px;
}
#topics .folowus {
	padding-bottom: 7px;
}
#topics .folowus img {
	margin-left: 4px;
}

#topics p, #topics h3 {
	color: #545454;
	font-size: 12px;
	font-family: "Century Gothic";
	margin: 0px;
	padding: 0xp;
}

#topics p.lightgrey {
	color: #878787;
}

#topics a {
	color: #79a72f;
} 

#topics ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topics ul li {
	margin-top:1px;
	height:24px;
	width:197px;
	overflow: hidden;
}

#topics ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	
	display: block;
	height:100%;
	
	background-image: url('../images/onoff.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	cursor:pointer;
}

#topics ul li a:hover {
	text-decoration: none;
	color: #79a72f;
	padding-bottom:24px;
	
}

#topics ul li a span {
	display: block;
	margin:0xp;
	padding-top:4px;
	padding-left:2px;
	overflow: hidden;
	height: 16px;
}

#content {
	float: left;
	width: 575px;
	height: 100%;
	background-image: url('../images/vert_dots_border.gif');
	background-position: top left;
	
	color: #545454;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;
}

#content  p a, p a:visited {
	color: #79a72f;
	text-decoration: underline;
}

#content h3 { 
	font-size: 12px;
	font-weight: normal;
}

#content p, h4 {
	font-size: 12px;
	font-weight: normal;
	color: #545454;
	font-family: "Century Gothic";
	margin: 0px;
	padding: 0xp;
}
h4 {
	font-weight: bold;
}

#content .blacklink {
	color: #000000;
}

#content .gap  {
	padding:14px 0px 0px 0px;
}

#mainContainer .first_element {
	padding-top:0px;
	margin-top: 0px;
}
#mainContainer .last_element {
	padding-bottom:0px;
	margin-bottom: 0px;
}
#content .highlight {
	background-color: #ECF3E3;
}

#spliter {
	width:100%;
	clear: both;
	line-height:0px;
	height: 21px;
}
	
/* Footer Styles */
#footerContainer {
	clear: both;
	width: 854px;
	height: 20px;
	font-family: "Century Gothic";
	font-size: 10px;
	color: #fff;
	margin: 0 auto;
	background: url('../images/greenbar.jpg') repeat-x;
}
#footerContainer a {
	text-decoration: none;
	color: #fff;
	margin-right: 5px;
	margin-left: 5px;
}

#footerContainer a:hover {
	text-decoration: underline;
	color: #fff;
}

#lftCorner {
	float: left;
	width: 5px;
	height: 20px;
	background-image: url('../images/lftGreen.jpg');
	background-repeat: no-repeat;
}

#copyright {
	float: left;
	padding-top: 2px;
	margin-left: 5px;
	width: 400px; height: 20px;
}

#rghtCorner {
	float: right;
	width: 5px;
	height: 20px;
	background-image: url('../images/rgtGreen.jpg');
	background-repeat: no-repeat;
}

#links {
	float: left;
	text-align: right;
	padding-top: 2px;
	width: 435px;
	margin: 0;
}