
html {
min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {color: #993333;}
a:hover {color: #06C;}

body {
	background: #E7E7E2 url('../images/BG.gif');
	background-repeat:repeat;

	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 32px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #555; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	/*border: 2px solid #D7D7D2;
	/*background: #FFF;*/
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
	-moz-opacity:.85;
	opacity:.85;
	filter:alpha(opacity=85);
}

.outer-container {
	/*background: url('../images/container.jpg') no-repeat center bottom;*/
	padding-bottom: 64px;
}

/* header & title */
.header {
	background: /*#FAFAFA*/ url('../images/header.gif') no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #666666;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
	width:756px;
	height:18px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #cc9999;
	text-decoration: underline;
}
.pathleft {
	float:left;
}
.pathright {
	float:right;
}

/* main */
.main {
	background: url(../images/main.jpg) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 538px;
}
.content .descr {
	color: #555;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* navigation */
.navigation {
	float: left;
	width: 210px;
}
.navigation h2 {
	color: #666666;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #cca3a3;
}
.navigation li {
border-bottom: 1px solid #cca3a3;
padding-left:25px;
}
.navigation li a {
	font-size: 1.1em;
	color: #666;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #cc9999;
	color: #fff;	
}

.navcurrent {
background-color:#CCCCCC;
font-size: 1.1em;
	color: #666;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

/* footer */
.footer {
	background: #666;
	color: #999;
	font:  1em sans-serif;
	margin-top: 5px;
	padding: 5px 0px;
	tet-align:center;
}
.footer a {
	color:#CCCCCC;
	text-decoration: none;
}
.footer a:hover {color: #FFF;}

.floatRight {
float:right;
}

.floatLeft {
float:left;
}

.formEntry
{
float:none;
}

.formText
{
float:left;
width:150px;
text-align:right;
padding: 0px 10px 0px 10px;
line-height:30px;
font-size:1em;
}

.formText p
{
padding: 10px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.formField
{
float:left;
width:200px;
text-align:left;
line-height:30px;
font-size:1em;
}

.formField p
{
padding: 12px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.requiredField
{
color:#993333;
}

.registered
{
font-size:.75em;
font-family: Arial, Helvetica, sans-serif;
}

.copyright
{
position:relative;
float: left;
width: 210px;
text-align:center;
left:0px;
color:#CCCCCC;
}

.newsblock
{
position:relative;
display:block;
float:right;
top:0;
right:25px;
font-size:0.75em;
height:75px;
}

/* the news box */
#news
{
	width:400px;
	background:#EEE;
	color: #444;
}
#news a
{
	color:#993333;
}

#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:2em;
	font-size:1.5em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:75px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:50px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

.sitemap 
{
	font-size:1.25em;
}

.sitemap p 
{
	padding: 7px;
	spacing: 0px;
}

.sitemap ul 
{
	margin:0px;
	padding:0px;
	font-size:1em;
	list-style: none;
}