body { padding: 0; margin: 0; font: 10pt Arial, sans-serif; line-height: 1.5em; background: #F0F0F0; color: #454545; }
a { color: #0E4D8B; background: inherit; }
a:hover { color: #000; background: inherit;}
a.title { color: #B41A1A; background: #FFF; }

h1 {
	font: bold 12pt Arial, Sans-Serif;
	padding-bottom: 12px;
	margin: 0;
}
h2 { margin: 0; padding: 0; font: 12pt Arial, Sans-Serif; }
h3 { font: 8pt Arial, Sans-Serif; margin: 0; padding: 0; }
p {	margin: 0 0 10px 0; line-height: 1.3em; }
form { margin: 0px; }
input.search { width: 199px; border: none; background: #FFF url(images/input.gif); padding: 4px; color: #808080; }
input.submit { height: 24px; font-weight: bold; width: 53px; border: none; background: #D96855 url(images/button.gif); padding: 3px; color: #FFF; }

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 768px;
	background: #FFF url(images/big_middle.gif) repeat-y;
	color: #454545;
	
}


/* header */
.header_top { background: #FEFEFE url(images/big_top.gif) no-repeat; color: #FFF; height: 15px; }
.header { padding: 0px 10px 0 10px; }
.header_bottom { clear: both; background: #FEFEFE url(images/big_bottom.gif) no-repeat; color: #FFF; height: 15px; }
    
/* navigation */
#nav { width:100%; float:left; }
#nav ul { margin:0; list-style:none; padding: 0; }
#nav a, #nav strong, #nav span { float:left; display:block; color:#fff; padding: 2px 14px 3px 8px; background: url(images/nav.gif) no-repeat 100% 0px; text-decoration:none; font-weight: bold; }
#nav a { float:none; }
#nav li { float:left; color: #FFF; background: url(images/nav.gif) no-repeat 0px 0px; margin:0; padding:0 0 0 1px; }
#nav a:hover { color:#FFF; background: url(images/nav_hover.gif) no-repeat 100% 0px; } 

#audio_button { float:left; width:40px; height:40px; margin:5px 20px 5px 20px}  

.img_left_align_img { float: left; border: none; margin: 5px; }
.img_right_align_img { float: right; border: none; margin: 3px; }
.img_clear_both { border: none; clear: both; }

.page_title { font: bold 16pt Arial, Sans-Serif; color:#990000; line-height: 1.3em; }
.disclaimer { font: italic 8pt Arial, Sans-Serif; }

.sf_left {
	float: left;
	width: 203px;
	height: 81px;
	background: url(images/header_logo.jpg) no-repeat; 
	color: #FFF;
	padding: 10px 0 0px 7px;
}

.sf_right {
	width: 537px;
	float: right;
}

.sf_search {
	clear: both;
	width: 537px;
	height: 64px;
	background: url(images/header_bg.jpg) no-repeat bottom left; 
	padding: 0px;
}
	
.subheader {
	padding: 8px;
	background: #f0f0f0;
	color: #808080;
}

/* left side
   --------- */

.left {
	float: left;
	width: 595px;
	margin: 0 0 10px 0;
}

	.box_top {
		background: #528095 url(images/box_top.gif) no-repeat;
		color: #808080;
		height: 40px;
		width: 159px;
	}
	
	.box_top h2 {
	color: #FFFFFF;
	background: inherit;
	padding: 7px 0 0 5px;
	margin: 0;
	font-weight: bold;
	font-size: 11pt;
	}
	
	.box {
		border-left: 2px solid #528095;
		border-right: 2px solid #528095;
		padding: 0 4px 0 7px;
		margin: 0;
		width: 144px;
		color: #595959;
		background: #FFF;
	}
	
	.box_bottom {
		background: #FFF url(images/box_bottom.gif) no-repeat;
		color: #000;
		height: 13px;
		width: 160px;
		margin: 0 0 7px 0;
		
	}
	
		/* left and central column */
		.left_side { float: left; width: 159px; padding: 0px 5px 8px 8px; }
		.left_side_lg { float: left; width: 585px; margin: 0 0 0 5px; text-align: justify; }
		.left_side_lg_ctr_align { float: left; width: 575px; margin: 5px; text-align: center; }
		.right_side { float: right; width: 410px; margin: 0 5px 0 0; text-align: justify; }
		
		.article { padding: 0 5px 0 0; margin: 0 0 20px 0; }
		
	.highlight {
		padding: 5px 3px 5px 3px;
		margin: 0 0 3px 0;
		border-bottom: 1px solid #ccc;
	}
	
		
/* right side
   ---------- */
		
.right { float: right; width: 170px; margin: 0 0 10px 0;}

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	color: #808080;
	background: #f0f0f0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #eee;
}
.footer p {	line-height: 2em; }
.footer a {	color: #4F4F4F; background: #f0f0f0; border-bottom: 1px dotted #808080; text-decoration: none; } 
