
body {
	background: #edf8fe url(../imgs/bk-main.jpg) center top no-repeat;
	border:0;
	margin:0;
	padding:0;
}

body.secondary {
	background: #edf8fe url(../imgs/bk-secondary.jpg) center top no-repeat;
}

.menuContainer {
	width:100%;
	overflow:hidden;
}

.menu {
	margin:0 auto;
	width:650px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.menu li.noBK {
	background: none;
}

.menu li {
	background: url(../imgs/menu-bk.gif) repeat-x;
	height:70px;
	width:auto;	
	float:left;
	list-style:none;
	text-transform:uppercase;
	font-weight:400;
}

.menu li h1 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:17px;
}

.menu li h1 a {
	padding:0;
	border:0;
	padding:18px 20px 18px 20px;
	text-decoration:none;
	color:#606;
	float:left;
}

.menu li h1 a:hover {
	background:#606;
	color:white;
}

.siteContainer {
	margin: 0 auto;
	overflow:hidden;
	padding: 15px 30px;
	width:830px;
	background: url(../imgs/content-bk.gif) center top repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333a49;
}

.containerTop {
	margin: 200px auto 0 auto;
	width:900px;
	height:20px;
	background: url(../imgs/content-top-rounded.gif) center top no-repeat;
	overflow:hidden;
}

.title {
	
}

h2 {
	font-size:17px;
	color:#11357b;	
}

.textLeft {
	width:400px;
	float:left;
}

.textRight {
	width:400px;
	float:right;
}

.footerContainer {
	width:100%;
	overflow:hidden;
	padding-top:20px;

}

.footer {
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:750px;
}

.footer li {
	height:30px;
	width:auto;	
	float:left;
	list-style:none;
	font-weight:bold;
	padding: 0 15px;
}

.footer li a {
	padding:0;
	border:0;
	text-decoration:none;
	color:#333;
	float:left;
}

.footer li a:hover {
	text-decoration:underline;
}

