/* CSS Document */

body {
	background: #FFF url(../images/bodyBgSub.png) left top repeat-x;
}

#headerbg {
	height: 114px;
	position: absolute;
	top: 14px;
	left: 0px;
	width: 50%;
	background: transparent url(../images/headerBgSub.png) top left repeat-x;
	z-index: 1;
}

#container {
	position: relative;
	z-index: 10;
	width: 770px;
	margin: 0px auto;
	background: transparent url(../images/containerBg.png) left top repeat-y;
}

#containerBottom {
	width: 770px;
	margin: 0px auto;
	height: 55px;
	background: transparent url(../images/containerBottom.png) top left no-repeat;
}

#header {
	height: 147px;
	background: transparent url(../images/headSubTop.png) top left no-repeat;
}

#content .left {
	width: 580px;
	float: left;
	margin-left: 10px;
}

#content .left .item, #content .left .small {
	padding: 10px 55px 0px 55px;
}

#content .left .small {
	font-size: 10px;
	color: #666;
}

#content .left .small a {
	color: #666;
	text-decoration: underline;
}

#content .left .small a:hover {
	text-decoration: none;
}

#content .left .small p {
	padding-bottom: 5px;	
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #085E72;
	margin-bottom: 30px;
	font-weight: normal;
}

#content .subHeading {
	color: #076973;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: .5px;
}

#content #contentScroller {
	height: 265px;
	padding: 10px 30px;
	overflow: auto;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	margin: 15px 0px 15px 0px;
}

#content #contentScroller h2 {
	font-size: 16px;
	margin-top: 10px;
	color: #333;
}

#content #contentScroller h3 {
	font-size: 12px;
	margin-top: 0px;
}

#content #contentScroller ul {
	padding: 0px 0px 5px 30px;
}

#content #contentScroller p {
	margin: 10px 0px 0px 0px;
}

#content .right {
	width: 150px;
	float: right;
	text-align: right;
	padding-top: 10px;
}

#content .right #navigation {
	margin-bottom: 100px;
}

#content .right #navigation ul li {
	width: 140px;
	list-style-type: none;
	height: 27px;
	margin-top: 10px;
	background: transparent url(../images/navRightBg.png) top left no-repeat;
}

#content .right #navigation ul li a {
	color: #666;
	font-size: 12px;
	line-height: 27px;
	display: block;
	height: 100%;
	text-align: left;
	padding-left: 20px;
	text-decoration: none;
}

#content .right #navigation #startSmall {
	width: 140px;
	height: 37px;
	margin-top: 10px;
	background: none;
}

#content .right #navigation #startSmall a{
	height: 37px;
	width: 140px;
	padding: 0px;
}

.bold {
	font-weight: bold;
}