/* == Common styles == */

body { 
	color: #096856;
  font-size: 12px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  line-height: 1.3em; 
  background-color: #FFFBDE;
}
;
  margin: 10px; 
  padding: 0px }
p { 
  font-size: 12px; 
  line-height: 1.3em 
}

td  { 
  font-size: 12px; 
  line-height: 1.3em 
}
a { 
  color: #4682b4; 
  font-weight: bold; 
  text-decoration: none 
}
a:hover { 
  text-decoration: underline 
}

h1 {
	 font-size: 14px;
	 font-weight: bold;
}

.content {
	color: #096856;
	font-size: 12px; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 10px;
}

.runningline {
	color: #096856;
	font-size: 11px; 
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-left: 50px;
	margin-right: 48px;
	padding-bottom: 12px;
}

#topNav{
	font-size: 13px;
	color: #D2E2DD;
	font-weight:bold;
	margin: 0px;
	margin-left: 0px;
}

#topNav td{
	font-size: 13px;
	color: #D2E2DD;
	height:100%;
	font-weight:bold;
	margin: 0px;
	margin-left: 0px;
}

#topNav a{
	color: #D2E2DD;
  padding-right: 0px;
  padding-left: 0px;
}

#topNav a:hover{
	color: #FFFFFF;
  text-decoration: none;
}

#topNav a.topmenu_sub, a.topmenu_sub:link, a.topmenu_sub:visited, a.topmenu_sub:active {
  display: block;
	padding-left: 13px;
	padding-right: 13px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 0px;
	border: 1px solid #153D06;
	color: #D2E2DD;
	font-size: 12px;
	text-decoration: none;
  filter: Alpha(opacity=70); /* IE */ 
  -moz-opacity: 0.7; /* Mozilla */ 
	background-color: #096856;
  line-height: 20px;
	wight: 100%;
  height: 20px;
}

a.topmenu_sub:hover {
  margin: 0px;
	color: #FFFFFF;
  text-decoration: none;
  filter: Alpha(opacity=95); /* IE */ 
  -moz-opacity: 0.95; /* Mozilla */ 
	background-color: #096856;
}

#bottomNav{
	font-size: 10px;
	color: #D2E2DD;
	font-weight:bold;
	margin: 0px;
}

#bottomNav a{
	color: #D2E2DD;
  padding-right: 10px;
  padding-left: 10px;
}

#bottomNav a:hover{
	color: #FFFFFF;
  text-decoration: none;
}

a.photolink { 
  background-color: #096856; 
  height: 86px;
  filter: Alpha(opacity=90); /* IE */ 
  -moz-opacity: 0.9; /* Mozilla */ 
} 

a.photolink img { 
  background-color: #096856; 
  height: 86px;
  filter: Alpha(opacity=90); /* IE */ 
  -moz-opacity: 0.9; /* Mozilla */ 
} 

a.photolink:hover { 
  filter: Alpha(opacity=100); /* IE */ 
  -moz-opacity: 1; /* Mozilla */ 
}    

a.photolink:hover img { 
  filter: Alpha(opacity=100); /* IE */ 
  -moz-opacity: 1; /* Mozilla */ 
}
   
input, textarea {
	border: 1px solid #096856;
	background-color: #FFFFFF; 
	color: #096856;
  font-size: 12px;
  font-weight: normal;
}

.copyright {
	color: #096856;
  font-size: 10px; 
}
