*{
	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: x-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: #E8E8E8;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #666666;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	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;
}

div#banner {
	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 top;
	z-index: 4;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-bottom: auto;
	padding-top: 20px;
}





div#container {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	color: #333333;
	padding-left: 220px;
	padding-right: 320px;
	padding-bottom: 50px;
	padding-top: 0px;
	z-index: 5;
	top: 0px;
}
.small {
	font-size: x-small;
}

div#container   a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	}	
div#container   a:hover {
	color: #000000;
	text-decoration: underline;
}
div#left {
	width: 160px;
	left: 0px;
	top: 16px;
	position: absolute;
	text-align: left;
	font-size: x-small;
	color: #DCDCDC;
}
#container #left ul {
	font-size: 10px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

#container  #left  ol {
	line-height: 18px;
	font-size: 12px;
}
#container   #left   li  {
	list-style-position: inside;
	list-style-type: circle;
	vertical-align: baseline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	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: 250px;
	top: 34px;
	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;
	color: #666;
}
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;
}

