/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a {color:blue; text-decoration:none; font-weight:bold;}
a:visited {color:blue;  font-weight:bold;}
a:hover {color:red;  font-weight:bold;}

body {
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6F89AA;
}

.style1 {font-size: 11px; 
}

.style2 {font-weight: bold; 
	font-size: 16px; 
}

.style3 {font-weight: bold; 
	font-size: 12px; 
}

.style6 {font-weight: bold; font-size: 14px;}

.style10 {font-size: 34px;
	font-weight: bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
}

.style9 {background-color:#000000; height: 25px; padding: 3px;}

.style7 {font-size: 16px; color: red; font-weight: bold; text-decoration:blink;}

.style8 {font-size: 16px; color:red; font-weight: bold;}

.links1 {
	background-color: black;
	font-weight: bold;
	font-size: 10px;
	border-bottom-color: #a34d50;
	border-right-color: #a34d50;
	border-left-color: #a34d50;
	border-top-color: #a34d50;
	color: white;
}

.input1 {
	color: white;
	font-size: 10px;
	font-weight:bold;
	background-color:black;
	border-bottom-color: #a34d50;
	border-right-color: #a34d50;
	border-left-color: #999;
	border-top-color: #999;
}


/***********************************************/
/* Link Styles                                 */
/***********************************************/

#footer a {color:white;}
#footer a:visited { color: white; }
#footer a:hover {color: yellow; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{ 
position:relative; 
width:1000px; 
margin:0 auto 0; 
background-color: white;
} 


#menubar  {
	background-color: #506885;
}

#menu1  {
	background-color: #506885;

}
#menu2  {
	background-color: #95A2FB;
	height: 24px;
	padding-top: 1px;
	padding-right: 2px;
}

#left {
	width: 240px;
	padding: 8px;
	background-color:#CCC;
}

#middle {  
	width: 452px;
    padding: 8px; 
	float:right;
} 

#right {
	width: 240px;
	padding: 8px;
	float: right;
}

#footer {
	width: 996px;
	background-color: black;
	height: 30px;
	clear: both;
	border: 2px solid #a34d50;
	color: white;
}

#footleft  {
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 2px;
	padding-top: 8px;
}

#footright  {
	text-align: right;	
	padding-right: 2px;
	padding-top: 8px;
}

#events  {
	height: 250px;
	overflow: auto;
	padding-left: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid black;	
	font-size: 10px;
}

#eventday  {
	padding-left: 10px;
	border-bottom-style:ridge;
	border-bottom-width:thin;
}

#weathersticker {
	padding-top: 10px;
}
