﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size: 0.75em;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #F0F8FF;
}
#container {
	width: 950px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	background-color: #fff;
	
}
#masthead {
	text-align: center;
	width: 928px;
	padding: 10px;
	border: 1px solid #1C8DFF;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #3366CC;
}
#navigation {
	font-size: 0.80em;
	position: relative;
	float: left;
	width: 140px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right: 1px solid #fff;
	background-color: #E1E1E1;
	
}
#content {
	float: left;
	width: 670px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align:justify;
	min-height:650px;
}
#right_container {
	font-size: 0.80em;
	position: relative;
	float: right;
	width: 118px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right: 1px solid #fff;
	background-color: #E1E1E1;
}


#footer {
	font-size: 0.80em;

	text-align: center;
	clear: both;
	width: 950px;
	background-color: #3366CC;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
	font-size: 3.0em;
}
#masthead h3 {
	color: #fff;
	font-size: 1.50em;

}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	
	
	}
#navigation a {
	color:black;
	text-decoration:none;
	display: block;
	padding: 5px;
	background-color: #E1E1E1;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #CFCFCF;
}



#right_container ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	
}
#right_container li {
	display: block;
	margin: 0;
	padding: 0;
	
	
	}
#right_container a {
	color:black;
	text-decoration:none;
	display: block;
	padding: 5px;
	background-color: #E1E1E1;
}
#right_container a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #CFCFCF;
}








	

#content h2 {
	color: #503750;
	text-align:left;
}



#content img {
	padding: 5px;
	border: 1px solid #fff;
}


/* Footer Styles */
#content img {
	padding: 5px;
	border: 1px solid #fff;
}
/* Footer Styles */
#footer p {
	color:silver;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #1C8DFF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}