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

h1 {
   font-style : bold;
   font-weight : bold;
   font-size : 16pt;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
   text-decoration : none;
}

h2 {
   font-style : normal;
   font-weight : bold;
   font-size : 14px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
   text-decoration : none;
}

h3, h4 {
   font-style : normal;
   font-weight : normal;
   font-size : 12pt;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
   text-decoration : none;
}

table, tr, td, body, p {
	background-color: #ffffff
   font-style : normal;
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
   border: 0px;
}

a, a:link, a:visited, a:active {
border: 0px none;
color: #000000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-shadow: #FF6666 0px 0px 4px;
}

a:hover {
text-shadow: #0089A3 0px 4px 6px;
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-style:normal;
font-weight:bold;
}
em {
word-spacing:0.2em;
}

a img, a:link img, a:visited img, a:active img {
  border: 1px solid #333;
  }

select {
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #ffffff;
   background-color : #00aabc;
   border-width : 1px;
   border-color : #ffffff;
}


radio {
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #ffffff;
   border-width : 1px;
   border-color : #ffffff;
}


input {
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #ffffff;
   background-color : #00aabc;
   border-width : 1px;
   border-color : #ffffff;
}


div {
   font-style : normal;
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
}



/*new rules*/
#header {
	position: absolute;
	width: 880px;
	height: 60px;
	border: 0px;
	top: 0px;
	left: 0px;
	/*background-image: url(images/header.gif);
	background-repeat: no-repeat;*/
}

#news {
	position: absolute;
	top: 100px;
	left: 660px;
	border: 1px solid;
	width: 240px;
	padding: 10px;
	}
	
#main {
	position: absolute;
	top: 90px;
	width: 640px;
	left: 10px;
	padding: 2px;
	}
	
/*container for all pages but index*/
#main2 {
	position: absolute;
	top: 90px;
	width: 760px;
	left: 10px;
	padding: 2px;
	}
	
.nav {
	position: absolute;
	top:60px;
	left:10px;
	width: 880px;
	border:0px;
	padding: 4px;
}

.footer {
	position: relative;
	bottom: 20px;
	width: 880px;
	padding: 4px;
}
	
.breaker {
	background-image: url(images/div.gif);
	background-repeat: repeat-x;
	}