@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:28px;
	text-align:left;
	letter-spacing:-1px;
	color: #FFFFFF;
	margin-bottom:3px;
	}
	
#container { 
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
	line-height:24px;
	font-weight:lighter;
	} 

#container p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 24px;
	}

#container p a {
	color:#00aeef;
	text-decoration:none;
	}

#container p a:hover {
	color:#00aeef;
	text-decoration:underline;
	}
	
b1 {
	color: #00aeef;
	}
	
date {
	font-size: 18px;
	font-weight: bold;
	color: #00aeef;
	}


#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}

#footer p a {
	color:#00aeef;
	text-decoration:none;
	}

#footer p a:hover {
	color:#00aeef;
	text-decoration:underline;
	}

#sidebar p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	}

#sidebar p a {
	color:#00aeef;
	text-decoration:none;
	}

#sidebar p a:hover {
	color:#00aeef;
	text-decoration:underline;
	}