@charset "UTF-8";
/**
 * @XHTML, CSS Tutorial
 * @Author       Alaa Haddad,  Austin, Texas
 * @Publisher    FlashWebCenter.com, Austin, Texas
 * @Contact      800-582-4649, Austin, TX"
 * @owner        webdesign@flashwebcenter.com
 * @file		Free Templates
 * @package		Websites
 * @version		Fireworks CS4, Dreamweaver CS4
 * @type		XHTML, CSS
 * @browsers	All
 * @link		http://www.FlashWebCenter.net
 * @copyright	2008-2010 Flash Web Center. All Rights Reserved.
 *
 */
body, td, th {
	font: 95% georgia, sans-serif;
	color: #00688A;
	background-color:#F4FADE;
	margin:0;
	padding:0;
}
a:link {
	color: #0187B3;
	text-decoration:none;
}
a:visited {
	color: #016181;
	text-decoration:none;
}
a:hover {
	color: #01BFFE;
}
a:active {
	color: #C30;
}
h1 {
	margin:15px;
	font-size: 20px;
	font-weight: bolder;
	color: #01749A;
}
h2 {
	margin:10px;
	font-size: 18px;
	font-weight: bold;
	color:#016687;
}
h5 {
	font-size: 10px;
	line-height: normal;
	color: #01A7DE;
}
p {
	margin:5px;
	padding:0;
	font-size: 16px;
	color: #00688A;
	text-align:justify;
}
ul#menu {
	font-size: 18px;
	margin:0;
	margin-left:70px;
	height:auto;
	width:auto;
	text-align:justify;
	float:left;
	padding:0;
	list-style: none;
	color: #E9EBF8;
}
ul#menu li a {
	display: block;
	margin-top:30px;
	text-decoration: none;
}
#middle_text {
	height:270px;
	width:650px;
	text-align:justify;
	float:left;
	overflow: auto;
	margin: 2px;
	padding: 0;
}
#copy {
	font-size:10px;
	font-weight:bold;
	color: #999;
	text-align:center;
}
.download {
	margin:0;
	padding:0;
	width:100%;
}
.download img {
	float:left;
	margin:0;
	margin-left:30px;
	width:35px;
}
.download p {
	margin:0;
	margin-top:10px;
	width:40%;
	float:right;
	text-align:center;
}
.clear {
	clear: both;
}
