
html, body {
	margin: 0px;
	padding: 0px;
}

a {
	color: #437BBC; 
	background: inherit;
}

a:hover {
	color: #FE660D;
	background: inherit;	
}

a:visited {
	color: #999999;
	background: inherit;	
}

a.menu {
    color: white; 
	text-decoration: none;
  	background: inherit;
}   
a.menu:hover {
  	color: yellow;
	text-decoration: none;
  	background: inherit;	
}
a.menu:visited {
  	color: #D0D0D0;
	text-decoration: none;
  	background: inherit;	
}
a.menu.active {
	color: white;
	text-decoration: none;
	background: inherit;	
}

body {
	color: #000;
	background-color: white;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Monaco, sans-serif;
}

#header, #footer {
	margin: auto;
	padding: 0px;
	border: 0px;
	width: 770px;
}

#header {
	height: 115px;
	background-color: #4E9DD5;	
}

#footer
{
	clear: both;
	color: #808080;
	font-size: 90%;
	background-color: white;
	margin-top: 0px;
}

.highlight  {
	color: #437BBC; 
}

.highlight2  {
	color:brown; 
}


.dot { 
	background: #FFF url(../images/dot.gif) repeat-x;
	padding: 8px 0px;
}

.button {
	font-size: 11px;
	font-family: verdana,arial,monaco,sans-serif;		
}

.separator {
	clear: both;
	margin: auto;
	width: 770px;;
	height: 25px;
	background-color: white;
}

.small_separator {
	clear: both;
	margin: auto;
	width: 770px;
	height: 15px;
	background-color: white;
}

.huge_separator {
	margin: auto;
	width: 770px;
	height: 300px;
	background-color: white;
}

h1.band {
		width: 100%;
		height: 18px;
		background-color: #4E9DD5;		
		color: white;
		font-size: 13px;
		font-weight: normal;
		padding-left: 0px;
		padding-top: 1px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 25px;
}

h1.band2 {
		width: 550px;
		height: 18px;
		background-color: #4E9DD5;		
		color: white;
		font-size: 110%;
		font-weight: normal;
		padding-top: 1px;
		margin-top: 0px;
		margin-bottom: 15px;
}

img {
	border: 0;
}

p {
	margin-top: 0px;
	margin-bottom: 1.2em;
}


h2.s1 {
	color: #B22222;
	font-size: 110%;
}

li {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
p.dropdown {
	font-weight:normal;
	font-size: 105%;
	color:black;
}

a.dropdown {
	color: blue;
}

.note {
	color: red;
}
