@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/back.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
#container {
	width: 800px;
	border: 0;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sidebar1 {
	float: left;
	width: 225px;
	height: 600px;
	padding: 0px;
	text-align: center;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 227px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #666666;
	text-decoration: none;
	list-style-image: url(images/bullet.gif);
}
#mainContent a {
	color: #009999;
	text-decoration: none;
}
#mainContent a:hover {
	color: #999999;
	text-decoration: none;
}
h1 {
	padding-left: 15px;
	font-size: 18pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
h2 {
	padding-left: 15px;
	font-size: 14pt;
	color: #666666;
}
h3{
	font-weight: bold;
	color: #009999;
	text-decoration: none;
	padding-left: 15px;
}
#menu {
	background-image: url(images/menu_back.jpg);
	height: 80px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #009999;
	text-align: center;
	text-decoration: none;
} 
#menu a {
	color: #336666;
	padding-top: 0px;
	padding-right: 18px;
	padding-left: 18px;
	text-decoration: none;
} 
#menu a:hover {
	color: #999999;
	text-decoration: none;
}
#footer {
	font-weight: normal;
	color: #666666;
	text-align: left;
	text-decoration: none;
	font-size: 8pt;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer a {
	color: #009999;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
} 
.text {
	padding-left: 15px;
	padding-right: 15px;
}
.stlye1 {
	color: #009999;
	font-weight: bold;
}
.style2 {
	font-size: 8pt;
	font-style: italic;
}
.style3 {
	font-size: 8pt;
	line-height: normal;
}
.style4 {
	color: #009999;
	font-weight: bold;
	line-height: 20pt;
	list-style-type: circle;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

