/**********************************************
 * fmacDay.css
 * FM Astronomy Club CSS Stylesheet for Daytime
 **********************************************/
body {
	margin: 0;
	padding: 0;
}
#Page {
	width: 1000px;
}

/****************************************
 * Header Divissions
 ****************************************/
#HeaderLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	min-width: 481px;
	background-color: #210000;
}
.HeaderMenu {
	position: absolute;
	top: 114px;
	left: 0px;
	width: 1000px;
	min-width: 481px;
	clear: left;
	background-image: url(../images/Menu_Spacer.gif);		
	background-repeat: repeat-x;
	text-decoration: none;
}
.HeaderMenu a:link img {
	border-style: none;
}
.HeaderMenu a:visited img {
	border-style: none;
}
a:link img {
	border-style: none;
}
a:visited img {
	border-style: none;
}

/****************************************
 * Left Column - More Menus
 ****************************************/
.leftColumn {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 125px;
	margin-left: 10px;
	padding-left: 5px;
	border: dotted;
	border-width: 1px;
	border-color: #336699;
}
.leftColumnText {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 130%;	
}
.leftColumn a:link {
	color: #336699;
}
.leftColumn a:visited {
	color: #336699;
}
.leftColumn a:hover {
	color: #333333;
	background-color: #CCCCCC;
}

/**************************************** 
 * Main Column - Body Content					
 ****************************************/
#mainColumn {
	position: absolute;
	top: 150px;
	left: 150px;
	width: 575px;			
}

/**************************************** 
 * Right Column
 ****************************************/
#rightColumn{
	position: absolute;
	top: 150px;
	left: 735px;
	width: 270px; 				/* Weather Underground graphic is 256px wide */
	border: dotted;
	border-width: 1px;
	border-color: #336699;	
	
	padding-left: 5px;
	padding-top: 5px;
}

/****************************************	
 * Footer for copyright and other stuff			
 ****************************************/ 
#footer {
	clear: both;
 	padding-top: 2em;		
 	text-align: center;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/****************************************	
 * News Class			
 ****************************************/
.news {
	margin-left: 1em;
	margin-right: 1em;
	padding-left: 1em;
	padding-right: 1em;
	border: dashed;
	border-width: 1px;
}

/****************************************	
 * Typography Stuff			
 ****************************************/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	list-style-type: circle;
}
a:hover {
	color: #333333;
	background-color: #CCCCCC;
}