body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:”;
}
html, body {
	margin:0px;
	padding:0px;
	text-align:left;
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	background-color:#000000;
}
#header {
	padding-left:25px;
}
#wrapper {
	width:1048px;
}
#leftcol {
	width:270px;
	float:left;
	position:fixed;
	padding-top:7px;
	color:#999999;
}

* html #leftcol { position: absolute; left: 0px; top: 0px; }
 /*style for IE*/

#maincol {
	float:right;
	background-color:#212121;
	border-left:1px solid #272727;
	border-right:1px solid #272727;
	width:755px;
	padding: 7px 10px 10px 10px;
}
#footer {
	height:105px;
	padding-top:15px;
	clear:both;
	width:auto;
	border-top:#272727 2px solid;
	text-align:left;
}
/* *** Float Hacks *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  
-->

/*CLASSES*/
.leftmargin {
	margin-left:40px;
	width:180px;
}
.bottommargin {
	margin-bottom:20px;
}
#maincol p {
	color:#666666;
	padding-left:40px;
	font-size:10px;
	margin-bottom:10px;
	width:650px;
}
.coltitle {
	font-size:12px;
	font-style:italic;
	margin-bottom:5px;
	color:#CCCCCC;
	padding-left:20px;
}
h1 {
	font-size:28px;
	color:#FFFFFF;
	padding:3px;
	width:auto;
	letter-spacing:-1px;
	font-weight:100;
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
}
#leftcol h2 {
	font-size:18px;
	color:#FFFFFF;
	/*background-color:#212121;*/
	padding:3px;
	padding-left:30px;
	width:auto;
	font-weight:100;
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
}
#leftcol h3 {
	font-size:14px;
	padding: 10px 0px 0px 30px;
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	border-bottom:1px #212121 solid;
	color:#CCCCCC;
}
h4 {	
	font-size:10px;
	color:#333333;
	margin-bottom:15px;
}

/*LINK STYLES*/




a {
	color:#999999;
}
a:hover {
	color:#FFFFFF;
}
.folioList {
	margin-bottom:20px;
	margin-top:10px;
}
.folioList li a {
	color:#666666;
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
	padding-left:35px;
	font-weight:bold;
	display:block;
	width:auto;
	height:14px;
	margin-bottom:2px;
}
.folioList li a:hover {
	color:#9ff3f0;
	border-right:#9ff3f0 1px solid;
	background-color:#212121;
	width:auto;
	padding-right:3px;
}
#contact a {
	color:#CCCCCC;
	font-size:14px;
	text-decoration:none;
	font-style:italic;
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
}
#contact a:hover {
	color:#9ff3f0;
}
/*ACCORDIAN CSS*/

.toggler {
	cursor:pointer;
}
.toggler:hover {
	border-right:#9ff3f0 1px solid;
}
.element {
	margin-bottom:10px;
}


