body {
	background: #ddddfa;
	font-family: Arial;
	font-size: 11pt;
}

/* LINKS TO OTHER SITES AT TOP OF PAGE */
#source_network {
	margin: 0 auto;
	margin-top: 15px;
	position: relative;
	height: 22px;
	text-align: center;
}
#source_network span {
	padding: 5px 12px;
	margin-left: 5px;
	margin-right: 5px;

	border-width: 1px;
	border-style: solid;
	border-bottom: none;
	
	font-size: 10pt;
	font-family: Arial, Helvetica;
	font-weight: bold;
	border-color: #4c4c76; 
	background: #F0F2D3;
}

#source_network a { text-decoration: none; color: #4c4c76;}
#source_network a:hover {	text-decoration: underline; }


#masthead { 

	background-repeat: no-repeat;
	margin: 0 auto;
	width: 900px;
	height: 194px;
	border-width: 2px;
	border-style: solid;
	border-color: #4c4c76;
	position: relative;
}

#logo {
	background-color: #4C4C76;
	bottom: 0px; 
	position: absolute;
	float: left;
	color: #FFFFFF;
	font-size: 20pt;
	padding: 2px 8px;
	cursor: pointer;
	font-family: Arial;
}


#navigation {
	position: absolute;
	bottom: 0px;
	right: 20px;
	list-style: none;
}

#navigation a {
	font-family: Arial;
	font-size: 18pt;
	text-decoration: none;
	color: #FFFFFF;
}
#navigation span {
	margin-right: 20px;
	margin-bottom: 10px;
	background: #4c4c76;
	padding: 10px;
	padding-bottom: 5px;
}
#navigation a:hover {
	text-decoration: underline;
}



#inside {
	margin: 0 auto;
	width: 876px;
	border-bottom: 2px solid #4c4c76;
	border-right: 2px solid #4c4c76;
	border-left: 2px solid #4c4c76;
	background: #FFFFFF;
	padding: 12px;
	min-height: 500px;
}

#inside ul {
	margin-top:0;
	margin-bottom:0;
} 


.summary_panel {
	width: 525px;
	height: 140px;
	border: 2px solid #4c4c76;
	margin-bottom: 8px;
	margin-top: 6px;
	margin-left: 20px;
	cursor: pointer;
}
.summary_panel h2 {
	font-weight: bold;
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 2px;
}
.summary_panel p {
	margin-top: 2px;
	font-weight: normal;
	margin-right: 5px;
}
.summary_photo {
	float: left;
	margin: 10px;
	border: 1px solid #000000;
}

.summary_panel_on {
	background-color: #cccccc;
}
.summary_panel_off {
	background-color: #f0f2d3;
}



#breadcrumb {
	margin-bottom: 7px;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb a {
	text-decoration: none;
}
#breadcrumb span {
	margin-right: 8px;
	font-weight: bold;
}





#right_column {
	width: 248px;
	height: 100%;
	float: right;
	margin-left: 35px;
	margin-right: 8px;
}
#right_column p { 
	margin-left: 5px;
	margin-top: 0px;
}

#right_column h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-left: 5px;
	color: #353535;
	margin-bottom: 0px;
	margin-top: 4px;
}
.right_column_item {
	width: 238px;
	border: 1px solid #4c4c76;
	background-color: #f0f2d3;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 5px;
}




.sub_content {
	margin-left: 10px;
	text-decoration: none;
}
.sub_content a{
	text-decoration: none;
}
.sub_content h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
}
.sub_content p {
	color: #000000;
	margin-top: 0px;
}
.sub_content h3:hover {
	text-decoration: underline;
}
#sub_content_ad {
	margin-top: 10px;
	margin-bottom: 0px;
}


.sub_title {
	font-weight: bold;
}
.sub_title_l2 {
	font-weight: bold;
	color: #555555;
	text-decoration: underline;
}



#comments {
	width: 600px;
	padding: 5px;
	margin-left: 50px;
	margin-top: 10px;
	border: 4px solid #b1b1b1;
}

#comments a {
	text-decoration: none;
}
#comments img {
  float: left;
  padding-left: 10px;
}	
#comments span {
  margin-left: 10px;
  margin-top: 2px;
}	

.post_comment {
	position: relative;
	top: 3px;
	font-size: 12pt;
	margin-left: 10px; 
}
.post_comment a:hover {
	text-decoration: underline;
}

.comment_name {
	background-color: #4c4c76;
	color: #FFFFFF;
	padding: 3px;
	margin-top: 10px;
}
.comment_body {
	margin: 10px;
	margin: 5px;
}


#footer_ad {
	margin-top: 5px;
	text-align:center;
}
#footer {
	text-align: center;
	font-size: 10pt;
}
