/* ------------------------------------------------------------------
    UndoHTML (undohtml.css)
     (CC) 2004 Tantek Celik. Some Rights Reserved.
    http://creativecommons.org/licenses/by/2.0
    This style sheet is licensed under a Creative Commons License.
   ------------------------------------------------------------------ */

:link,:visited { text-decoration:none }
ul,ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; }

/* ---  End UndoHTML  --- */

body {
	background-color: #7e8080;
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	height: 100%;
	min-height: 100%;
	min-width: 550px;
	background-image: url(_images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 1px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#container {
	width: 670px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	padding-left: 37px;
	-padding-left: 73px;
}

#leftContainer {
	width: 150px;
	float: left;
	position: relative;
	overflow: hidden;
}
#rightContainer {
	width: 320px;
	float: right;
	margin-right: 67px;
	-margin-right: 24px;
	overflow: hidden;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

/* --- Header --- */

#rightContainer #lheader {
}

#leftContainer #rheader {
	padding-top: 1px;
}

#rightContainer #rheader h1{
	width: 308px;
	height: 96px;
	text-indent: -99999px;
	background-image: url(_images/rheader-h1.jpg);
	background-repeat: no-repeat;
}

#rightContainer #rheader h2{
	width: 308px;
	height: 24px;
	text-indent: -99999px;
	background-image: url(_images/rheader-h2.jpg);
	background-repeat: no-repeat;
}

#leftContainer #lheader #picture{
	width: 134px;
	height: 95px;
	text-indent: -99999px;
	background-image: url(_images/lheader-h1.jpg);
	background-repeat: no-repeat;
}

#leftContainer #lheader #control{
	width: 134px;
	height: 23px;
	background-image: url(_images/lheader-h2.jpg);
	background-repeat: no-repeat;
}

#leftContainer #lheader #controls{
	width: 134px;
	height: 23px;
	text-indent: -9999px;
	background-image: url(_images/lheader-h2.jpg);
	background-repeat: no-repeat;
}

/* --- Menu --- */
#menu h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 6px 3px 3px 3px;
}

#menu #credits {
	margin-bottom: 20px;
}

#menu #credits li {
	background-color: #FFFFFF;
	margin: 3px 3px 3px 6px;
}

#menu #menul {
	margin-bottom: 20px;
}

#menu #menul li {
	margin: 0px;
	margin-bottom: 2px;
}

#menu #menul li:hover {
	background-color: #a7a7a7;
}

#menu #menul li a {
	margin: 3px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu #menul li a:hover {
	text-decoration: none;
	-text-decoration: underline;
}

/* --- Content --- */
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 6px 3px 3px 3px;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 6px 3px 3px 3px;
}

#content p {
	margin: 3px;
	font-size: 12px;
}

#content address {
	margin: 3px;
	font-size: 12px;
}

#content a {
	font-style: italic;
}

#content ul {
	margin: 6px;
}

#content #loader {
	margin: 6px;
}

#content .ulist {
	margin-left: 12px;
	font-size: 12px;
	list-style-type: circle;
}

#content .ulist li {
	margin-left: 10px;
	list-style-type: circle;
}

#content #horz {
	margin: 0 auto;
	text-align: center;
	background-color: #a7a7a7;
	width: 295px;
	height: 45px;
	border: 1px solid #000000;
}

#content #horz li {
	display: inline;
	margin: 1px;
	padding: 1px;
	padding-right: 5px;
	-padding-right: 1px;
	border-right: #000000 1px solid;
}

#content #horz li.last {
	border-right: 0px;
}

#content #horz li span {
	cursor: pointer;
}

#content #horz li span:hover {
	border-bottom: 1px solid #000000;
}
