* {
    padding: 0;
    margin: 0;
} 


h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
	color: black;
	font-variant: small-caps;
	text-align:center;
	text-transform: none;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: black;
	text-align:left;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	text-align: justify;
	font-weight: normal;
	
}


h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	text-align: right;
	font-style:italic;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-align:center;
}

h6  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	}

.style1 {color: #000000; font-weight: bold; }
.style2 {color:#FF0000; font-weight: bold}
.style3 {color:#0000FF;}
.style4 {color:#0000FF; font-weight: bold;}
.style5 {color:#00FF00; font-weight: bold}
.style6 {color:#FFFFFF;}
.style7 {text-align: center}
	
body {
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	background: #fff;
}


a {color: blue; font-weight: bold; text-decoration: none}

a:link {color: blue; }
a:visited {
	color: #660099;
}
a:hover {color: red; }


#header 
{
    margin: 0 auto;
    width: 800px;
	height: 120px;
	background: #eee url('images/header.gif');
	background-repeat: no-repeat;
   
}


#wrap {
	margin: 0 auto;
	width: 800px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-image: url(images/wrap.gif);
}

#topwrap {
background: #eee url('images/topwrap.gif');
background-repeat: no-repeat;
width: 800px;
height: 40px;
margin: 0 auto;
}

#botwrap {
	background: #fff url('images/botwrap.gif');
	background-repeat: no-repeat;
	width: 800px;
	height: 40px;
	margin: 0 auto;
}

#content {
	padding: 0 30px 0 30px;
	text-align: left;
	color: #000000;
	background-color: #fff;

}

.right {
	float:right;
	width: 580px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: square;
}


.left {
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	font-style: normal;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}


#menutop {
	background: url('images/menutop.gif');
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #FFFFFF;

}

#menubottom {
	background: url('images/menubottom.gif');
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
	margin: 0 auto;

}
.left ul {
	padding: 0px 0px 0px 0px;
	margin:0;
}

.left li {
	margin-bottom:0px;
	list-style-type: none;
	color: #0AA1C7;
	background: #0AA1C7;
	padding: 5px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}

.left li a{ color: #fff; }

.breadcrumb {
	height: 20px;
	background-image: none;
}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:40px;
	overflow:hidden;
	color: #FFFFFF;
}

#footer {
	margin: 0px auto 0 auto;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	background: #fff;
}




img { border: none;}
