@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
p {
	line-height: 180%;
}
html {
	overflow-y: scroll;
}
#container {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	position: relative;
	min-height:743px;
	height:auto !important;
	height:743px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#content {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 1000px;
	min-height:743px;
	height:auto !important;
	height:743px;
}
#footer {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	background-image: url(../images/footerbg.gif);
	text-align: left;
	clear: both;
	background-repeat: repeat;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#left {
	margin: 0px;
	padding: 0px;
	width: 149px;
	float: left;
	height: 100%;
	min-height:743px;
	height:auto !important;
	height:743px;
}
#right {
	margin: 0px;
	padding: 0px;
	width: 850px;
	float: right;
	clear: right;
	height: 100%;
	min-height:743px;
	height:auto !important;
	height:743px;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	clear: both;
	letter-spacing: 0.1em;
}
h2 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	clear: both;
	color: #333333;
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
h3 {
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 15px;
	line-height: 200%;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#leftMenu {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftMenuUL {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftMenuUL li {
    width: 125px;
    margin:0px;
    padding:0px 0px 5px 0px;
}
#leftMenuUL li a{
    display: block;
    width: 100%;
    padding: 0px 0px 0px 30px;
    line-height:180%;
    height: auto;
    color: black;
    margin:0px;
    background-image:url(../images/desc_bg.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
#leftMenuUL li a:hover{
    background-image:url(../images/desc_bg_hover.gif);
    background-position: left top;
    background-repeat: no-repeat;
    color: #0C3;
    padding: 0px 0px 0px 30px;
    margin: 0px;
}
