/* CSS Document */

/* style_main.css */

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	}
	
/* style rule for the page body */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

p	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
/* Wrapper contains the layout */
#wrapper	{
	width: 785px;
	margin: 10px 10px;
	background-color: #fff;	
	}
	
/* style for page header */
#header	{
	margin: 10px 10px;
	background-color: #fff;
	}
	
/* style for page title */
#title	{
	margin-top: 10px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	}
	
/* style for left sidebar column */
#leftsidebar	{
	position: absolute;
	width: 170px;
	top: 310px;
	left: 8px;
	padding: 0;
	height: 506px;
	}
	
/* style for right sidebar column */
#rightsidebar	{
	position: absolute;
	width: 170px;
	top: 310px;
	right: 10px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC
	}
	
/* style for main content column */
#main	{
	margin: 0 0 0 185px;
	padding: 0 20px 0 20px;
	width: 564px;
	text-align: left;
	}
	
/* style for footer */
#footer	{
	clear: both;
	margin: 0;
	padding: 10px;
	font-size: 10px;
	text-align: center;
	}
