html {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ccc;
}

h1 {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 34px;
	color: #d8b300;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 16px;
	color: #ccc;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.wrapper {
}

#col_1 {
	width: 200px;
	height: 20px;
	float: left;
}

* html #col_1 {height: 700px;}
*>#col_1 {min-height: 700px;}

#col_2 {
	width: 510px;
	height: 20px;
	float: right;
}

iframe {
margin-top: 20px;
}

p {	
	font-size: 13px !important;
	color: #ccc !important;
	text-align: left;		
	margin: 10px 0px 0px 0px;
}

.wrapper a:link, .wrapper a:visited, .wrapper a:active {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	text-decoration: underline;
}

.wrapper a:hover {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #d8b300;
	text-decoration: underline;
}

/* lists */
ul {
	font-size: 13px !important;
	color: #ccc !important;
	margin: 10px 0px 0px 20px; 
	padding: 0px 0px 0px 0px;
}
ul li {
	list-style-type: square;
}
ul li li {list-style-type: disc;}
ul li li li {list-style-type: circle;}

ol {
	font-size: 13px !important;
	margin: 10px 0px 0px 30px; 
	padding: 0px 0px 0px 0px;
}
ol li {
	list-style-type: decimal;
}
ol ol li {list-style-type: lower-alpha;}
ol ol ol li {list-style-type: lower-roman;}
