/* reset all browser settings */

* {
	border: solid #999 0;
	color: #eee;
	font: normal 0.975em "Trebuchet MS", Verdana, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	text-decoration: none;
	padding: 0;
}

/* general layout */
html,
body {
	text-align: center;
}

body {
	background: #282828;
	text-align: center;
}

#wrapper {
	background: #090909;
	border-width: 1px;
	height: 710px;
	left: 50%;
	margin: 12px;
	margin-left: -400px;
	position: relative;
	text-align: left;
	width: 800px;
}


*+html #wrapper{
	margin-right: 810px;
}

* html #wrapper {
	left: 0;
	margin-left: auto;
}

#header {
	height: 110px;
}

#header #randomimg {
	border-style: solid;
	border-width: 1px;
	margin: 5px;
	float: right;
}

a {
	color: #2c66bf;
	font-style: inherit;
	font-weight: inherit;
}

a:hover {
	text-decoration: underline;
}

#navbar {
	background: transparent url("../gfx/naviBg.png") repeat-x;
	height: 50px;
}

#navbar ul,
#navbar li,
#navbar a {
 	float: left;
}

#navbar li {
	display: inline;
}

#navbar a {
	color: #ccc;
	letter-spacing: 0px;
	line-height: 50px;
	overflow: hidden;
	padding: 0 2.7em;
	text-transform: uppercase;
	font-size: 1.1em;
}

#navbar a:hover,
#navbar a:focus,
#navbar a.active:hover,
#navbar a.active:focus {
	background: transparent url("../gfx/naviBgHover.png") repeat-x;
	color: #eee;
	text-decoration: none;
}

#navbar a.active {
	color: #373abf;
}

#content .wide {
	height: 520px;
	overflow: auto;
	padding: 15px;
}

* html #content .wide {
	height: 550px;
}

#content .middle {
	padding: 15px;
	width: 500px;
}

#content .wide .middle {
	padding: 5px;
}

#content .small {
	background: transparent url("../gfx/smallBg.png") repeat-x top;
	width: 255px;
}

#content .nobg {
	background: none;
	border-style: dotted;
	border-width: 1px;
	width: 200px;
}

#content .left,
#header .left {
	float: left;
}

#content .right {
	float: right;
}

#content .middle h2,
#content .wide h2 {
	clear: both;
	border-bottom-width: 1px;
	color: #2c66bf;
	font-size: 1.2em;
	margin: 8px 0;
}

#content .middle h3,
#content .wide h3 {
	clear: both;
	color: #2c66bf;
	font-size: 1.0em;
	font-weight: bold;
	margin: 8px 0;
}

#content .middle p,
#content .wide p {
	margin: 7px 1px;
}

#content .small address {
	margin: 4px;
	padding: 6px;
	font-style: italic;
}

#content .middle .date,
#content .wide .date {
	font-size: 0.7em;
	margin: 1em;
}

#content .small h2 {
	border-bottom-width: 1px;
	font-size: 1.1em;
	margin: 0.55em 0 0.6em 0;
	padding: 0.5em;
}

#content .small h3 {
	color: #2c66bf;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0.5em;
}

#content .small .h3 {
	display: block;
	color: #2c66bf;
}

#content .small .block,
#content .middle .block {
	border-style: dotted;
	border-width: 1px;
	display: block;
	margin: 4px;
	padding: 6px;
}

#content .middle .block li {
	background: #aaa;
	display: inline;
	line-height: 22px;
	padding: 0.45em;
}

#content .wide ul,
#content .middle ul {
	margin: 10px 20px;
}

#content .wide ul li,
#content .middle ul li {
	list-style-type: square;
}

#content .smallText {
	font-size: 0.8em;
}

#content input,
#content textarea {
	background: #2c66bf;
	border-width: 1px;
	padding: 0.2em;
}

#content input.large {
	width: 99%;
}

#content textarea.large {
	height: 200px;
	width: 99%;
}

#content textarea.middle {
	padding: 0.1em;
	height: 75px;
	width: 99%;
}

#content fieldset {
	display: block;
	margin: 0.5em;
}

#content label {
	display: block;
	margin: 0.3em 0;
}

#content strong {
	color: inherit;
	font-style: inherit;
	font-weight: 900;
	text-decoration: none;
}

#content em {
	color: inherit;
	font-style: italic;
	font-weight: inherit;
	text-decoration: inherit;
}

#content .underline {
	color: inherit;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: underline;
}

#content .center {
	display: block;
	text-align: center;
}

#content .error {
	background: #904;
	border-style: dotted;
	border-width: 1px;
	display: block;
	margin: 5px;
	padding: 2px;
}

#content .error p {
	margin: -1px;
	padding: 0;
}

#footer {
	clear: both;
}