/* CSS Stylesheet */

body {
	margin: 10px 0 0 0;
	BACKGROUND-COLOR: #9acff1 ;
}
.clear {clear: both;}


p {
	font-size: 12px;
	line-height:1.6em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
	/* change h1 (article titles) font/size/weight/color here */
h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
	/* change h2 (article subtitles) font/size/weight/color here */
h2 { 
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #97D512;		
}

		/* link styles and color here */		
a:active { text-decoration: none; color: #97d152; }
a:link { text-decoration: none; color: #97d152; }
a:visited { text-decoration: none; color: #97d152; }
a:hover { text-decoration: none; color: #ff6600; }
		/* end change link styles nd color */

	/* change h3 (article subtitles) font/size/weight/color here */
h3 { 
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #97D512;
	line-height: 1em;	
}

	/* change h4 (sidebar option text) font/size/weight/color here */
h4 { 
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #OOCCFF;
	line-height: .6em;	
}

#page {
	width: 750px;
	margin: 0 auto;
	height: auto;
	background-color: #FFFFFF;
}

#header {
	height: 90px;
	background: repeat-x url(images/bckheader.gif);
}

#header #title {
	float: left;
}

	/* page title font/size/weight/color here */
#title h1 {
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 1.7em;
	font-weight: normal;
	color: #4D4D4D;
	text-transform: capitalize;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}
#title h1 a {
	color: #4D4D4D;
	text-decoration: none;
}
	/* change page subtitle font/size/weight/color here */
#title p {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #333333;

	line-height: 10pt;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	letter-spacing: 1pt;
}

ul#menu {
	margin: 65px 20px 0 0; padding: 0;
	margin: 65px 10px 0 0;
	float: right;
}

#bannerscan {
	padding: 0 5px;
	background: #fff;
}
#bannerscan #banner {
	padding: 3px 0;
	height: 260px;
}
#bannerscan #scanlines {
	padding: 0 0 3px 0;
	height: 26px;
	background: repeat-x url(images/bckscanlines.gif);
}
#container {
	padding: 0;
	width: 750px;
	background-color: #ffffff;
	height: 100%;
}

#content {
	float: left;
	width: 500px;
	padding-left: 25px;
	background-color: #ffffff;
	
}

#sidebar {
	float: right;
	width: 200px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
}

#sidebar ul {
	padding: 0;
	list-style-type: circle;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#sidebar li {
	margin: 0;
	font-family: Verdana;
	color: #888888;
	font-weight: normal;
	font-size: 10pt;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}