* {
	margin:0;
}
html, body {
	height:100%;
}
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -70px auto;
}
#footer, .clearfix {
	height:70px;
}

body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#13305a;
	background:#64a0e4 url(images/bg-y.gif) repeat-y scroll top center;
}

h1, h2, h3 {
	margin:0;
	font-weight:normal;
}

h1 {
	color:#ffffff;
	font-size:197%;
}

h2 {
	color:#ffffff;
	font-size:167%;
}

h3 {
	color:#cc0099;
	font-size:140%;
}

h4 {
	color:#cc0099;
	font-size:110%;
	font-weight:bold;
}

p {
	margin:11px;
}

p, ol, ul {
	line-height:170%;
}

a {
	color:#3366ff;
}

a:hover {
	text-decoration:none;
	color:#cc0099;
}

img {
	border:0;
}

img.left {
	float:left;
	margin:7px 15px 7px 0;
}

img.right {
	float:right;
	margin:7px 0 7px 15px;
}

img.middle {
	display: block;
	float:none;
	margin:10px auto 10px auto;
}

.clear {
	clear:both;
}

hr {
	display: none;
}

input, textarea {
	border-width:1px;
	border-style:solid;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 13px;
	color:#0e2350;
}

label {
	display:block;
	float:left;
	width:120px;
}

#wrapper {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	border-style:solid;
	border-color:#13305a;
	border-top-width:0;
	border-bottom-width:0;
	border-left-width:1px;
	border-right-width:1px;
}

#header {
	width:750px;
	height:221px;
	margin:0;
	background:transparent url(images/header.jpg) no-repeat scroll top center;
}

#title {
	width:390px;
	height:221px;
}

#title h1 {	
	padding:77px 0 0 0;
	text-align:center;
	font-size:35px;
}

#title h2 {
	text-align:center;
	font-size:24px;
	font-style:italic;
	letter-spacing:4px;
}

#menu {
	width:750px;
	height:60px;
	margin:0;
	padding:0;
}

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

#menu ul li {
	display:block;
	float:left;
	width:150px;
	height:60px;
	margin:0;
	padding:0;
}

#menu ul li a {
	display:block;
	float:left;
	width:150px;
	height:60px;
	margin:0;
	background:#2faea3 url(images/menuitem-bg-normal.jpg) no-repeat scroll top left;
	text-decoration:none;
	text-align:center;
	font-size:110%;
	font-weight:bold;
	line-height:60px;
	color:#ffffff;
}

#menu ul li a:hover {
	background:#2789b0 url(images/menuitem-bg-hover.jpg) no-repeat scroll top left;
	color:#0e2350;
}

#menu ul li.active a {
	background:#41a0be url(images/menuitem-bg-active.jpg) no-repeat scroll top left;
	border-width:0;
	color:#ffffff;
}

#menu-bottom {
	width:750px;
	height:40px;
	margin:0;
	background:#ffffff url(images/menu-bottom-bg.gif) repeat-x scroll top left;
}

#main {
	width:730px;
	margin:0;
	background-color:#ffffff;
	color:#13305a;
	padding:10px;
}

#footer {
	margin:0 auto 0 auto;
	width:750px;
	color:#ffffff;
	background:#13305a url(images/footer.jpg) no-repeat scroll top left;
	border-style:solid;
	border-color:#13305a;
	border-top-width:0;
	border-bottom-width:0;
	border-left-width:1px;
	border-right-width:1px;
}

#footer-top {
	margin:0;
	height:34px;
}

#footer-bottom {
	margin:0;
	padding:0;
	height:36px;
	overflow:hidden;
}

#footer-left {
	margin:8px 0 0 0;
	padding:0 0 0 9px;
	float:left;
	width:325px;
	font-size:12px;
	text-align:left;
}

#footer-right {
	margin:8px 0 0 0;
	padding:0;
	float:left;
	width:315px;
	font-size:12px;
	text-align:right;
	color:#5985a7;
}

#fobergdesignlogo {
	margin:0;
	padding:0;
	display:block;
	float:right;
	width:93px;
	height:36px;
}

