@charset "utf-8";
/* CSS Document */

body {
	padding:				0;
	margin:					0;
	background-image:		url(images/bg.gif);
	background-position:	top;
	background-repeat:		repeat-x;
}

img {
	border:					0;
}

@font-face {
	font-family:			Bahamas Bold Italic;
 	src: 					url("BahamasBoldItalic.eot"); /* EOT file for IE */
	src:					local("XBahamas Bold Italic"), url("BahamasBoldItalic.ttf") format("truetype");
}

.logo-font {
	font-family:			Bahamas Bold Italic, Tahoma, Geneva, sans-serif;
	font-size:				18px;
}

#top {
	width:					1090px;
	height:					190px;
	background-image:		url(images/top-bg.png);
	background-position:	top;
	background-repeat:		no-repeat;
	margin-left:			auto;
	margin-right:			auto;
	margin-top:				10px;
	overflow:				hidden;
}

#top p {
	margin-top:				40px;
	margin-bottom:			0;
	margin-left:			45px;
}

#page {
	width:					1000px;
	padding-top:			10px;
	margin-left:			auto;
	margin-right:			auto;
	overflow:				hidden;
}

#menu {
	margin-top:				10px;
	text-align:				center;
	font-family:			Verdana, Geneva, sans-serif;
	height:					40px;
	margin-bottom:			20px;
}

#menu ul {
	padding:				0;
	margin:					0;
}

#menu li {
	display:				inline;
	list-style-type:		none; 
	padding-left:			20px;
	padding-right:			20px;
	border-left:			3px solid #FFF;
	font-size:				28px;
}

#menu li:first-child {
	border-left:			none;
}

#menu a {
	color:					#FFF;
	text-decoration:		none;
}

#menu a:hover {
	text-decoration:		underline;
}

#div-left {
	float:					left;
	width:					490px;
}

#div-right {
	float:					right;
	width:					490px;
}

#div-clear {
	clear:					both;
}

#content p, #content li, #content td {
	font-family:			Tahoma, Geneva, sans-serif;
	font-size:				16px;
}

#content th {
	font-family:			Verdana, Geneva, sans-serif;
}

#content p {
	margin-top:				0;
	margin-bottom:			10px;
}

#content a, #footer a {
	color:					#1c5faa;
	text-decoration:		none;
}

#content a:hover, #footer a:hover {
	color:					#3399cc;
}

#content h1 {
	font-family:			Verdana, Geneva, sans-serif;
	font-size:				24px;
	margin-top:				0;
	margin-bottom:			15px;
}

#content h2 {
	font-family:			Verdana, Geneva, sans-serif;
	font-size:				20px;
	margin-top:				10px;
	margin-bottom:			5px;
	font-style:				italic;
}

.thin {
	font-weight:			normal;
}

#content h3 {
	font-family:			Verdana, Geneva, sans-serif;
	font-size:				17px;
	margin-top:				0;
	margin-bottom:			5px;
}

#footer {
	font-family:			Tahoma, Geneva, sans-serif;
	text-align:				center;
	clear:					both;
	margin-top:				20px;
	margin-bottom:			10px;
}

#footer p {
	margin-top:				0;
	margin-bottom:			2px;
	font-size:				12px;
}

#footer img {
	vertical-align:			middle;
}

#footer p:first-child {
	font-weight:			bold;
	font-size:				25px;
	margin-bottom:			5px;
}