@charset "UTF-8";

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	background-color: #000000;
	text-align: center;
}

a  {border-style: none; outline-style: none; text-decoration:none; }

a:hover {
	text-decoration: none;
}

.twoColHdr #container {
	margin: 0;
	text-align: left;
} 

.twoColHdr #header { 
	width: 90%;
	padding: 10px;
	display: block;
	overflow:hidden;
}

.twoColHdr #header h1,h2 {
    float:left;
	margin: 0;
 }

.twoColHdr #header h1 {
	font-size: 1.5em;
	font-weight:normal;
	margin: 0;
}

.twoColHdr #header h1 a {
	color:white;
	letter-spacing: 0.05em;
}

.twoColHdr #header h2 {
	font-size: 1.5em;
	margin: 0;
}

.twoColHdr #header h2 a {
	color:#333;
}

.twoColHdr #sidebar {
	float: left;
	width: 12em;
	height: 100%;
	margin-left: 10px;
}

.twoColHdr #sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #666666;
}

.twoColHdr #sidebar .title {
	color: #787878;
}

.twoColHdr #sidebar  a {
	text-decoration: none !important;
	color: #404040 ;
	}
	
.twoColHdr #sidebar a:hover {
	color: #999999;
	text-decoration: none;
}

.twoColHdr #sidebar li {
	color: #333333;
}

.twoColHdr #wrapper {
	display: block;
	overflow:hidden;
}

.twoColHdr #content {
	width: 750px;
	text-align:center;
	margin: 0 auto 0 auto;
}

.twoColHdr #content h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:0.9em;
	font-weight:normal;
	color:#333333;
	margin:2px 0 5px 0;
	padding: 0;
	text-align:right;
}

.twoColHdr #content  a {
	text-decoration: none !important;
	color: #666666;
	padding: 2px;
}
	
.twoColHdr #content  a:hover {
	color: #999999;
	text-decoration: none;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	
a:focus {
    user-focus: none; outline : none; -moz-user-focus: none; -moz-outline: none; behavior: url(/includes/userfocus.htc)
}


