@CHARSET "UTF-8";

.site-content h1 {
	color: #3aabc9;
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica;
}

.site-content h2 {
	font-size: 16px;
	font-family: Helvetica;
	font-weight: bold;	
}

.site-content h3 {
	font-size: 12px;
	font-family: Helvetica;
	font-weight: bold;	
}

.site-content #download_button {
	position: relative;
	/* top: -70px; */
	left: 150px;	
}

.site-content #download_button img{
	border: none;
}

.site-content {
	padding-left: 25px;
	padding-top: 30px;
	margin: 0px;
	padding-bottom: 0px;
}

.site-content p {
	padding-right: 115px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.site-content ul {
	list-style-image: url("../images/bullet.jpg");
}

.site-content li {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;	
	padding-right: 115px;
}


#left {
	background-color: white;
	width: 190px;
	min-height: 515px;
	_height: 100%;
	float: left;
	border-right: 1px solid lightgrey;
}

#left img {
	position: relative;
	top: 20px;
}

#right {
	background-color: white;	
	float: left;
	width: 609px;
	min-height: 515px;
}
