/* This is the style of your browser text */
html {
     overflow: -moz-scrollbars-vertical;
}
body {font-family: Arial, Helvetica, sans-serif;;
	font-size: 80%;
	color: #000000;
      margin-top: 0;
}

h1, h2, h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	font-size: 150%;
	line-height: 3.0em;
      padding-bottom: 5px;
}

h2 {
	font-size: 120%;
	display: inline;
}

h3 {
	font-size: 100%;
}

p {
	margin: .5em 0 1em 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #000099;
}

#wrapper {
	margin: 	0 auto;
	width: 760px;
	clear: both;
	border: 0px solid #CCCCCC;
	background-color: #FFF;}
	
/* Navigation menu */

#navigation {
	border: 0px solid red;
	height: 40px;
	padding: 0;
	margin: 5px 0px 0 0;
	background-image:url(../images/bg_navmain.png);
	background-repeat: no-repeat;
}

#navigation ul {
    margin: 0;
    padding: 0;
  
}

#navigation li a {
    color: #000000;
}

#navigation li {
	display:          inline;
	line-height: 	32px;
	padding-left: 	0;
	margin-left: 	5px;
	margin-right: 	15px;
	float:    	left;
	list-style-type: disc;
	}

#footer {
clear: both;
border-top: 1px solid #CCCCCC;
}

#footerleft {
	float: left;
	width: 180px;
	margin: 0 0 14px 0;
}

#footermiddle {
	float: left;
	width: 340px;
	margin: 0 0 14px 0;
      text-align: center;
}

#footerright {
	float: right;
	width: 240px;
	margin: 0 0 14px 0;
      text-align:right;
}

