﻿@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	width: 100%;
	font-size: 12px;
}
hr {
	margin-top: 0;
	margin-bottom: 10px;
}
hr.dk {
	color: #5F5F5F;
}
hr.lt {
	color: #CCCCCC;
}
#container { 
	width: 800px;  
	margin: 0 auto; 
	text-align: left; 
} 
#header { 
	margin: 10px 0px;
} 
#header img {
	float: left;
	width: 641px;
	height: 108px;
}
#header .logo {
	width: 148px;
	float: left;
	margin-right: 11px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	height: 108px;
}
* html #header .logo {
	background-image: url(images/logo.gif);
	background-position: 0;
}
#header .logo img {
	width: auto;
}
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#menu {
	float: left; 
	width: 148px; 
}
#menu a {
	width: 138px;
	height: 34px;
	float: left;
	color: #E5E5E5;
	line-height: 34px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
}
#menu a:hover {
	background-position: 0 -34px;
	color: #2C2C2C;
}
#menu a.red {
	background-image: url(images/button-red.gif);
}
#menu a.green {
	background-image: url(images/button-green.gif);
}
#menu a.blue {
	background-image: url(images/button-blue.gif);
}
#sidebar {
	float: right; 
	width: 196px; 
	background-image: url(images/sidebar-bg.gif);
	background-repeat: repeat-y; 
	color: #E2E2E2;
}
#sidebar .content {
	background-image: url(images/sidebar-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#sidebar p, #sidebar a, #sidebar h1, #sidebar h2, #sidebar h3 { /* do not use margins here or the sidebar background images will get messed up. use padding instead */
	margin: 0;
	padding:5px 10px;
}
#mainContent { 
	margin-left: 159px;
	width: 435px; 
	background-color: #FFFFFF;
	color: #333333;
} 
* html #mainContent {
	margin-left: 156px;
}
#mainContent.wide {
	width: 640px;
}
#mainContent .content { /*padding for main content area is applied here */
	margin: 0px 10px;
}
#mainContent h1 {
	margin: 0;
	color: #0000CC;
	font-size: 24px;
}
#mainContent h2 {
	margin: 10px 0 0 0;
	color: #CC0000;
	font-size: 16px;
}
#mainContent p {
	margin: 3px 0px;
}
#footer { 
	padding: 0 10px 0 20px; 
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}