/*Props to bluerobot.com for some of the wonderful styles used below. You rock!*/

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	font-size:12px;
	background-color:white;
	background-attachment: scroll;
	background-image: url(images/bkgd_stripe.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
h1 {
	font-family:"Gill Sans",futura,verdana, arial, helvetica, sans-serif;
	margin:0px 0px -19px -4px;/*margin and padding order is top, right, bottom, left*/
	padding:0px;
	font-size:50px;
	line-height:50px;
	font-weight:900;
	color:#EEEFEA;
	min-width:500px;/*minimum width works in Netscape only--Mac and PC*/
	}
p {
	font:12px/16px "Gill Sans", "Trebuchet MS", geneva, verdana, arial, helvetica, sans-serif;
	/*padding:0px 0px 0px 0px;margin and padding order is top, right, bottom, left*/
	margin:0px 0px 8px 0px;
	}
/*#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}*/

#leftCol p {
	font:10px/14px "Gill Sans", geneva, verdana, arial, helvetica, sans-serif;
	}
	
.intro {
	font-family: "Gill Sans", geneva, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}
	
.warning {
	color: #666666;
	font-weight: bold;
	}		

a {
	color: #8DA65A;
	font-weight: bold;
}
	a:link {
	color:#8DA65A;
	font-weight: bold;
}
	a:visited {color:#999999;}
	a:hover {background-color:#ffc;
	}

/*alternate link styles
a.stylename {font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: bold;color: #666600;font-size: 10px;}
	a.stylename:visited {color:#09c;}
	a.stylename:hover {color:#09c;text-decoration: underline;}
	a.stylename:active {color:#09c;}
	}*/


.topBanners {

margin-top: 0px;
margin-bottom: -3px;
margin-left: 0px;
margin-right: 0px;
}


#Content {
	margin:0px 50px 50px 180px;/*margin and padding order is top, right, bottom, left*/
	padding:10px;
	}

#leftCol {
	/*background:#c63;*/
	position:absolute;
	top:247px;
	left:0px;
	width:170px;/* correct width of 150px + left padding 10px + right padding 10px + 0px left and right borders = 170px*/
	padding:10px;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#leftCol {width:150px;
	}


.colContent {
	border-top:1px dashed #999;	
	text-align:right;
	padding:13px 0px 10px 0px;
	}



	
#intro {
	position:absolute;
	top:160px;
	left:338px;
	width:500px;/* correct width of 300px + left padding 10px + right padding 10px + 0px left and right borders = 320px*/
	padding:10px;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:500px;
	}
/* Again, "be nice to Opera 5". */
body>#intro {width:500px;}

/*margin and padding order is top, right, bottom, left
		margin:5px 0px 0px 15px;		
		padding:5px 0px 10px 20px;*/

