•ÈÀ@import url("layout.css");
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #6677BB;
	background-image: url('../images/background2.gif');
}
#container {
	width: 760px;
	margin: 0 auto;
	background-color: #E7A715;
}
#masthead {
	text-align: right;
	width: 760px;
	overflow: auto;
	background-color: #ddb;
}
#sidebar {
	border-style: none;
	border-width: thin;
	border-color: #000080;
	float: left;
	width: 154px;
	background-color: #e7a715;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 434px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
	color: #000080;
	font: inherit;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 760px;
	background-color: #002980;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	color: #FFFFFF;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000080;
	display: block;
	padding: 5px;
	border-bottom: 1px #FF0000 solid;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #FFCC66;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#content h1 {
	color: #000080;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #FF9900;
}
#content h2 {
	color: #000000;
}
#content h3 {
	color: #000000;
}
#content h4 {
	color: #000000;
}
#news {
	border: thick solid #CC0000;
	padding: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.float_left {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.side {
	border: 4px solid #CC0000; 
	float:right;
	width: 45%;
	padding: 10px;
	margin: 0 0 10px 10px;"
	}
.l {float: left; margin-right: 10px;}
.r {float: right; margin-left: 10px;}
