@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(images/background_MOT.jpg);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixRt #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #999;
	background-image: url(images/bg.jpg);
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixRt #sidebarLeft {
	float: left;
	width: 100px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 225px;
}
.twoColFixRt #sidebarLeft ul {
	list-style-type: none;
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.twoColFixRt #sidebarLeft li {
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	font-weight: bold;
}
.twoColFixRt #sidebarLeft a:link {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRt #sidebarLeft a:active {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRt #sidebarLeft a:visited {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRt #sidebarLeft a:hover {
	text-decoration: underline;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	margin: 0px;
	text-align: center;
	font-size: small;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixRt #mainContent {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
	padding-top: 150px;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	position: relative;
	width: 510px;
} 
.twoColFixRt #mainContent h1 {
	font-size: 21px;
	margin-bottom: 10px;
}
.twoColFixRt #footer{
	height: 40px;
	padding-top: 5px;
	width: 950px;
}
.twoColFixRt #footer p {
	padding-left: 130px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixRt #container #sidebar1 h3 {
	color: #036;
}
.spam {
	display: none;
}

