﻿/*BEGIN RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*END RESET */




html, body {margin: 0; padding: 0; border: 0;}

body 
{
color: #000; 
background: #FFF url(../images/bg.gif) repeat-x fixed top;
font-family: verdana, sans-serif; 
font-size: 80%; 
text-align: center;
margin: 0 0;
}

.left{text-align:left;}
.indent{text-indent:5px;}
.regularList
{
	text-align:left;
	list-style-type:square;
	list-style-position:outside;
	padding-left:25px;
}

h2 {font-size: 1.2em; font-weight:bold; text-align: center; padding: 10px;}

.clear { clear: both; }

a {text-decoration: underline; font-weight: bold; color: #000;}

.alignright {margin-top: 0; text-align: right;}

.small {font-size: .9em;}
* html {
	width: 100%;
}
#imgHeader
{
	float:left;
	margin-left:-40px;
	position: relative;
}

.fixed
{
	margin: 0 auto;
	width:820px;
}

/*____________________________STRUCTURE______________________________*/
.wrapper {
	margin: 0 auto;
	padding:0px;
	width: 820px;
	text-align: left;
	border: 0px solid #000;
	z-index:1;
}

.content
{
	padding:0;
	margin:0;
}

.float-left
{
	width:186px;
	float:left;
	margin:0;
	padding:0;
}

.float-wrap {
	float: right;
	width: 630px;
	margin:0px;
}

.wide {
	width: 100%; 
	border: 2px solid #000;
	font-size: 1.4em;
	font-weight: bold;
}

.wide p {padding: 5px;}

.top 
{
	margin:0 0 0 auto;
	height:125px;
	padding:0;
	border-bottom: solid 1px black;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	background:#4B4C3C;
	min-width:820px;
}
.top p
{
	color:White;
	padding: 20px 0 0 15px;
	font-style:italic;
	font-weight:bold;
	font-size:1em;
}
#copyright
{
	text-align:left;
}
.bottom
{
	min-width:820px;
}

/****************MENU***********************/
.leftUnitBlock
{
	display:block;
	text-align:center;
	font-size:70%;
	width:180px;
	margin: 20px 1px 10px 1px; 
	background-color: #edebeb;
	background-image:url(../images/divbg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border:solid 2px #C1C1C1;
}
.leftUnitBlock p
{
	padding:5px 10px 5px 10px;
}

#navcontainer
{
	font-size:90%;
	margin: 15px 2px 10px 0px;
	padding: 10px 9px 0px 9px;
}
#navlist
{
padding: 0 0px 1px;
margin-left: 0;
font-weight: bold;
}

#navlist li
{
list-style: none;
margin: 0px;
background-image: url(../images/menubg.gif);
background-position:center bottom;
background-repeat:no-repeat;
}


#navlist li a
{
display: block;
height:18px;
padding: 0;
text-decoration: none;
text-align:center;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #000; }


#navlist li a:hover
{
color: #821613;
}


/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {
border-bottom: 1px solid transparent;
}

