@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logodiv {
	height: 150px;
	background-image: url(../images/logo.jpg);
}
#wrapper #navdiv {
	background-color: #14202C;
	height: 25px;
	padding-left: 10px;
	color: #6CACEA;
	padding-top: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
}
#wrapper #textdiv {
	height: 1590px;
	color: #B7B9CE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 20px;
	padding-left: 10px;
	background-color: #000000;
}
#wrapper #textdiv #recentdiv {
	float: left;
	width: 770px;
	height: 1150px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #619EDD;
	padding-top: 10px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #71AFEC;
	margin: 0px;
}
.textfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #DFE0F4;
}
.titleheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #67A7E7;
}
.titlesm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #446F9C;
}
#wrapper #footerdiv {
	background-color: #14202C;
	height: 25px;
	color: #6CACE9;
	font-size: 16px;
	padding-left: 50px;
	padding-top: 7px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #446F9C;
	text-decoration: none;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


a:hover {
	color: #65A3E0;
	text-decoration: underline;
}
#wrapper #contactdiv {
	height: 280px;
	color: #B7B9CE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 20px;
	padding-left: 0px;
	background-color: #000000;
}
#wrapper #thankyoudiv {
	height: 150px;
	color: #B7B9CE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 20px;
	padding-left: 10px;
	background-color: #000000;
}
#wrapper #textdiv #flashdiv {
	float: right;
	height: 150px;
	width: 300px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
