/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	vertical-align: baseline;
	background: transparent;
}

/* Tags */
html {
	font-size: 0.6875em;
}

body {
	background: #131313;
}

body.sitesingle {
	height: 100%;
	background: url(images/backing-ajz3.jpg) repeat top left;
}

input, textarea, select {
	font-size: inherit;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: inherit;
	z-index: 15;
	max-width: 99%;
}

textarea.large {
	width: 450px;
	height: 110px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 16.5px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 6px;
}

h3 {
	font-size: 12.86px;
	font-weight: bold;
	margin-bottom: 4px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}

em, h5, h6 {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
	display: inline;
}

.s, h6 {
	font-size: 10px;
}

hr {
	border: 1px solid #606080;
}

ul {
	padding-left: 15px;
}

ul ul {
	padding-left: 25px;
}

th {
	white-space: nowrap;
}

td {
	vertical-align: top;
}

p {
	margin-top: 10px;
}

a {
	color: #555555;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

u {
	text-decoration: underline;
}

a:hover {
	color: #58525B;
	text-decoration: none;
}

a:visited {
	color: #660099;
	text-decoration: underline;
}

a:active {
	color: #78727B;
	text-decoration: none;
}
/* END */

/* Wide Containers */
#sitesingle {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0 4px 4px 4px;
}

#topwide .sitecolumn {
	min-height: 10px;
	height: auto !important;
	height: 10px;
}

#topwide, #contentwide {
	background: #4455AA;
}

#headerwide {
	border-top: 1px #E4E4E4 solid;
	border-bottom: 1px #E4E4E4 solid;
	z-index: 55;
}

#headerwide .sitecolumn, #footerwide .sitecolumn {
	border-left: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	background: #151515 none;
	color: #F5F5F5;
	z-index: 50;
}

#footerwide {
	border-top: 1px #E4E4E4 solid;
	min-height: 120px;
	height: auto !important;
	height: 120px;
}
/* END */

/* Column Containers */
.sitecolumn {
	min-width: 800px;
	max-width: 85%;
	margin: 0 auto;
	padding: 4px 6px;
	background: url(images/backing-ajz3.jpg) repeat top left;
	border-left: 1px solid #6A6A6A;
	border-right: 1px solid #6A6A6A;
}

#footerwide .sitecolumn {
	border-bottom: 1px solid #1A1A1A;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}
/* END */

/* Content Containers */
#contentwide .content, #sitesingle .content {
	background: #E1E1E0;
	border: 1px solid #6A6A6A;
	margin-top: 4px;
}

.content {
	padding: 4px 6px;
}

.contentmain {
	margin-right: 354px !important;
}

.contentside {
	width: 336px;
	float: right;
	clear: right;
}
/* END */

/* Menu */
#menulist, #menulist ul {
	list-style: none;
	padding: 0;
	cursor: pointer;
}

#menulist li#firstitem {
	background-image: none;
}

#menulist li {
	float: left;
	background: url(images/level1-spacer.gif) no-repeat left center;
	padding: 4px 0 4px 3px;
}

#menulist li:hover a span {
	background: #404040;
}

#menulist li:hover ul {
	visibility: visible;
}

#menulist li a {
	color: #131313;
	text-decoration: none;
}

#menulist li a span, #menulist li a:visited span {
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #F5F5F5;
}

#menulist li ul {
	visibility: hidden;
	width: 200px;
	position: absolute;
	left: 4px;
	top: 32px;
	line-height: 21px;
	z-index: 50;
}

#menulist li ul li {
	display: block;
	width: 200px;
	padding: 2px 5px;
	color: #131313;
	background: #C0C0C0;
	border: 1px solid #474747;
	border-top: none;
	z-index: 50;
}

#menulist li ul li:hover {
	background: #DDDDDD;
	color: #2222DD;
}

#menulist li ul li.submenutitle {
	font-weight: bold;
	color: #EEEEEE;
	background: #232323;
}
#menulist li ul li.submenutitle:hover {
	color: #EEEEEE;
	background: #323232;
}
/* END */

/* float encapsulation model */
.fltm, .sitecolumn:after, #links:after, #menu:after, #menulist li ul:after {
	content: "\00A0";
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
/* END */

/* Footer */
#links2 {
	width: 117px;
	position: absolute;
	right: 0;
}

#links2 img {
	margin: 1px;
	float: left;
	clear: left;
}

#linfoxpic {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0;
}

#footerwide a, #footerwide a:visited {
	color: #F5F5F5;
	text-decoration: none;
}
/* END */

/* Error and alert boxes */
.sitee, #siteerrors:before {
	content: "Site Errors:";
	color: #FF4545;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
}

#siteerrors, #siteerrors2 {
	border: 2px solid #FFCCCC;
	background: #FFF0F0;
}

#siteerrors2 {
	margin-top: 4px;
}

#siteannounce {
	border: 2px solid #FFEEAC;
	background: #FFFFF8;
}
/* END */

/* Bits */
.in1 {
	margin-top: 0;
	margin-left: 15px;
}

.top1 {
	margin-top: 10px;
}

.red {
	color: #FF0000;
	font-weight: bold;
}

.bad {
	color: #F00000;
}
	
.ok {
	color: #00C000;
}

.warn {
	color: #F08000;
}

.link {
	cursor: pointer;
	text-decoration: underline;
}

/* END */