@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0px;
	color: #505050;
	font-family: Trubechet, tahoma, verdana, helvetic, arial;
	}
#container {
	margin: 0 auto;
	padding: 10px;
	width: 720px;
	}
	
p {
		font-size: 12px;
		line-height: 18px;
		}
h1 {
		font-size: 21px;
		color: #76B2DC;
		font-weight: normal;
		border-bottom: 1px solid #dbd7c1;
		}
h2 {
		font-size: 18px;
		color: #666666;
		font-weight: normal;
		font-style:normal;
		}
	#footer {
		clear: both;
		margin: 0 auto;
		padding: 10px;
		width: 720px;
		text-align: center;
		font-size: 11px;
		}
		/* Link Styles */
	a:link {
	text-decoration: none;
	color: #124577;
}
	a:visited {
	text-decoration: none;
	color: #8F8D8D;
}
	a:hover {
	color: #669933;
}
	a:active {
	text-decoration: none;
	color: #124577;
	}
	
	ul li {
	font-size: 12px;
	line-height: 18px;
	}
