/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	background: transparent url(../images/bodyBg.png) repeat;
}

#container {
	width: 800px;
	margin: 30px auto;
	background: #FFF;
	border: 3px solid #FFE1E1;
}

#header {
	border-bottom: 3px solid #F7A9A9;
	padding: 15px 15px 30px 20px;
}

#navigation {
	float: right;
	padding-bottom: 5px;
	border-bottom: 1px solid #F7A9A9;
}

#navigation ul li {
	list-style-type: none;
	display: inline;
	margin-left: 10px;
}

#navigation ul li a {
	color: #2F6FB2;
	font-size: 16px;
	text-decoration: none;
	text-transform: lowercase;
}

#content {
	border-bottom: 3px solid #F7A9A9;
	background: transparent url(../images/leftBottom.jpg) bottom left no-repeat;
}

#contentLeft {
	width: 200px;
	padding: 10px 0px 0px 15px;
	float: left;
}

#contentLeft ul {
	margin-top: 10px;
}

#contentLeft ul li {
	list-style-type: none;
	padding-left: 5px;
	font-size: 18px;
	line-height: 38px;
}

#contentLeft ul li a {
	color: #2F6FB2;
	text-decoration: none;
}

#contentLeft ul li a:hover {
	text-decoration: underline;
}

#contentRight {
	border-left: 1px solid #F7A9A9;
	margin-left: 230px;
	min-height: 450px;
}

#banner {
	border-bottom: 1px solid #F7A9A9;
	height: 380px;
	overflow: hidden;
}

div.threeBox {
	float: left;
	border-right: 1px solid #F7A9A9;
	height: 189px;
	overflow: hidden;
}

#footer {
	padding: 30px 0px;
	text-align: center;
	color: #707F98;
	font-size: 13px;
}

#footNav {
	margin-bottom: 5px;
}

#footer #footNav ul li {
	font-weight: bold;
	display: inline;
	list-style-type: none;
	padding: 0px 5px;
}

#footer a {
	color: #707F98;
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

/*----------Subpage Styles--------------*/

#sub {
	padding: 20px 15px;
}

#sub h1 {
	color: #2F6FB2;
	font-size: 24px;
}

#sub p {
	padding: 10px 0px;	
}

.bold {
	font-weight: bold;
}