* {
	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-top:3em;
	padding-left:2em;
}

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

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

a img,img {
	border:none;
}

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

#header {
	width::960px;
	height:137px;
}

#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;
}

#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 li {
	float:left;
}

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

#mainCont {
}

#leftCol {
	background:url(../images/leftColBg2.gif) no-repeat 0 0;
	width:303px;
	height:419px;
	float:left;
}

#leftCol p {
	color:#014991;
	width:230px;
	margin:1em 0 0 40px;
	font-weight:bold;
	font-size:.85em;
	line-height:1.25em;
	text-align:left;
}

#leftCol ul {
	list-style-type:none;
	line-height:2em;
	font-weight:bold;
	margin:1em 0 0 3em;
}

#leftCol li {
	line-height:1.25em;
	margin-top:1.5em;
}

#leftCol a {	
	text-decoration:none;
	color:#014991;
}

#leftCol a:hover {
	text-decoration:underline;
}

#leftCont {
	width:270px;
}

#rtCol {
	background:url(../images/rtColBg2.gif) no-repeat 0 14px;
	width:656px;
	min-height:500px;
	border-left:1px solid #ccc;
	float:left;
}

#rtCol p a {
	color:#fff;
	font-style:italic;
}

#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:4em;
	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 img {
	background-color:#fff;
	border:1px solid #999;
	margin:0 2em 1em 0;
	padding:15px;
	float:left;
	position:relative;
}

#rtColInner p {
	color:#fff;
	line-height:1.25em;
	font-size:.85em;
	margin-top:1em;
	text-align:left;
}

iframe {
	border:1px solid #fff;
}

#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;
}

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

.marker {
	list-style-image:url(../images/arrow.gif);
}

.subheader {
	font-size:1.5em;
	font-weight:bold;
	font-style:italic;
	color:#014991;	
	margin:3em 0 0 40px;
	padding-bottom:.75em;
	border-bottom:2px solid #014991;
}

.italic {
	font-style:italic;
}

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

#phone p.emphasis {
	font-size:1em;
	font-weight:bold;
	font-style:italic;
}
	
