/*stylin.css 07-28-09*/


/* Basic */

body {
background-color: #545d64;
}

a img {
border: none;
}
a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #0000ff;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #545d64;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #0000ff;
	}

h1 {text-align: center; font-size: 14pt; font-family: verdana, arial; color: black;  font-weight: bold;}
h2 {text-align: center; font-size: 12pt; font-family: arial; color:  white;  font-weight: bold;}
h3 {text-align: center; font-size: 12pt; font-family: arial; color: black;  font-weight: bold;}
h4 {text-align: left; font-size: 10pt, font-family:  arial; color: black; font-weight: bold;}
p  {text-align: center; font-size: 10pt; font-family: arial; color: black;  font-weight: bold;}
li {text-align: left; font size: 10pt; font-family: arial; color: black; font-weight: bold;
}
span.highlighter {
background-color: #ffccff;
}


/*specific divs*/

#container {
background-color: white; 
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}
.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}


