@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
a {
	font-weight: bold;
	text-decoration: underline;
}
a:link, a:visited {
	color: #CC9933;
	text-decoration: none;
}
a:hover {
	color: #CC9933;
	text-decoration: underline;
}
body {
	background-color: #232323;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 10px;
}
#container {
	width: 950px;
	background-color:#333;
	position:relative;
	padding: 10px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main {
	margin-left: 192px;
	margin-top: 20px;
}
#header {
	height: 70px;
}
#header h1 {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: left;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	line-height: 1.7em;
}
.headertag {
	color: #CCC;
	font-size: 16px;
	text-transform:uppercase;
	font-variant:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#navcontainer {
	width: 767px;
	height: 17px;
	padding: 0px;
	margin: auto;
	background-color: #666;
	position: absolute;
	top: 80px;
	right: 10px;
	border: 1px #999 solid;
	overflow:hidden;
}
#nav {
	margin: 0px;
	width: 100%;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
}
#nav li {
	float: left;
	width: 140px;
	border-right: 1px #999 solid;
}
#nav li a {
	height: 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 10px;
	text-decoration: none;
}
#nav li a:link, #nav li a:visited {
	color: #fff;
	display: block;
	background:  url(images/nav-graphic.gif);
	padding: 2px 0 6px 21px;
}
#nav li a:hover {
	color: #fff;
	background:  url(images/nav-graphic.gif) 0 -40px;
}
#nav a:link#active, #nav a:visited#active {
	color: #fff;
	background:  url(images/nav-graphic.gif) 0 -40px;
}
.highlightcolor1 {
	background-color:#339933
}
.highlightcolor2 {
	background-color:#336699
}
.highlightcolor3 {
	background-color:#990000
}
.highlightcolor4 {
	background-color:#cc9933
}
.highlightcolor5 {
	background-color:#32004b
}
.highlightcolor6 {
	background-color:#603913
}
#sidephoto {
	width: 180px;
	height: 185px;
	position: absolute;
	top: 80px;
	left: 10px;
	border: 1px #999 solid;
	z-index: 1;
}
#footer {
	border: 1px #999 solid;
	background-color: #666;
	margin-top: 50px;
}
#footer p {
	font-size: 10px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align:center;
	line-height: 1.8em;
}
ul {
	padding-top: 8px;
	padding-left: 20px;
	font-size: 13px;
	list-style: square;
	margin: 0px;
	text-align: left;
	line-height: 1.4em;
	color: #fff;
}
p {
	padding-top: 8px;
	font-size: 13px;
	color: #fff;
	margin: 0px;
	text-align: left;
	line-height: 1.4em;
}
h2 {
	font-size: 24px;
	font-weight:normal;
	color: #fff;
	text-align: left;
	padding-top: 6px;
	margin: 0px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
}
.welcome {
	font-size: 36px;
	text-align:center;
	padding-top: 40px;
	padding-bottom: 20px;
	line-height:1.2em;
}
.welcometag {
	color: #CCC;
	font-size: 16px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6em;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #CCC;
	text-align: left;
	padding-top: 8px;
	margin: 0px;
	line-height: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-style: italic;
}
h4 {
	padding-top: 8px;
	font-size: 13px;
	color: #CCC;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	line-height: 1.6em;
}
.floatright {
	float: right;
	clear: none;
	margin-left: 10px;
	border: 1px #999 solid;
}
.fineprint {
	font-size: 10px;
	margin-bottom: 0px;
}
.center {
	text-align: center;
}
.axsencallout {
	color: #fff;
	background-color: #666;
	padding: 5px;
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 8px;
	border: 1px #999 solid;
}
