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

html, body{
	background-color:#aca5a8;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464646;
	line-height:18px;
	background-image:url(images/bkgd.gif);
	background-repeat:repeat-x;
	}
	
#page_container{
	width:900px;
	margin:auto;
	background-color:#c8cfdb;
	background-image:url(images/o-comm_bkgd.png);
	background-repeat:no-repeat;
	}
	
#logo{
	padding-top:15px;
	padding-left:50px;
	padding-bottom:15px;
}

#navigation{
	background-image:url(images/nav_bkgd.png);
	background-repeat:repeat-y;
	height:20px;
	text-indent:30px;
	padding-top:5px;
}

#index_container{
	width:850px;
	margin:auto;
	padding-top:60px;
}

#journal_container{
	width:900px;
}

#journal_nav{
	width:205px;
	padding-left:13px;
	float:left;
	padding-top:60px;
}

#journal{
	width:682px;
	padding-left:218px;
	padding-top:60px;
}



#results_container{
	width:900px;
	padding-top:85px;
	padding-bottom:20px;
}

#results_nav{
	width:205px;
	padding-left:13px;
	float:left;
}

#results{
	width:682px;
	padding-left:218px;
}




#center{
	text-align:center;
}

#right{
	text-align:right;
}


#float_r{
	float:right;
}

#float_l{
	float:left;
	padding-right:5px;
}


#float_r_pad{
	float:right;
	padding-top:65px;
}


/* Link Properties */
a:link {
	color:#d42a35;
	text-decoration: none;
}
a:visited {
	color:#d42a35;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#d42a35;
}
a:active {
	text-decoration: none;
}


#navigation a:link {
	color:#464646;
	text-decoration: none;
}
#navigation a:visited {
	color:#464646;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration:underline;
	color:#464646;
}
#navigation a:active {
	text-decoration: none;
}


#journal_nav a:link {
	color:#d42a35;
	text-decoration: none;
	font-weight:bold;
}
#journal_nav a:visited {
	color:#d42a35;
	text-decoration: none;
	font-weight:bold;
}
#journal_nav a:hover {
	text-decoration:underline;
	color:#d42a35;
	font-weight:bold;
}
#journal_nav a:active {
	text-decoration: none;
	font-weight:bold;
}


/* Text Styles */
.red{
	color:#d42a35;
}

.gray{
	font-size:12px;
	color:#464646;
	line-height:18px;
	font-weight:normal;
}

.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#464646;
	line-height:21px;
	font-weight:bold;
}

.title_red{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#d42a35;
	line-height:21px;
	font-weight:bold;
}

blockquote{
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:15px;
	}
	
	
	.menu1{
padding-top:2px;
padding-bottom: 2px;
display:block;
text-decoration: none;
height: 20px;
color:#d42a35;
font-weight:bold;
}

	.menu1b{
padding-top:2px;
padding-bottom: 20px;
display:block;
text-decoration: none;
height: 20px;
color:#d42a35;
font-weight:bold;
}

.submenu{
	font-size:12px;
	color:#464646;
	line-height:18px;
	font-weight:normal;
}

.submenu2{
	font-size:10px;
	color:#d42a35;
	line-height:14px;
	font-weight:normal;
}

.hide{
display: none;
}

.show{
display: block;
}