/* CSS Document */
body {background:#525269;margin:0 0 0 0;text-align:center;font:17px Helvetica,Arial,sans-serif;line-height:1.1em;}
#container {background:#FFFFFF;width:960px;border:1px solid #000;margin:0 auto;text-align:left;}
.logo { width:960px; }

.content{
	margin: 0 20px;
	font-size: 12px;
	line-height: normal;
}
p {
	margin: 20px 0 0 0;
	font-size: 14px;
	line-height: normal;
}
h1 {font-size: 24px;
    font-style: oblique;
    font-weight:bold;
    font-variant:normal;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    color: #606;}
h2 {font-size: 19px;
	text-align: center;
	text-decoration: underline;}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	padding: 0 0 0 20px;
	color: #000;
	text-align: center;
}

/*==========Footer==========*/
#footer {
	text-align: center;
	background:#FFE09A;
	padding: 5px;
	border-top: 1px black solid;
}
#footer p {margin: 0; text-align: center;}
/*===========End Footer=======*/

a{color:#003CB7;text-decoration:underline;}
a:hover{
	color:#CC0000;
	text-decoration:none;
}

#container .content ul li {
	font-size: 14px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 20px; /* padding keeps the content of the div away from the edges */
}
.leftfloat {
	float:left;
	margin:10px 10px 10px 10px;
}
.rightfloat {
	float:right;
	margin:10px 10px 10px 10px;
}

/*============== NAVIGATION MENU ==============*/

/* Start Holly Hack, hidden from MacIE. \*/
* html #navigation2 ul li {height: 1%;}
/* End Holly Hack. */
#navigation{text-align:center;background:#660000;height:2.7em;line-height:2.7em;padding:0 0;margin:0px auto 0px auto;font-size:10pt;font-weight:bold;text-transform:uppercase;z-index: 1;}
#navigation ul {width:960px;list-style-type: none;margin:0px;padding:0px;z-index: 2;}
#navigation li {border-right:0px solid #ffffff;display:inline;text-align:center;margin: 0px;}
#navigation li a.left{border-left:1px solid #FFFFFF;}
#navigation li a {padding:9px 15px;color: #FFFFFF;background-color:#660000;border-right:1px solid #FFFFFF;text-decoration: none;}
#navigation li a:hover{background:#F3EDD8;color:#000000;text-decoration:none;} 
#navigation li a#current{background-color:#1A141E;color:#FFF4F4;} 

#container .content p em {
	font-size: x-small;
}
