/* CSS Document */
body {
	background: #ffffff url("../images/fake_sidebar.gif") repeat-y;
	color: #000000;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	}
a:link {
	color: rgb(0,102,187);
	}
a:visited {
	color: rgb(102,102,187);
	}
a:hover {
	color: rgb(0,132,187);
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-top: 0px;
	color: rgb(0,65,21);
	}
h2 {
	font-size: 1.5em;
	color: rgb(0,65,21);
	margin-bottom: 5px;
	margin-top: 15px;
	}
h3 {
	font-size: 1em;
	color: rgb(0,65,21);
	}
h4 {
	font-size: 1em;
	}
table {
	border-collapse: collapse;
	}
table, th, td {
	border: 1px solid #808080;
	}
caption {
	color: #808080;
	padding-bottom: 4px;
	}

/* Page Sections */
#header {
	width: 100%;
	height: 60px;
	background: rgb(189,201,249) url("../images/header_bkg.jpg") repeat-x;
	}
#header p {
	margin-top: -27px;
	margin-left: 400px;
	}
#container {
	width: 100%;
	float:left;
	}
#menu {
	width: 180px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	background: rgb(189,201,249) url("../images/sidebar_bkg.gif") no-repeat;
	}
#content {
	width: 650px; 
	padding: 15px 10px 10px 15px;
	float: left;
	font-size: 1em;
	background: #ffffff url("../images/round_corner.gif") no-repeat;
	}
#footer {
	width: 97%;
	clear: both;
	font-size: .8em;
	padding: 10px;
	text-indent: 180px;
	}

/* Menu Styles */
#menu ul, #menu li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
#menu ul {
	display: block;
	margin-top: 30px;
	}
#menu a {
	display: block;
	margin-bottom: 3px;
	width: 148px;
	height: 18px;
	margin-left: 16px;
	background-image: url("../images/menuitem_bkg.gif");
	padding-left: 6px;
	color: rgb(0,51,85);
	text-decoration: none;
	}
#menu a:hover {
	color: rgb(0,102,187);
	background-image: url("../images/menuitem_ro.gif");
	}
#menu .sub {
	margin-top: 5px;
	}
#menu .sub a {
	margin-left: 28px;
	font-size: .9em;
	background-image: none;
	height: auto;
	width: auto;
	padding: 0px;
	}
/* all other styles */
#content li {
	margin-bottom: 4px;
	}	
.credit {
	color: #888;
	font-size: 90%;
	}
.small {
	font-size: 90%;
	}
.timestamp {
	font-style:italic;
	}
.label { /* for non-form labels */
	font-weight: bold;
	}
sup, sub {
	font-size: .9em;
	}
.error {
	color: #ff0000;
	font-weight:bold;
	}
/* form styles */
label {
	display: block;
	margin: 5px 0px;
	}
input.button {
	font-weight: bold;
	}

/* sIFR Styles */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	/* fixing the size */
	font-size: 23px;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/
