/* CSS Document */

html, body {
	background: url(../graphics/background.jpg) top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 0;
	margin: 0;
	height: 100%;
}

p {
	line-height: 125%;
}

a {
color: #0E5296;
font-weight: bold;
text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style-image: url(../graphics/bullet.gif);
}

#container {
	height: 100%;
	width: 100%;
}

#leftColumn {
	height: 100%;
	float: left;
	width: 36px;
	background: url(../graphics/leftBackground.jpg) top right repeat-y;
}

#mainColumn {
	height: 100%;
	float: left;
	width: 681px;
	background: #FFFFFF url(../graphics/rightBackground.jpg) top right repeat-y;
}

#rightColumn {
	width: 74px;
	height: 350px;
	float: right;
	background: url(../graphics/northcare.jpg) top right no-repeat;
}

#header {
	width: 667px;
	height: 136px;
	background: url(../graphics/header.jpg) no-repeat top left;
}

#navBar {
	position: absolute;
	left: 270px;
	top: 96px;
	padding:0;
	width: 450px; 
	overflow: visible;
	font-size: 12px;
	font-weight: bold;
}

#navBar ul {
	margin: -2px 0 0 -18px;
}

#navBar li.navOne {
	list-style-type: none;
	float: left;
	margin-left: 30px;
	list-style-image: none;
}

#navBar li.navTwo {
	list-style-type: none;
	float: left;
	margin-left: 36px;
	list-style-image: none;
}

#navBar li.navThree {
	list-style-type: none;
	float: left;
	margin-left: 42px;
	list-style-image: none;
}

#navBar a {
	color: #000000;
	text-decoration: none;
}

#navBar a:hover {
	color: #0E5296;
}

#mainContainer {
	width: 100%;
}

#leftMain {
	width: 400px;
	height: 100%;
	float: left;
	padding: 10px;
}

#rightMain {
	float: right;
	margin-right: 15px;
	width: 225px;
	margin-top: 15px;
}