@charset "utf-8";
body {
	background-image: url(../images/global/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 100px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#frame {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}
#logo {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#footer {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer p {
	float: right;
}
#footer h1 a , #footer p a{
	font-family: Arial, Helvetica, sans-serif;
	color: #1C6EB7;
	font-size: 12px;
	font-weight: normal;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#footer h1 {
	width: 200px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content #center {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 400px;
}

#top-nav {
	padding: 0px;
	background-image: url(../images/global/topbanner.jpg);
	height: 250px;
	background-position: 0px 120px;
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 1000px;
}
#top-nav #logo  {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	float: left;
}
#top-nav #l1nav {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	display: block;
	height: 25px;
	clear: both;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 975px;
}
#top-nav #l1nav a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-color: #1C6EB7;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#top-nav #l1nav a:hover {
	background-color: #8AB2D6;
}

#top-nav #l2nav {
	font-size: 12px;
	padding: 0px;
	clear: both;
	float: left;
	width: 960px;
	height: 25px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}


#top-nav #l2nav a {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFF;
	display: block;
	float: left;
	letter-spacing: 1px;

	}
#top-nav #l2nav a:hover {
	background-color: #4CC9F5;
}

