* {
	margin:0;
	padding:0;
}

body {
	background:url(../images/bodyBg.jpg) repeat-y center top;
	font:1em/1em Georgia, serif;
}

h1 {
	color:#014991;
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	width:250px;
	padding-left:2em;
	line-height:1.5em;
}

h2 {color:#fff;
	font-size:1.25em;
	font-weight:bold;
	font-style:italic;
	line-height:1.25em;
}

p,h1,h2,h3,h4,h5,h6 {
	margin-bottom:1em
}

a img,img {
	border:none;display:block;
}

#container {
	margin:0 auto;
	width:960px;
	background-color:#fff;
}

#header {
	background:url(../images/headerBg.jpg) no-repeat 0 0;
	width::960px;
	height:383px;
	/*border-top:10px solid #014991;*/
}

ul#nav li.current a {
	color:#fff;
	background: url(../images/hoverBg.jpg) repeat-x scroll;
}

#nav {
	list-style-type:none;
	float:right; /*IE debug*/
	height:39px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	position:relative;
	top:342px;
}

#nav li {
	float:left;
}

#nav a {
	background:url(../images/navBg.jpg) repeat-x 0 0;
	color:#11367c;
	float:left;
	text-align:left;
	padding: 12px 22px;
	line-height:1em;
	text-decoration:none;
	border-right:1px solid #ccc;
}

#nav a:hover {
	color:#fff;
	background: url(../images/hoverBg.jpg) repeat-x scroll;
}

#mainCont {
}

#leftCol {
	background:url(../images/leftColBg.gif) no-repeat 0 0;
	width:303px;
	float:left;
	padding-top:3em;
}

#rtCol {
	background:url(../images/rtColBg.gif) no-repeat 0 0;
	width:656px;
	margin-left;300px;
	border-left:1px solid #ccc;
	float:left;
}

#rtColOuter {
	border-top:2px solid #014991;
	border-bottom:2px solid #014991;
	border-left:2px solid #014991;
	background:#014991 url(../images/mainBg.jpg) repeat-x 0 0;
	margin-top:2em;
	margin-left:2em;
}

#rtColInner {
	border-top:1px solid white;
	border-bottom:1px solid white;
	border-left:1px solid white;
	margin-top:.5em;
	margin-bottom:.5em;
	margin-left:.5em;
	padding:2em;
}

#rtColInner p {
	color:#fff;
	line-height:1.25em;
	font-size:.85em;
	width:500px;
}

#footer {
	color:#014991;
	font-size:.75em;
	height:30px;
	margin-left:150px;
	padding-top:10px;
	clear:both;
}

#footer p {
	margin-right:2em;
	float:left;
}

#clear {
	clear:both;
}

.current {
	color:#fff;
	background:url(images/hoverBg.jpg) repeat-x 0 0;
}
	
