/*<![CDATA[*/
/*overall styles*/
* {
	margin:0;
}
body {
	background-color: white;
	font-family: courier,verdana;
	font-size: 13px;
	color: #333;
	background: url(images/background.jpg) 0 0 fixed;
}
img {
	border:none;
	margin-left: -15px;
}

/*general text styles*/
p {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
}
h1 {
	font-weight: normal;
	font-family: impact,arial,verdana;
	font-size: 80px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #c36;
}
h2 {
	font-family: impact, helvetica, arial;
	font-weight: normal;
	font-size: 60px;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height:60px;
	color: #333;
}
h3 {
	font-weight: normal;
	font-family: impact, helvetica, arial;
	font-size: 25px;
	margin: 0px;
	color: #993;
}
h4 {
	font-weight: normal;
	font-family: impact, helvetica, arial;
	margin-top: 0px;
	font-size: 16px;
	color: #666;
}
a {
	text-decoration: none;
	color:#c36; 
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#000;
}
#outer {
	width:800px;
	background: #468 url(images/content.jpg) 0 0 fixed;
	float: left;
	margin-left:50px;
}
#container {
	padding:15px;
}
#header {
	margin-top:-25px;
	position:relative;
}
#nav {
	background: #468 url(images/contentside.jpg) 0 0 fixed;
	width: 180px;
	padding:0px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	float: right;
	position: relative;
	margin-left:10px;
	margin-right:-15px;
	margin-top:0px;
	display:block;
}
#nav ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	font-size: 11px;
	border-bottom: 1px solid #666;
}
#nav h4 {
	font-size: 16px;
	color: #333;
	padding-left:5px;
}
#nav p {
	font-weight: bold;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:5px;
}
#nav li{
	position: relative;
	padding-top: 10px;
	padding-left:5px;
	font-family: impact, helvetica, arial;
	font-size: 18px;
	border-top: 1px solid #666;
}
#nav li:hover { 
	background: #468 url(images/contenthover.jpg) 0 0 fixed;
}
#nav li:hover a { 
	color: white;
}
#main {
}
.sideitem {
	width: 180px;
	padding:5px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	float: right;
	position: relative;
	margin-left:20px;
	margin-right:-15px;
	margin-top:-6px;
	display:block;
}
.leftitem {
	width: 450px;
	position: relative;
	left: 300px;
	padding:0px;
	display:block;
}
.line {
	height: 15px;
}
.maintype {
}
.maintype h1 {
	margin-top: -5px;
	font-size: 15px;
}
.maintype a:link {
	color: #996;
}
.maintype a:hover {
	color: black;
}
#footer {
	clear:both;
	border-top: 1px solid #ccc;
}
#footer p {
	margin-right:5px;
	font-size: .75em;
	float:right;
}
.last {
	margin: 0;
	color: black;
	font-weight: bold;
}
.first {
	margin: 0px;
}
.note {
	font-size: .75em;
	margin-top: 0;
	color: #c30;
	font-family: verdana;
}
.clearing {
	height: 0px;
	clear: right;
}
.right {
	float:right;
}
.switch {
	margin-top: 0px;
	font-size: .75em;
	font-family: verdana, arial, helvetica;
	float:right;
}
/*]]>*/
