*{
	padding: 0;
	margin: 0;
}
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/static/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
td {

}
th {

}
ui {
	list-style-position: inside;
	list-style-type: circle;

}
ol {
	list-style-position: inside;
	list-style-type: decimal;
}

li {
	list-style-position: inside;


}

hr {
	height:0px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #DCDCDC;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #333333;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1d6c5;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #875A16;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #875A16;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	margin-bottom: 2px;
}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	margin-bottom: 2px;
}
.h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #875A16;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	margin-bottom: 2px;
}


a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
.img-left  {
	margin-right: 10px;
	border: 0px none #FFFFFF;
	float: left;
}
.img-right {
	margin-right: 10px;
	border: 0px none #FFFFFF;
	float: left;
}
.small {
	font-size: x-small;
}
div#banner-bg {
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: xx-small;
	background-image: url(../images/static/bg-banner.png);
	background-position: center bottom;
	z-index: 4;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-bottom: auto;
}


div#banner {
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 4;
	margin-top: 0px;
	text-align: right;
	font-size: x-small;
}





div#container {
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	color: #333333;
	padding-left: 230px;
	padding-right: 290px;
	padding-bottom: 20px;
	padding-top: 10px;
	z-index: 5;
	top: 0px;
}

div#container   a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c5d5e1;
	}	
div#container   a:hover {
	color: #000000;
	text-decoration: underline;
}
div#left {
	width: 170px;
	left: 0px;
	top: 46px;
	position: absolute;
	text-align: left;
	font-size: x-small;
	color: #DCDCDC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1D6C5;
	padding-top: 6px;
}
#container #left ul {
	font-size: 10px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

#container  #left  ol {
	line-height: 10px;
	font-size: x-small;
	list-style-type: circle;
	list-style-position: inside;
}
#container   #left   li  {
	vertical-align: baseline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c5d5e1;
	margin-bottom: 6px;
	color: #000000;
}
#container  #left  a {
	color: #666666;
	text-decoration: none;
	border: 0px none #FFFFFF;
}
#container  #left  a:hover {
	color: #000000;
}
div#right {
	width: 230px;
	top: 46px;
	position: absolute;
	text-align: left;
	right: 0px;
	font-size: x-small;
}
div#footer {
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: xx-small;
	background-image: url(../images/static/bg-footer.png);
	background-position: center top;
	z-index: 4;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-bottom: auto;
}
div#footer a {
	color: #B2B2B2;
	text-decoration: none;
}
div#footer a:hover {
	color: #000000;
	text-decoration: none;
}
div#bg {
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 7;
	background-attachment: fixed;
	background-image: url(../images/static/bg.png);
	background-position: center;
}
#bg #container table {
	font-size: 10px;
	border: 1px dotted #CCC;
	background-color: #FFF;
}
#bg #container table tr td {
	background-color: #FFC;
	padding: 4px;
	border: 1px dotted #CCC;
}
