/*below are all of our ID selectors*/
#wrap	{
	margin:auto;
	width:760px;
	margin-top: 0px;
}

#paragraphs {
	font-family: Georgia, Palatino, Serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2;
	color: #000066;
	text-decoration: none;
	
}

#menubar {
	font-family: Arial, Palatino, Serif;
	font-size: 12.5px;
	font-style: normal;
	line-height: 2;
	color: #660000;
	text-decoration: none;

}

#footer	{
	text-align:center;
	font-size:0.6em;
	background-color:#ffffff;
	color: #333333;
	white-space: nowrap;

}

/*below are all of our HTML selectors*/
body	{
	font-family:Georgia, Palatino, Serif;
	font-size:0.75em;
	background-color: #cccc66;
	color: #000000;

}


h1	{color:990000;}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 2;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0e2c81;
	text-decoration: none;
	width: auto;
	left: auto;
	top: auto;
	float: left;
	clear: both;
	background-color: #ffdf75;
	}
	
	
}


h2	{color:336600;}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 2;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #336600;
	text-decoration: none;
	width: auto;
	left: auto;
	top: auto;
	float: left;
	clear: both;
	background-color: #336600;
	}


h3	{color:336600;}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 2;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0e2c81;
	text-decoration: none;
	width: auto;
	left: auto;
	top: auto;
	float: left;
	clear: both;
	background-color: #ffdf75;
}
h5		{text-align:left;font-size: 12pt;}
/*below are all of our Class selectors*/
.author	{font-family:Times New Roman, Times, serif; color:ffffff;}

/*below are all of our "pseudo selectors"*/
#nav a:link	{color:#990000;}
a:visited	{color:#000000;} 
a:hover		{color:#990000;}
a:active	{color:#990000;}
a:mailto	{text-decoration: none;}
