﻿@import url("layout.css");
body {
	font-family:Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #000;
	background-image:url('../images/ctilebkg1.jpg');
	background-repeat:repeat;
}
#container {
	width: 722px;
	margin: 0 auto;
	background-color:#7B4231;
	border: 2px #7b4231 outset;
	
}
#masthead {
	text-align: left;
	width: 722px;
	overflow: auto;
	background-color: #7B4231;
}
#sidebar {
	float: left;
	width: 154px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #7B4231;
	color: #fff;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 548px;
	padding: 10px;
	overflow: auto;
	background-color:#F3EBE8;
	text-align:justify;
	margin: 0px;
	position: relative;
}
#content img {
	display:inline;
}
#footer {
	font-family:Arial, Helvetica, sans-serif;
	clear: both;
	width: 722px;
	background-color: #dcb;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
	border-width: 0px;
}
#masthead p {
	text-align: left;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Content */
#content h1 {
	margin-bottom: -8px;
	font-size: 18pt;
}
#content h2 {
	font-size: 18px;
}

#content a  {
	color:#006699;
}

#content a:hover {
	color:#009933;
}
#content a:visited {
	color:#996633;
}
#content ul {
	text-align: left;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #F3EBE8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#7b4231;
	border-bottom: 1px solid #f9f9f9;
	background-color:#F3EBE9;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}

/* General Styles */
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.caption {
	font-size: x-small;
	font-weight: bold;
}
.float_left {
	float: left;
	border: 0;
	margin-left: 6px;
	margin-right: 6px;
}
.float_right {
	float: right;
	border: 0;
	margin-left: 6px;
	margin-right: 6px;
}