@import url("advanced.css");

body { background-color: #fff; color: #000; }

.main { 
	font-family: georgia, times new roman, times, serif; 
	margin-right: 10px;
	margin-left:  10px;
	}

a:link    { color: #009; text-decoration: underline; }
a:visited { color: #606; text-decoration: underline; }
a:hover   { color: #666; text-decoration: underline; }
a:active  { color: #333; text-decoration: underline; }

h1	{ font-weight: bold; font-size: 200%; margin: 0px; }
h2	{ font-weight: normal; font-size: 175%; margin: 0px; }
h3	{ font-weight: normal; font-size: 150%; margin: 0px; }
h4	{ font-weight: normal; font-size: 125%; margin: 0px; }


.footer { 
	font-family: verdana, arial, helvetica, sans-serif; 
	color: #fff;
	font-size: 70%;
	}

.footer a:link    { color: #fff; text-decoration: none; }
.footer a:visited { color: #fff; text-decoration: none; }
.footer a:hover   { color: #ccc; text-decoration: none; }
.footer a:active  { color: #ccc; text-decoration: underline; }


.nav {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	margin: 0px 5px 20px 10px;
	}

.nav a:link    { color: #009; text-decoration: none; }
.nav a:visited { color: #606; text-decoration: none; }
.nav a:hover   { color: #666; text-decoration: none; }
.nav a:active  { color: #333; text-decoration: underline; }


.subnav {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin: 0px 5px 15px 20px;
	}

.subnav a:link    { color: #009; text-decoration: none; }
.subnav a:visited { color: #606; text-decoration: none; }
.subnav a:hover   { color: #666; text-decoration: none; }
.subnav a:active  { color: #333; text-decoration: underline; }


.data {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 60%;
	}

.box, .box2 {
	margin: 0px;
	padding: 5px;
	border-style: solid;
	border-width: thin;
	border-color: #cc9;
	background-color: #ffc;
	}
	
.box2 {
	background-image: url(../images/backgroundyellow.jpg);
	}

.links p {
	margin-top: .75em; 
	margin-bottom: .75em;
	}  	

h4+p, h4+ul, h4+ol	{
	margin-top:0px;
	}
	
hr	{ 
	height: 1px; 
	border: 0;
	color: #666; 
	background-color: #666; 
	}

sup	{ font-size: smaller; }
sub	{ font-size: smaller; }

.smallcaps	{
	font-family: verdana, arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 60%;
	font-weight: bold;
	}

.announce	{
	color: #933;
	font-style: italic;
	}
	
