body {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
}

	.LogoText
		{
		text-align: right;
		color: #cc0000;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 5px;
		margin-top: 0px;
		}

.sidebar {
	position:absolute;
	background-image: url(../images/sidebar_background.jpg);
	background-repeat: no-repeat;
	width: 180px;
	left: 0px;
	top: 0px;
	height: 100%;
	background-position: left bottom;
	background-color: #FFFFFF;
	z-index: 1;
}

.sidebar li{
	list-style-type: none;
	height: 27px;
	width: 140px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	padding-top: 3px;
	}  

.sidebar ul {
	position:relative;
	left: -10px;
	text-align: right;
	line-height: 65%;
	padding-bottom: 0px;
	margin-bottom: 0px;
 }

.sidebar a:link, .sidebar a:visited {
	font-size: 70%;
	color: #003333;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	}

	
.sidebar a:hover {
	font-size: 70%;
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}
	


#content {
	width: 70%;
	margin-left: 28%;
	margin-top: 0px;
	z-index: 2;
}
.column1 {
	padding: 8px 8px 8px 20px;
	width: 260px;
	border-left: 1px solid #CCCCCC;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 120%;
	color: #666666;
	margin: 8px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	color: #000099;
	margin-bottom: -5px;
	margin-top: 20px;
}
.column1 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type: square;
	margin-left: -15px;
	color: #003333;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 600px;
	margin-left: -37px;
	margin-top: 15px;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	margin-bottom: -6px;
}

