/* CSS Document */






.style2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #000099;
	background-color:#ffffff;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style6 {
	color: MAROON;
	font-weight: bold;
	background-color:#ffffff;
}


h1, h2, h3,h4,h5 { font-family: Verdana, Helvetica, sans-serif;}
h1 { font-size: 150%;  color: navy; background-color:#ffffff;}
h2 { font-size: 135%; color: navy; background-color:#ffffff;}
h3 { font-size: 119%; color: navy; background-color:#ffffff;}
h4 { font-size: 112%; color: navy; background-color:#ffffff;}
h5 { font-size: 105%; color: navy; background-color:#ffffff;
}

p
{
text-indent: 1cm;
font-family: "Times New Roman", Times, serif;
font-size: 105%;
}


a:link { text-decoration: none; color:navy; background-color:#ffffff; }
  a:visited {text-decoration: none; color:#666666; background-color:#ffffff; }
  a:active {text-decoration: none; color:purple; background-color:#ffffff; }
  a:hover {text-decoration: underline; color:black; background-color:#ffffff; }


body {width:80%;
      margin-left: 8%; margin-right: 8%;
	  min-width:640px}

#header,#menu,#gutter,#content,#footer {

overflow:hidden;

}

/* safari and opera need this */

#header {
	width:100%;
	background-image: url(images/header-2.jpg);
	background-position: 50%;
	height: 78px;
	background-repeat: no-repeat;
}

#footer {width:100%;
}


#menu,#gutter,#content{float:left}

#menu {width:25%}

#gutter {width:5%}

#content {width:67%}

#footer {clear:left}

.navlist
{
padding: 2px;
margin-left: 0;
font: 12px Verdana, sans-serif;
border: 2px solid;
border-color: #AAA #666 #666 #AAA;
background-color: #F0F0F0;
width: 13em;
}

.navlist li
{
list-style: none;
margin: 0;
padding: 0.25em 1em;
border: 1px solid;
border-color: #FFF #AAA #AAA #FFF;
text-align: center;
}


.navlist li a { text-decoration: none; color:#0000FF; background-color:#f0f0f0; }
.navlist li a:link { color: black; background-color:#f0f0f0; }
.navlist li a:visited { color: #666666; background-color:#f0f0f0; }
#header h1 {
	margin-left: -500px;
	width: 200px;
	font-size: x-small;
}
