@charset "utf-8";
/* CSS Document written by C Wylie Misselhorn, cwylie@misselhornmedia.com */

body {
	background-color: #F8991D;
	background-image: url(images/bg2.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height: 18pt;
	color:white;
	text-align: left;	
}

A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: #cccccc;}
A:active {text-decoration: none; color: red;}
A:hover {text-decoration: none; color: white;}

A.linkSet2:link {text-decoration: none; color: red;}
A.linkSet2:visited {text-decoration: none; color: red;}
A.linkSet2:active {text-decoration: none; color: red;}
A.linkSet2:hover {text-decoration: none; color: orange;}

img { border: 0; }

#center {width: 760px; margin: 0 auto; }
	
#top{
	width: 760px;
	height: 102px;
}

#nav{
	width: 760px;
	text-align:center;
	word-spacing: 30px;
	background-color: #cc5500;
	filter: alpha(opacity=62);
	-moz-opacity:0.62;
}

h1{color: #F8991D; font-size:30px; line-height: 30pt;}
h2{color: red; font-size:16px; line-height: 20pt;}
h3{color: black; font-size: 20px; text-decoration:underline; text-align:center}

#copyWrapper{
	width: 710px;
	margin: 0px 0px 0px 25px;
	
	/*padding: 10px 25px 0px 25px;*/
		
	filter: alpha(opacity=62);
	-moz-opacity:0.62;
}

#copyTop{
	width: 710px;
	margin-top:15px;
	background-image: url(images/topBg.png);
	background-repeat: no-repeat;
	height: 40px;
}

#copyBottom{
	width: 710px;
	margin: 0px 0px 0px 25px;
	background-image: url(images/bottomBg.png);
	background-repeat: no-repeat;	
	height: 40px;
	filter: alpha(opacity=62);
	-moz-opacity:0.62;
}

#copy{
	padding: 29px 110px 29px 110px;
	color: black;
	/*width: 660px;*/
	background-color: white;
	background-image: url(images/copyBg.jpg);
	background-repeat: no-repeat;	
	min-height:320px;
	text-align:left;
}



