@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:#00215E;
	background-color:#171717;
	margin:0;
	padding:0;
}
a:link {
	color: #CC4200;
	text-decoration:none;
}
a:visited {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #FF712D;
}
a:active {
	color: #C30;
}
h1 {
	margin:15px;
	font-size: 20px;
	font-weight: bolder;
	color: #00379D;
}
h2 {
	margin:10px;
	font-size: 18px;
	font-weight: bold;
	color:#0041B9;
}
h5 {
	font-size: 10px;
	line-height: normal;
	color: #0047CC;
}
p {
	margin:5px;
	padding:0;
	font-size: 16px;
	color: #00215E;
	text-align:justify;
}
ul#menu {
	font-size: 18px;
	margin-top:50px;
	margin-left:50px;
	height:auto;
	width:auto;
	text-align:justify;
	float:left;
	padding:0;
	list-style: none;
}
ul#menu li {
	display: inline;
}
ul#menu li a {
	text-decoration: none;
	margin-left:100px;
}
#copy {
	font-size:10px;
	font-weight:bold;
	color: #DDF;
	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;
}
