/* CSS by Jeff Biggs */

/* Constant Styles */
body {
	padding: 0px;
	margin: 0px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* Alignment Grid */
#wrapper {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}
#hdrwrapper {
	width: 748px;
	margin-left: 11px;
	margin-right: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#hdr {
	margin: 0px;
	padding: 0px;
	height: 184px;
	width: 748px;
	background-repeat: no-repeat;
}
#hdrb {
	margin: 0px;
	padding: 0px;
	height: 47px;
	background-repeat: no-repeat;
}

#content {
	margin-top: 0px;
	margin-right: 16px;
	margin-left: 11px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#sidebar {
	width: 238px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#sidebar a {
	color: white;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#copy {
	margin-left: 260px;
	margin-right: 0px;
	width: 450px;
	margin-top: 0px;
	height: 350px;
}

                     
#copy a:link, #copy a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

                     
#copy a:hover, #copy a:active {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-decoration: underline;
}

/* Main Navigation */
#nav {
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	height: 15px;
	text-align: right;
	font-size: 0.8em;
	margin: 0px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #333333;
}
#nav a {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #999999;
}
#nav a:hover   {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FEA926;
}
#nav .current {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FEA926;
}

/* Blue Page Styles */
#bluePage {
	background-image: url(../images/bg-blue.jpg);
	background-repeat: repeat-y;
	color: #CCCCCC;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#bluePage #hdr {
	background-image: url(../images/hdr-blue.jpg);
}
#bluePage #hdrb {
	background-image: url(../images/hdr-blue-b.jpg);
}
#bluePage #sidebar a {
	color: white;
}

/* Yellow Page Styles */
#yellowPage {
	background-image: url(../images/bg-yellow.jpg);
	background-repeat: repeat-y;
	color: #333333;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin: 0px;
	padding: 0px;
}
#yellowPage #hdr {
	background-image: url(../images/hdr-yellow.jpg);
}
#yellowPage #hdrb {
	background-image: url(../images/hdr-yellow-b.jpg);
}
#yellowPage #sidebar a {
	color: white;
}

/* seagreen "green" Page Styles */
#greenPage {
	background-image: url(../images/bg-seagreen.jpg);
	background-repeat: repeat-y;
	color: #cccccc;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#greenPage #hdr {
	background-image: url(../images/hdr-seagreen.jpg);
}
#greenPage #hdrb {
	background-image: url(../images/hdr-seagreen-b.jpg);
}
#greenPage #sidebar a {
	color: white;
}

/* Purple Page Styles */
#purplePage {
	background-image: url(../images/bg-purple.jpg);
	background-repeat: repeat-y;
	color: #CCCCCC;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#purplePage #hdr {
	background-image: url(../images/hdr-purple.jpg);
}
#purplePage #hdrb {
	background-image: url(../images/hdr-purple-b.jpg);
}
#purplePage #sidebar a {
	color: white;
}

/* Red Page Styles */
#redPage {
	background-image: url(../images/BG-red.jpg);
	background-repeat: repeat-y;
	color: #CCCCCC;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#redPage #hdr {
	background-image: url(../images/hdr-red.jpg);
}
#redPage #hdrb {
	background-image: url(../images/hdr-red-b.jpg);
}
#redPage #sidebar a {
	color: white;
}

/* Text Properties */
#copy h1 {
	font-size: 2em;
	margin: 0px;
	padding-top: .5em;
	padding-bottom: .25em;
}
#copy p {
	font-size: 1em;
	margin: 0px;
	padding-top: .25em;
	padding-bottom: 1em;
	padding-left: 2em;
}
#ftr {
	line-height: 1.75em;
	font-size: 0.75em;
	width: 708px;
	margin-right: 16px;
	margin-left: 11px;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 1em;
	padding-right: 20px;
	padding-bottom: 1em;
	padding-left: 20px;
	border-top-width: thin;
	border-top-style: dotted;
	text-align: center;
}
#ftr a:link, #ftr a:visited {
	text-decoration: none;
	color: #404040;
}
#ftr a:hover {
	text-decoration: underline;
}

