@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(imagesoto/backtexture.jpg);
	background-repeat: repeat;
}
.side a:link {
	color: #FFFFFF;
	}
.side a:visited{
	color:#FFFFFF;
	}
a:link {
	color:#990000
	}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}
a:visited {
	color: #990000;
}
.header {
	height: 160px;
	padding-top: 0;
	padding-bottom: 0;
	color: #E8E8E8;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	border: 7px solid #990000;
	width: 192px;
	float: left;
}
.sidebar {
	float: left;
	width: 12em;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-color: #FFFFFF;
	height: 385px;
	clear: both;
	border: 7px solid #990000;
}
.maincontent {
	margin-top: 0;
	margin-bottom: 0;
	float: none;
	width: 489px;
	margin-left: 12.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 6px solid #990000;
}
.sidebar li a {
	background-color: #990000;
	width: 160px;
	color: #FFFFFF;
	border: 6px outset #CCCCCC;
	list-style-image: none;
	list-style-type: none;
	height: 20px;
	display: block;
	}
.sidebar ul {
	list-style-type: none;
	padding: 3px;
}
.sidebar li a:hover {
	background-color: #990000;
	width: 160px;
	color: #FFFFFF;
	border: 6px inset #CCCCCC;
	list-style-image: none;
	list-style-type: none;
	height: 20px;
	display: block;
	background-image: url(imagesoto/backtexture.jpg);
	}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #000000;
	font-style: normal;
	text-decoration: underline;
}
h3 {
	color: #990000;
	font-size: 36px;
}
.footer {
	padding: 0 10px;
	color: #ECECEC;
	background-color: #990000;
	border: 7px solid #990000;
}
.container {
	width: 44em;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	}

.pagetitle {
	width: 627px;
	border: 7px solid #990000;
	height: 90px;
	padding: 35px;
}
.tableimg {
	height: 225px;
	width: 225px;
	border: 3px solid #990000;
}

