/* Helper Styles
--------------------------------------------- */
* { margin: 0px; padding: 0px; }
img { border: none; }
.hide { display: none; }

/* Structure
--------------------------------------------- */
html, body {
	height: 100%;

	background: #000000 url('../design/websiteBG.png') repeat-x;
}

#container {
	width: 100%;
	height: 100%;
}

/* Navigation
--------------------------------------------- */
#navigation {
	width: 100%;
	height: 20px;

	padding-top: 3px;
}

#navigation a {
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;

	color: #aaaaaa;

	margin-left: 20px;
}

#navigation a:hover {
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;

	color: #eeeeee;

	margin-left: 20px;
}

#navigation a.current {
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;

	color: #ffffff;

	margin-left: 20px;
}

/* Header
--------------------------------------------- */
#header {
	width: 100%;
	min-width: 650px;
	height: 200px;

	background: #ffffff url('../design/headerBG.png');
}

#offset {
	padding-top: 25px;
}

/* Content
--------------------------------------------- */
#content {
	width: 700px;

	background: url('../design/contentBG.png') no-repeat;
	/*border-left: solid 1px #404040;
	border-right: solid 1px #404040;*/

	margin-left: auto;
	margin-right: auto;

	overflow: hidden;
}

#content p {
	padding: 10px;
}

#content h1 {
	text-align: center;
	font-size: 22px;

	padding-top: 10px;
}

#content h2 {
	text-align: center;
	font-size: 18px;

	padding-top: 10px;
}

#content h3 {
	text-align: left;
	font-size: 15px;
}

#content_min_height {
	width: 1px;
	height: 500px;
	float: right;
}

#content ul {
	margin-left: 50px;
}

#content dl {
	margin-left: 30px;
}

#content table {
	padding: 10px;
}

#content iframe {
	width: 679px;
	height: 500px;

	border: none;

	padding: 10px;
}

/* Footer
--------------------------------------------- */
#footer {
	width: 700px;
	height: 50px;

	background-image: url('../design/footerBG.png');

	text-align: center;

	padding-top: 20px;

	margin-left: auto;
	margin-right: auto;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Typography
--------------------------------------------- */
* { color: white; font-family: arial; font-size: 17px; }

.resource {
	height: 28px;
	font-size: 18px;
	text-decoration: none;
	vertical-align: 8px;
}

.resource:hover {
	text-decoration: underline;
}

/* Lists, Definitions, Etc
--------------------------------------------- */


/* Input
--------------------------------------------- */
button {
	color: #000000;
}

input {
	color: #000000;
}
