@charset "utf-8";
/* CSS Document */

p {
	margin-top:				0;
	font-family:			Arial, Helvetica, sans-serif;
	}
	
h1 {
	margin-top:				0;
	font-size:				22px;
	font-family:			Geneva, Arial, Helvetica, sans-serif;
	}
	
h2 {
	margin-top:				0;
	margin-bottom:			5px;
	font-size:				18px;
	font-family:			Geneva, Arial, Helvetica, sans-serif;
	color:					#99ff99;
	}
	
h3 {
	margin-top:				0;
	font-size:				15px;
	font-family:			Geneva, Arial, Helvetica, sans-serif;
	}
	
h4 {
	margin-top:				0;
	font-size:				14px;
	font-family:			Geneva, Arial, Helvetica, sans-serif;
	}
	
hr {
	color:					#FFFFFF;
	background-color:		#FFFFFF;
	border:					0;
	height:					2px;
	}
	
a:link, a:visited{
	color:					#99ff99;
	text-decoration:		none;
	}

a:hover {
	color:					#ccffcc;
	text-decoration:		underline;
	}

img {
	border:					0;
	}

#page {
	width:					900px;
	margin-left:			auto;
	margin-right:			auto;
	}
	
#top {
	height:					120px;
	margin-bottom:			10px;
	}
	
#top p {
	margin:					0;
	}
	
#top-left {
	width:					450px;
	float:					left;
	}
	
#top-right {
	width:					450px;
	float:					right;
	text-align:				right;
	}
	
#top-right-img {
	width:					120px;
	float:					right;
	margin-left:			10px;
	}
	
#top-right-text {
	font-size:				14px;
	margin-bottom:			1px;
	}
	
#top-right-text p:first-child {
	font-size:				16px;
	color:					#FF0000;
	font-weight:			bold;
}
	
#main {
	background-color:		#ed1c24;
	background-image:		url(images/web-bg-top.gif);
	background-position:	top center;
	background-repeat:		no-repeat;
	color:					#FFFFFF;
	padding-top:			10px;
	}
	
#left-menu {
	width:					175px;
	float:					left;
	margin-left:			10px;
	}
	
.left-menu-link {
	width:					170px;
	background-image:		url(images/menu-bg.gif);
	background-repeat:		no-repeat;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	height:					30px;
	overflow:				hidden;
	padding-left:			5px;
	margin-bottom:			2px;
	}
	
.left-menu-link a {
	display:				block;
	font-size:				12px;
	background-repeat:		no-repeat;
	background-position:	left;
	padding:				6px;
	padding-top:			7px;
	padding-left:			25px;
	margin:					0;
	color:					#4cb848;
	text-decoration:		none;
	}
	
.left-menu-link a:hover {
	color:					#99ff99;
	text-decoration:		none;
	}
	
.facebook {
	background-image:		url(images/facebook-button.gif);
	}
	
.facebook a {
	color:					#3b5998;
	}
	
.facebook a:hover {
	color:					#6179ac;
	}
	
.cherry {
	background-image:		url(images/cherry.gif);
	}
	
.strawberry {
	background-image:		url(images/strawberry.gif);
	}
	
#content {
	width:					695px;
	float:					right;
	margin-right:			10px;
	font-family:			Arial, Helvetica, sans-serif;
	}
	
#content p, #content li, #content td {
	font-size:				15px;
	}
	
#nuview-table, .nuview-table {
	border:					1px solid #99ff99;
}

#nuview-table th, #nuview-table td, .nuview-table th, .nuview-table td {
	padding:				5px;
	border:					1px solid #FFF;
}

#nuview-table th, .nuview-table th {
	width:					150px;
	text-align:				left;
}

#footer {
	clear:					both;
	background-color:		#ed1c24;
	background-image:		url(images/web-bg-bottom.gif);
	background-position:	bottom center;
	background-repeat:		no-repeat;
	margin-top:				10px;
	padding-top:			10px;
	padding-bottom:			10px;
	}
	
#footer p {
	font-size:				12px;
	text-align:				center;
	color:					#FFFFFF;
	margin-top:				0px;
	margin-bottom:			1px;
	}

#footer ul {
	text-align:				center;
	margin:					0;
	padding:				0;
	}

#footer li {
	display:				inline;
	margin:					0;
	}

#footer ul img {
	border:					2px #99ff99 solid;
	margin-left:			2px;
	margin-right:			2px;
	}

.cols {
	margin-left:			auto;
	margin-right:			auto;
	margin-bottom:			10px;
	}

.cols td {
	padding:				0px 5px;
	}

.mid-line {
	margin-bottom:			10px;
	}
	
#div-left {
	width:					350px;
	float:					left;
}

#div-right {
	width:					350px;
	float:					right;
}

#div-clear {
	clear:					both;
}
