body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #E8E8E8;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	width: 750px;
	border: 1px solid #999;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #003C3C;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-transform: capitalize;
	line-height: 1.5;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #396266;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #404040;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	line-height: 1.3;
}
h3 {
	color: #9F9F9F;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.7em;
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 5px;
	margin-left: 35px;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 35px;
}
#wrapper #main_content p #FlashID2 {
	padding: 5px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
}

h4 {
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	margin: 10px;
	padding: 10px;
	float: right;
	line-height: 1.2;
}

#li {
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(../assets/images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#wrapper #main_content h5 strong em {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	text-decoration: underline;
	color: #666;
	margin: 10px;
	padding: 10px;
}


#header {
	margin: 0px;
	padding: 0px;
}
#navigation {
	margin: 0px;
	padding: 0px;
	background-image: url(../assets/images/navigation-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
#main_content {
	background-image: url(../assets/images/shadow-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 20px;
	clear: both;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 4px;
}
#contact {
	float: right;
}

#navigation a:hover {
	color: #333;
	text-decoration: none;
}
#footer #footer2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: capitalize;
	color: #003C3C;
}
h2 a {
	font-family: Verdana, Geneva, sans-serif;
	color: #033;
	font-size: 1em;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-weight: bold;
	text-decoration: none;
}
#wrapper #main_content h5 a {
	text-decoration: none;
	font-size: 1.1em;
	line-height: 3;
	color: #333;
	padding-right: 5px;
}
#wrapper #main_content h5 a:hover {
	background-color: #FEF3AB;
	padding-right: 5px;
}

h2 a:hover {
	text-decoration: underline;
}
