@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#header {
	display: block;
	height: 68px;
	position: relative;
	width: 730px;
	margin: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header .logo {
	margin-top: 35px;
	float: left;
	position: relative;
}
#header .logoLine {
	margin-top: 48px;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	float: right;
	position: relative;
}
#nav {
	height: 23px;
	margin: 0px;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #699AE4;
	border-bottom-color: #699AE4;
	background-image: url(images/navBack.png);
	background-repeat: repeat-x;
}
#menu {
	display: block;
	height: 23px;
	position: relative;
	width: 730px;
	margin: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#menu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#menu ul li {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: inline;
	height: 23px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 23px;
	font-weight: bold;
	color: #002C6B;
	text-decoration: none;
	text-transform: capitalize;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #FFF;
	}
#menu ul li.last {
	border-right:none
}

#menu ul li a {
	text-decoration: none;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #FFF;
}
#content {
	display: block;
	position: relative;
	width: 730px;
	margin: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#contentTopLeft {
	position: absolute;
	left: -400px;
	top: 0px;
	z-index: 1;
}
#contentTopRight {
	position: absolute;
	left: 400px;
	top: 0px;
	z-index: 1;
}

#contentText {
	position: absolute;
	z-index: 2;
	width: 730px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 40px;
}
