html {
}

body {
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}

p {
	color: #AAAAAA;
	font: 10pt/14pt "Lucida Grande", arial, sans-serif;
	text-align: justify;
}

h2 {
	color: #FFFFFF;
	font: 14pt/18pt "Lucida Grande", arial, sans-serif;
	text-align: right;
	margin-bottom: 0;
}

h3 {
	color: #FFFFFF;
	font: 14pt/18pt "Lucida Grande", arial, sans-serif;
	text-align: left;
	margin-bottom: 0;
}

ol {
	color: #AAAAAA;
	font: 10pt/14pt "Lucida Grande", arial, sans-serif;
	text-align: justify;
	margin: 0;
	margin-left: 3em;
	padding: 0;
	/*list-style-position: inside;*/
}

ul {
	color: #AAAAAA;
	font: 10pt/14pt "Lucida Grande", arial, sans-serif;
	text-align: justify;
	margin: 0;
	margin-left: 3em;
	padding: 0;
}

a {
	color: #FFFFFF;
	border-bottom: 1px dashed #FF0000;
	text-decoration: none;
}

a:hover {
	background-color: #500000;
	/*background: transparent url(images/linksbg.gif) 0 0;*/
	border-bottom: none;
}

a.a_none, a:hover.a_none {
	color: none;
	text-decoration: none;
	background-color: transparent;
	border: 0;
}

hr {
	height: 1px;
	color: #FF0000;
	background-color: #FF0000;
	border: 0px;
	width: 600px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background: transparent;
	text-align: left;
}

#title {
	background: transparent;
	padding: 0 100px 0 100px;
	top: 0px;
	position: relative;
}

#toppanel {
	margin: 0;
	padding: 0;
	background: transparent url(images/navigationbg.gif) repeat-x 0 0;
	height: 50px;
	position: relative;
	border: 1px solid transparent;
	top: -1px;
}

#navigation {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	height: 20px;
	color: #FFFFFF;
}

#navigation span {
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	text-align: center;
	padding: 0;
}

#navigation li {	
	display: inline;
	margin: 0 0.4em 0 0.4em;
}

#navigation a {
	font: 10pt/10pt "Lucida Grande", arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;	
	padding: 0.5em 0.5em 0.2em 0.5em;
	background: #AA0000;
	text-decoration: none;
	display: inline;
	opacity: 0.8;
	filter: alpha(opacity=80);
	zoom: 1;
}

#navigation a:hover {
	background-color: #FF0000;
}

/* Alert */

#alert {
	background: #300000;
	border: 1px solid #FF0000;
	padding: 0px 10px 0px 10px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 20px;
}

#alert h2 {
	text-align: left;
}

/* Content */

#content {
	background: transparent;
	position: relative;
}

#content p {
	padding: 0 100px 0 100px;
}

#content h2 {
	padding: 0 100px 0 100px;
}

#content h3 {
	padding: 0 100px 0 100px;
}

#content ol {
	padding: 0 100px 0 100px;
}

#content ul {
	padding: 0 100px 0 100px;
}

.headingimage {
	
}

.content-right {
	float: right;
	margin: 0px 0px 10px 10px;
}

.content-left {
	float: left;
	margin: 0 10px 10px 0;
	display: block;
}

/* Sidebar */

#sidebar {
	width: 200px;
	z-index: 10;
	float: right;
	margin: 0px 0px -35px 20px;
	display: block;
	position: relative;
}

#sidebar p {
	padding: 0;
	font: 10pt/13pt "Lucida Grande", arial, sans-serif;
	text-align: left;
}

#sidebar h2 {
	padding: 0;
}

#sidebar h3 {
	font: 10pt/14pt "Lucida Grande", arial, sans-serif;
	padding: 0;
}

.sidebarimg {
	border: 0;
}

#topcurves {
	background: transparent url(images/topcurves.gif) no-repeat 0 0;
	z-index: 20;
	position: relative;
	height: 25px;
}

#sidebar-content {
	background: transparent;
	z-index: 30;
	padding: 0 8px 0 8px;
	background: transparent url(images/sidebarborder.gif) repeat-y 0 0;
	position: relative;
	top: -20px;
}

#bottomcurves {
	background: transparent url(images/bottomcurves.gif) no-repeat;
	background-position:
	z-index: 20;
	position: relative;
	height: 25px;
	top: -40px;
}

/* Footer */

#footer {
	position: relative;
	margin-top: 0px;
	height: 40px;
	overflow: hidden;
	background: transparent url(images/footerbg.gif) repeat-x 0 0;
	text-align: center;
	width: 100%;
}

#short-footer {
	position: absolute;
	margin-top: -40px;
	height: 40px;
	overflow: hidden;
	background: transparent url(images/footerbg.gif) repeat-x 0 0;
	text-align: center;
	width: 100%;
	top: 100%;
	left: 0;
}

#footer p, #short-footer p {
	text-align: center;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	height: 18px;
	margin-top: 22px;
	margin-bottom: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

#footer span, #short-footer span {
	background-color: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	zoom: 1;
	padding: 1px 1em 3px 1em;
}
