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

#header,
#menu,
#submenu,
.clear,
.column_right,
.column_center_b,
.column_left_b,
.leave_comment,
#footer,
.digg,
.hr_top,
.hr_bottom
 {
 height:0px;
 width:0px;
visibility:hidden;
background:none #FFFFFF;
overflow:hidden;
}

body,
#pagewrapper,
#bgwrapper
{
font-family: Arial;
	font-size: 12px;
background:none #FFFFFF;
}

.column_main {
background:none #FFFFFF;
position:absolute;
top:0;
left:0;
width:7.5in;
}

a,  a:visited {
	color: #009ddb;
	text-decoration: none;
	}
	
/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/

h1, h1 a, h1 a:visited {
	margin: 0px 0px 10px 0px;
	padding: 0px;

	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	line-height: 38px;
	font-weight: normal;
	color: #282626;
	letter-spacing: -1px;
	text-decoration: none;
}

h1 a:hover {
	color: #958f89;
}

h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;

	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	/*color: #e0e730;*/
	color: #c7cb2a;
}

h2 a, h2 a:visited {
	padding: 0px 0px 1px 0px;

	color: #c7cb2a;
	text-decoration: none;

	border-bottom: 1px solid #dddddd;
}

h2 a:hover {
	color: #837870;
}

h2 i {
	color: #999999;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

h2 i a, h2 i a:visited {
	color: #999999;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

h2 i a:hover {
	color: #000000;
}

h3 {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	
	font-family: Geneva, Arial;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}

h3 a, h3 a:visited {
	color: #336699;
	text-decoration: none;
}

h3 a:hover {
	color: #cc0000;
}

h4 {
font-size:15px;
font-weight:400; margin-bottom:4px; margin-top:4px;
color:#1F1D1D;
font-size:14px;
font-weight:normal;

padding:0;
}

h5 {
margin: 10px 0px 10px 0px;
	padding: 0px;
	color:#958e89; font-size: 19px;
	line-height: 21px;
	font-weight: normal;
	letter-spacing: -.5px;
	text-decoration: none;
    font-style:italic;

}


