* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../img/back.gif);
	font-size: small;
}
a:link {
	text-decoration: none;
	color: #3366CC;
}

a:visited {
	text-decoration: none;
	color: #3366CC;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #3366CC;
}
#main {
	height: auto;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #669966;
	border-left-color: #669966;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../img/backleft.gif);
	background-repeat: repeat-y;
}

#heada {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	height: 78px;
	width: 800px;
	text-indent: -999em;
}
#main #wrapper #left {
	width: 209px;
	float: left;
	background-color: #c2ebc2;
}
#main #wrapper #right {
	float: right;
	width: 590px;
}
#main #foota {
	clear: both;
	background-color: #c2ebc2;
	text-align: center;
}




#left li{
font-size:90%;
	height: 43px;
	text-indent: 0px;
	list-style-type: none;
	width: 208px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	margin-bottom:10px 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #669966;
	border-bottom-color: #669966;
}
#left li a {
	height: 43px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
	color: #333333;
	vertical-align: middle;
	line-height: 40px;
	padding-left: 10px;
        }

#left li a:link, #left li a:visited {
	display: block;
	background-image: url(../img/nav_bar.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
        }

#left li a:hover, #left li #current {
	background-image: url(../img/nav_bar.jpg);
	background-repeat: repeat-x;
	background-position: 0 -43px;
        }


#right .maincont2 a:link {
	color: #0066CC;
}
#right .maincont2 a:visited {
	color: #0066CC;
}
#right .maincont2 a:hover {
	color: #333333;
}
#right .maincont2 a:active {
	color: #0066CC;
}
#bread {
	font-size: small;
	word-spacing: 2px;
	margin-left: 10px;
	margin-top: 5px;
}
#right #bread a:link {
	color: #666666;
}
#right #bread a:visited {
	color: #666666;
}
hr {
	color: #FFFFFF;
	clear: both;
	margin: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
em {
	font-style: normal;
	font-weight: bold;
}
.small {
	font-size: small;
}
.little {
	color: #666666;
	font-weight: normal;
	font-size: x-small;
}.right {
	text-align: right;
	margin-right: 20px;
	font-size: small;
}
