@charset "utf-8";
/* CSS Main */


body {
	background-color: #454545;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

/* Interface Image Backgrounds */


.header_image {

	background-image: url(../images/interface/interface_03.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
	height: 118px;
}

.content_image {

	background-image: url(../images/interface/interface_05.jpg);
	background-position: top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.footer_image {

	background-image: url(../images/interface/interface_08.jpg);
	background-position: top;
	background-repeat:repeat-x;
}

.img_border { 
	border:1px solid #cccccc;
	padding: 4px;
}

.img_border_sm{ 
	border:1px solid #873b3b;
	padding: 2px;
}

/* Section Layout */



.navigation_section {

	padding-top: 92px;
}

.footer_section {

	height: 100px;

}

.content_section {

	height: 500px;

}

/* Text Style */

.tx_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:800;
	color:#FFFFFF;
	}


.tx_by {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	color:#787878;
	}
	
.tx_ar_sub_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:800;
	color:#535353;
	}

.tx_ar_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	color:#535353;
	text-align:justify;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#333333;
	font-weight:700;
	letter-spacing: -.03em;
    margin-top: .1em;
	line-height: 24px;
	margin-bottom: .17em;
	padding-top: 2px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#333333;
	font-weight:700;
    margin-top: .1em;
	line-height: 24px;
	margin-bottom: .17em;
	}
	

.tx_sidebar_header { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	border-bottom: 1px solid #873b3b;
	font-weight:800; 
	margin-bottom: 7px;
	}
	

.tx_sub_header { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	border-bottom: 1px dashed #cccccc;
	font-weight:800; 
	margin-bottom: 7px;
	}
	
	
.current_issue_title { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	border-bottom: 1px solid #873b3b;
	font-weight:800; 
	margin-bottom: 7px;
	}

.lk_article_title:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight:800;
	color: #5e2727;
	text-decoration: none;
}

.lk_article_title:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight:800;
	color: #5e2727;
	text-decoration: none;
}

.lk_article_title:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight:800;
	color: #5e2727;
	text-decoration: none;
}

.lk_article_title:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight:800;
	color: #A44444;
	text-decoration: none;
}




.lk_content:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight:800;
	color: #5e2727;
	text-decoration: none;
}

.lk_content:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight:800;
	color: #5e2727;
	text-decoration: none;
}

.lk_content:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight:800;
	color: #5e2727;
	text-decoration: none;
}

.lk_content:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight:800;
	color: #A44444;
	text-decoration: none;
}




.lk_nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight:800;
	color: #FFFFFF;
	text-decoration: none;
}

.lk_nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 12px;
	font-weight:800;
	color: #FFFFFF;
	text-decoration: none;
}

.lk_nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 12px;
	font-weight:800;
	color: #FFFFFF;
	text-decoration: none;
}

.lk_nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 12px;
	font-weight:800;
	color: #CCCCCC;
	text-decoration: none;
}




.lk_side_bar_article:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight:800;
	color: #CCCCCC;
	text-decoration: none;
}

.lk_side_bar_article:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight:800;
	color: #CCCCCC;
	text-decoration: none;
}

.lk_side_bar_article:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight:800;
	color: #CCCCCC;
	text-decoration: none;
}

.lk_side_bar_article:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight:800;
	color: #FFFFFF;
	text-decoration: none;
}
