html
{
	height: 100%;

}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-align:justify;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	height: 100%;
}
#container {
	width: 902px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 900px;
	background-color: #0000ff;
}
#navigation {
	float: left;
	width: 188px;
	height: 100%;
	
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #C63D0F;
	background-color: #fff;
}
#content {
	position: relative;
	float: left;
	width: 860px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #1874cd;
	background-color: #fff;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}
#footer {
	text-align: center;
	clear: both;
	width: 900px;
	padding-top: 0px;
	padding-bottom: 5px;
	border: 1px solid #C63D0F;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #274455;
	margin: 13px;

}
#masthead h3 {
	color: #426376;
	margin: 3px;
}

#masthead img {
	float:left;
	padding:2px;
	border: 1px solid #1874cd;
	width: 894px;
	margin-left:0px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #274455;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
	font-weight:bold;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #C63D0F;
	background-color: #C63D0F;
}
#navigation h3 {
	background-color: #C63D0F;
	color: white;
	height:30px;
	margin:0px;
	padding-top:10px;
	text-align: center;
	
}
/* Content Styles */
#content h2 {
	background-color: #1874cd;
	color: white;
	height:35px;
	margin-top:0px;
	margin-left:-20px;
	margin-right:-20px;
	padding-top:5px;
	text-align: center;
}

#content h1,h2,h3,h4,h5,h6 {
	color: #274455;
}
#content img {
	padding: 5px;
	border: 1px solid #dcdcdc;
}
/* Footer Styles */
#footer p {
	color: #dcdcdc;
	margin-top: 5px;
}
#footer a {
	color: #395565;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #395565;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
