		*	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
	border: none;
}

body	{
	background-color: #221A06;
	color: #FFF;
	font-family: /*Clarendon,*/ Georgia, Verdana, Arial, Sans-serif, SansSerif;
	font-weight: normal;
}

div#wrapper	{
	padding: 20px
}

div#header	{
	margin-bottom: 35px;
}

div#header h1	{
	color: #78C2ED;
	font-weight: normal;
	font-size: 48px;
	letter-spacing: -4px;
}

div#header h2	{
	font-weight: bold;
	font-size: 15px;
	line-height: 10%;
	letter-spacing: -0.5px;
}

div#content h3	{
	color: #78C2ED;
	margin-bottom: 25px;
	font-weight: bold;
}

div.section	{
	width: 950px;
	float: left;
	margin-bottom: 40px;
}

a:link, a:visited	{
	text-decoration: none;
	color: #78C2ED;
}
a:hover, a:active	{
	text-decoration: underline;
	color: #fff;
}
div#content div.section ul	{
	list-style: none;
	list-style-type: none;
}

div.sub_section	{
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 5px;
	margin-right: 40px;
	width: 230px;
	float: left;
	border-bottom: 1px dotted lightgreen;
}

div.section div.sub_section ul	{
	margin-top: 6px;
	margin-bottom: 10px;
}

div.section div.sub_section ul li	{
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 0px;
	text-indent: 0;
	line-height: 13px;
	margin-bottom: 2px;
}
div.sub_section h5 {
	Font-family: arial;
	font-size: 12px
}
div.sub_section p {
	margin-bottom: 3px;
	border-top: 1px dotted lightgreen;
	padding: 3px;
	font-family: arial;
	font-weight: bold;
}
