body {
	margin-left: -1px;
	margin-top: -1px;
	background-color: white;
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 12px;
}

h1 {
	color: green;
	font-weight: bold;
	font-size: 28px;
}

h2 {
	color: blue;
	font-weight: bold;
	font-size: 22px;
	font-style: italic;
}

/* Styles for the links on the footer section */
a.footer:link {text-decoration: underline}
a.footer:visited {text-decoration: underline}
a.footer:hover {font-style: italic; text-decoration: underline }
a.footer:active {color: yellow; background: blue; font-style: italic; font-weight: bold}

/* Styles for the links in the sounds+images section */
a.media:link {color: green; font-size:14px; font-style: italic}
a.media:visited {color: #008800; font-size:14px; font-style: italic}
a.media:hover {text-decoration: underline; font-weight: bold; font-style: italic; background: yellow}
a.media:active {color: yellow; font-weight: bold; font-style: italic; background: green}

/* Styles for downloadable file links anywhere in the page */
a.downloadable:link {color: blue}
a.downloadable:visited {color: purple}
a.downloadable:hover {font-weight: bold}
a.downloadable:active {background: yellow}

.footernav {font-weight: bold; color: blue; font-size: 16px;}
.quotes {font-size: 16px; font-style: italic}

   
/* Top */
#top
{
	position:absolute; 
	left:0px; 
	top:0px; 
	width:1024px; 
	height:150px; 
	z-index:4;
	background-color: yellow;
}
/* Navigation menu */
#nav
{
	position:absolute; 
	left: 0px; /* -40px; */
	top: 150px; /*150px; */ 
	width:720px; 
	height:40px; 
	z-index:5;
	background-color: yellow;
}

#nav ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow: hidden;
}
#nav li
{
	float:left;
}

#nav a
{
	display:block;
	width:102px;
	height: 40px;
	background-color:#009900;
	color: yellow;
	text-align: center;
}

#nav a:hover
{
  background: #3333CC;
}


/* Right Sidebar */
#sidebar
{
	position: absolute;
	left: 720px;
	top: 150px;
	width: 300px;
	height: 1024px;
	background-color: yellow;
	padding-left: 10px;
	z-index: 6;
}

/* Main Section */
#main
{
	position: absolute;
	left: 20px;
	top: 210px;
	width: 700px;
}

/* Footer */
#footer ul li
{
	display: inline;
}

/* Extra style classes */

.right
{
	float: right;
}

.rednotice {
   font-weight: bold;
   color: red;
}

