/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	background-color: #F4F4F4;
	background-image: url(img01NEW3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
h1, h2, h3 {
	font-weight: normal;
	color: #212121;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.4em;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
/* Header */

#header {
	width: 900px;
	height: 73px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#headerbg {
	clear: both;
	width: 900px;
	height: 21px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(headerbottom.jpg);
}


/* Logo */

#logo {
	float: left;
	margin-top: 30px;
	letter-spacing: 3px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: none;
}

#logo h1 {
	padding-left: 50px;
	text-align: center;
	font-size: 3.2em;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(logoblue3.JPG);
	margin-left: 6px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	margin-top: 21px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 30px 20px 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(img03White.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#menu .current_page_item a {
	color: #ebf1f7;
	background-image: url(img03White.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Page */

#page {
	width: 900px;
	padding-top: 4px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 1px;
}

/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 11px;
	color: #999999;
	background-image: url(img06Black.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer p {
	margin: 0;
	padding: 13px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}

