﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: gray;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 16px
}

@media print {
	#sidebar {
		display:none
	}
}

#page_container {
	border-color: #C0C0C0;
	margin: 0px auto 0px auto;
	width: 780px;
	border-right-style: groove;
	border-left-style: groove;
}
#header {
	position: relative;
	height: 167px;
	width: 780px;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
.bannerline {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #171717;
	font-style: normal;
}
#main {
	position: relative;
	background-color: #666666;
	width: 780px;
}
#content {
	margin-left: 150px;
	padding: 10px;
	width: 610px;
	background-color: #999999;
}
#sidebar {
	position: relative;
	width: 150px;
	background-color: #666666;
	float: left;
}
		
	/* Styles for Side Navigation */
	#sidebar ul {
		list-style-type: none;
		width: 100%;
		display: block;
		margin: 0;
		padding: 0;
	}
	#sidebar li {
	display: block;
	border: 1px solid #000000;
}
	#sidebar a {
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		color: white;
		padding: 5%;
		display: block;
		border-bottom: 1px solid #f5f5f5;
	}
	#sidebar a:hover {
		color: black;
		background-color: red;
}

#footer {
	padding: 10px;
	height: 50px;
	position: relative;
	width: 760px;
	background-color: #666666;
	clear: both;
	border-top-style: solid;
	border-width: 2px;
	border-top-color: #f5f5f5;
}

	/* Styles for Footer */
	#footer p {
		font-size: 13px;
		color: #FFFFFF;
		font-style: italic;
	}
	#footer a {
		color: #FFFFFF;
		text-decoration: underline;
		font-weight: bold;
	}
	#footer a:hover {
		color: black;
		background-color: red;
}


.blue {
	color: blue;
}
.blue_italic {
	font-style: italic;
	color: blue;
}
.blue_italic_center {
	font-style: italic;
	color: blue;
	text-align: center;
}
.black_italic_center {
	color: #000000;
	font-style: italic;
	text-align: center;
}
.black_center {
	color: #000000;
	text-align: center;
	font-style: normal;
}
.yellow_italic_center {
	font-style: italic;
	color: #D68319;
	text-align: center;
}
.yellow {
	color: #D68319;
}
.green {
	color:green
}
.green_italic_center {
	color: green;
	font-style: italic;
	text-align: center;
}
.green_center {
	color: green;
	text-align: center;
}
.red {
	color:red
}
.red_italic_center{
	color:red;
	font-style: italic;
	text-align: center;
}
.red_center{
	color:red;
	text-align: center;
}

.indent_list {
	margin-left: 220px
}

.img_cbc {
	border: thick outset #C0C0C0;
	margin-top: 80px;
	margin-left: 16px;
	padding: 4px;
	background-color: #FFFFFF;
}
.img_mcp {
	border: thick outset #C0C0C0;
	margin-top: 35px;
	margin-left: 16px;
	padding: 4px;
	background-color: #FFFFFF;
}
.img_floatright {
	margin: 5px;
	border: 1px solid #000000;
	float: right;
}
.img_floatleft {
	margin: 5px 25px 5px 0px;
	border: 1px solid #000000;
	float: left;
}
.top_right {
	text-align: right;
}


#content {
	margin-left: 150px;
	padding: 10px;
	width: 610px;
	background-color: #FFFFFF;
}
