@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; background: red;}

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

A.linkSet3:link {text-decoration: none; color: red;}
A.linkSet3:visited {text-decoration: none; color: red;}
A.linkSet3:active {text-decoration: none; color: red;}
A.linkSet3: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: white; background-color: red; text-decoration:underline;}

#copyWrapper{
	width: 710px;
	margin: 25px 0px 0px 25px;
	
	/*padding: 10px 25px 0px 25px;*/
	background-image: url(images/copyBg.png);
	background-repeat: repeat-y;		
	filter: alpha(opacity=62);
	-moz-opacity:0.62;
}

#copy{
	padding: 29px 50px 25px 110px;
	color: black;
	/*width: 660px;*/
	min-height:320px;
	text-align:left;
}
