@import url("../../includes/univ_styles.css");

* { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14pt;
	}
	
#fck_background { background: #fff; }
	
td { vertical-align: top; }
			
form { margin: 0; padding: 0; }
img  { margin: 0; padding: 0; border: none; }
	
body { 
	margin: 0 ; padding: 0;
	background: #53662e url(images/edge_bg.jpg) top center no-repeat;
	}

.main_container {
	width: 100%; /*height: 100%;*/
	margin: 0px; padding: 0px;
	}
	.main_container .upper_framing { 
		height: 40px;
		}
	.main_container .upper_left { 
		background: url(images/upper_left_dropshadow.png) bottom right no-repeat;
		}
	.main_container .upper_middle { 
		background: url(images/upper_middle_dropshadow.png) bottom left repeat-x;
		}
	.main_container .upper_right { 
		background: url(images/upper_right_dropshadow.png) bottom left no-repeat;
		}
	.main_container .left_dropshadow { 
		background: url(images/left_dropshadow.png) top right repeat-y;
		}
	.main_container .right_dropshadow { 
		background: url(images/right_dropshadow.png) top left repeat-y;
		}
	.main_container .bottom_left { 
		background: url(images/bottom_left_dropshadow.png) top right no-repeat;
		}
	.main_container .bottom_middle { 
		background: url(images/bottom_middle_dropshadow.png) top left repeat-x;
		}
	.main_container .bottom_right { 
		background: url(images/bottom_right_dropshadow.png) top left no-repeat;
		}
		
.page_content { width: 840px; padding-top: 0px; margin-top: 0px; }

#content_area {
	width: 50px;
	padding: 5px 5px 0 5px;
	background: #fff;
	}
	#under_content_area {
		width: 50px;
		padding: 0 5px 5px 5px;
		background: #fff;
	}
#ienudge {
	padding-right: 2px;
	}
	
#header {
	padding-bottom: 5px;
	}
	
#footer {
	/* background: #53662e; */
	text-align: center;
	color: #fff;
	}
	#footer a { 
		color: #fff;
		text-decoration: none;
		}
		#footer a:hover {
			text-decoration: underline;
			}
	
#main_nav {
	text-align: center;
	background: url(images/nav_bg.jpg) top left no-repeat;
	}
	
#module_column {
	width: 100%;
	color: #53662e;
	}
	#module_column a {
		color: #b36c19;
		}
	
#content_column {
	width: 589px;
	padding-right: 3px;
	color: #333300;
	background: url(images/content_bg.jpg) repeat-y;
	}
	#content_column a {
		color: #b36c19;
		}
	
#sidebar_column {
	width: 236px;
	background: #b36c19 url(images/sidebar_bg_grad.jpg) top left repeat-x;
	padding: 5px;
	}
	.sidebar_block {
		color: #fff;
		}
		.sidebar_block a {
			color: #fff;
			}
			
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #993300;
	border-bottom-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	line-height: 40px;
	border-top-color: #BFBF80;
	border-right-color: #BFBF80;
	border-bottom-color: #BFBF80;
	border-left-color: #BFBF80;
}
	h3 a {
		line-height: 40px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 24px;
		text-decoration: none;
		}
		h3 a:hover {
			text-decoration: underline;
			}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #993300;
}
.headline_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #336666;
}

.content_margins {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.article_texture_top {
	height: 100%;
	background: url(images/content_top_texture.png) top left no-repeat;
	}
	
.highlight { color: #fff; background: #b36c19; font-weight: bold; font-size: inherit; }