@charset "UTF-8";
body  {
	font: 100% Georgia, Verdana, Arial, sans-serif;
	background: #363B40;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


/* Links
------------------------------------------------------------------*/

a:link,
a:visited {
	text-decoration:none;
	color:#6b2d35;
	}	
a:link {
	color: #334599;
	border-bottom: 1px dotted #993333;
	}
a:visited {
	color:#ae594c;
	border-bottom:1px dotted #993333;
	}
a:hover {
	color:#6b2d35;
	background-color:#EBF3FA;
	border-bottom:1px dotted #6b2d35;
	}

/*---:[ headlines ]:---*/

h1	{
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.75em;
	margin-left: 0em;
}
h2 { 
	font: normal 1.85em/1.2em Georgia, Verdana, Arial, sans-serif; letter-spacing: -0.02em; color: #000; margin: 0 0 0.5em 0; padding: 0 0 2px 0; border-bottom: 1px dotted #CC6666; }

p.date {
	margin: 4em 0 0.5em 0;
	font: normal 1.0em Georgia, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #F2F2F2;
	padding: 10px 10px 10px 10px;
	background-color: #2E4D6B;
}
blockquote
{
	margin: 1em;
	padding: 25px 20px 20px 50px;
	background: #75758A url(../i/quotes_grey.png);
	background-position:15px 10px;
	background-repeat:no-repeat;
	font: 95% Georgia, Verdana, Arial, sans-serif;
	font-style: italic;
	color: #FFF;
    }
	
/* Structure
------------------------------------------------------------------*/

.news #container { 
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.news #header { 
	background: #fff url(../news/i_2008/header-2008.png) no-repeat center center;
	height: 146px;
	width: 915px;
	padding: 2px 2px 2px 2px;
	text-align: center;
} 
.news #headerNav {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}
.news #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #9CBAD5; 
	padding: 15px 10px 15px 20px;
}
.news #mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.news #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#8C8C8C; 
} 
.news #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 5px 5px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.list {
	list-style-position: outside;
	list-style-type: decimal;
}
IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }
p.left, .left {
	position: relative;
	float: left;
	margin: 3px 12px 5px 0;
	}
	
/*---:[ sidebar styles ]:---*/
#sidebar1 h2 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#993333;
	font-weight:normal;
	margin:0;
	border-bottom:2px dotted #6B2E2E;
	padding-top: 10px;
	}
#sidebar1 .panel ul {margin:0;padding:0;list-style:none;}
.panel li {clear:both;overflow:hidden;border-bottom:1px dotted #999;}
.panel li a {display:block;text-decoration:none;padding:2px 8px 2px 2px;overflow:hidden;white-space:pre;}
#sidebar1 .panel a:link {border:0;color:#333;}
#sidebar1 .panel a:visited {border:0;color:#333;}
#sidebar1 .panel a:hover {background-color:#C6E26D;}

/*---:[ footer styles ]:---*/
#footer .smalltext {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 75%;
	color: #000;
	text-align: center;
}
.randomquote {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 95%;
	color:#363B40;
	margin: 15px 10px 0px 10px;
	padding: 2px 6px;	
}
