/* Background */
body {
	background-image: url('/image/SubpageBkgdBar.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial;
	}
	
#y0-wrapper {
	width: 768px;
	}

/* Body */
#contentBody-container {
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
/* Header */
#header-container {
	height: 231px;
	width: 768px;
	overflow: hidden;
	}
	
#header-left {
	width: 256px;
	height: 231px;
	background-image: url('/image/SubHeaderLeft.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	}
	
#header-left-content {
	margin: 54px 60px 0px 60px;
	}
	
#header-right {
	width: 512px;
	height: 231px;
	background-image: url('/image/SubHeaderRight.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	}
	
#header-right-content {
	margin: 40px 10px 0px 10px;
	}

#services-container {
	margin: 10px 0px 0px 0px;
	height: 184px;
	background-image: url('/image/ServicesNavBody.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: hidden;
	}

#about-container {
	height: 237px;
	background-image: url('/image/AboutNavBodySub.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: left;
	}
	
#press-container {
	margin: 10px 0px 0px 0px;
	height: 141px;
	background-image: url('/image/PressNavBody.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: hidden;
	}
	
#resources-container {
	margin: 10px 0px 0px 0px;
	height: 191px;
	background-image: url('/image/ResourcesNavBodySub.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: hidden;
	}


/* Content */
#content-container {
	margin: 9px 0px 0px 0px;
	background-image: url('/image/SubContentExtender.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	}

#content-content-container {
	text-align: left;
	overflow: hidden;
	margin: 14px 25px 0px 40px;
	}
	
#content-content {
	width: 442px;
	text-align: left;
	padding: 0px 5px 0px 0px;
	}
	
#content-content-news {
	width: 442px;
	text-align: left;
	padding: 0px 5px 0px 0px;
	}
	
#content-content img {
	width: 350px;
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	}
	
#content-content h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #000066;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	}
	
#content-content h1 img {
	width: 19px;
	border-style: solid;
	border-width: 0px;
	}
	
#content-content h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	}
	
#content-content hr {
	color: #000066;
	background-color: #000066;
	size: 1px;
	width: 408px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 7px 0px;
	border-style: solid;
	border-width: 0px;
	}
	
#content-content-img {
	float: left;
	margin: 0px 10px 3px 0px;
	}
	
#content-content-img img {
	width: 135px;
	border-style: solid;
	border-width: 0px;
	}
	
#content-content-img2 {
	float: right;
	margin: 0px 0px 5px 10px;
	}
	
#content-content-img2 img {
	width: 205px;
	border-style: solid;
	border-width: 0px;
	}
	
#content-content p {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align: left;
	line-height: 18px;
	}
	
#content-content-news p {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align: left;
	line-height: 18px;
	}
	
#content-content p strong {
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	}
	
#content-content-news p strong {
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	}
	
#content-content p img.icon {
	width: 15px;
	border-style: solid;
	border-width: 0px;	
	}	
	
#content-content a, #content-content a:link, #content-content a:visited, #content-content a:hover, #content-content a:active {
	color: #666666;
	text-decoration: underline;
	}
	
#content-content a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#content-content-news a, #content-content-news a:link, #content-content-news a:visited, #content-content-news a:hover, #content-content-news a:active {
	color: #666666;
	text-decoration: none;
	}
	
#content-content-news a:hover {
	color: #333333;
	text-decoration: underline;
	}

#subject-container-link {
	padding: 0px 0px 10px 0px;
	}
	
#printer-button {
	text-align: left;
	padding: 15px 0px 0px 0px;
	}	
	
#printer-button img {
	width: 110px;
	border-style: solid;
	border-width: 0px;
	}
	
	

/* Footer */
#footer-wrapper {
	background-image: url('/image/BottomBar.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	width: 100%;
	clear: left;
	height: 80px;
	text-align: center;
	}
	
#footer-container {
	padding: 35px 0px 0px 0px;
	clear: left;
	text-align: center;
	width: 768px;
	height: 20px;
	}
