﻿a:link {
	color: rgb(0,51,204);
	text-decoration: none;
}
a:visited {
	color: rgb(50,101,254);
	text-decoration: none;
}
a:active {
	color: rgb(255,153,0);
}
body {
	font-family: Arial, Helvetica;
	background-color: #D8E37C; /*background:#135;*/;
	color: #113355;
	font-size: small;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial Rounded MT Bold, Arial, Helvetica;
}
h1 {
	color: rgb(102,51,153);
}
h2 {
	color: rgb(255,102,153);
}
h3 {
	color: rgb(51,153,102);
}
h4 {
	color: rgb(102,51,153);
}
h5 {
	color: rgb(255,102,153);
}
h6 {
	color: rgb(51,153,102);
}
.center {
	margin: 0 auto;
}
/* CSS layout */
ul.noDot {
	text-align: left;
	margin-left: 10px;
	list-style-type: none;
}
.red {
	color: red;
}
.noBorder {
	border-width: 0;
}
.linksTable {
	border-width: 0;
	width: 600px;
}
.textCenter {
	text-align: center;
}
.tableCenter {
	margin: 0 auto;
	text-align: center;
}
.iphoneTable {
	width: 640px;
	margin: 0 auto;
	text-align: center;
}
#masthead {
	text-align: center;
}
#top_nav {
}
#container {
	position: relative;
	margin: 0;
	height: auto;
	width: 100%;
}
#left_col {
	width: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: thin;
	border-color: #967053;
	border-style: outset;
	list-style-type: none;
	background-color: #E3A97D;
	padding-left: 10px;
}
#page_content {
	margin-right: 200px;
	margin-left: 200px;
	z-index: +1;
}
#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	margin-right: 200px;
	margin-left: 200px;
	position: relative;
	margin-top: 0px;
	padding: 8px 8px;
	background-color: #967053;
	border-top: 5px solid #E3A97D;
	text-align: center;
}
#cllContent3, #cllContent4, #cllContent5, #cllContent6 {
	text-align: left;
	background-color: transparent;
	position: absolute;
	padding: 0 5px 0 0;
	top: 40px;
	left: 8px;
	width: 150px;
	height: 440px;
	_height: 440px;
	margin-left: 0cm;
	margin-bottom: .1cm;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#cllContent3 {
	left: 330px;
}
#cllContent4 {
	left: 490px;
}
#cllContent5 {
	left: 650px;
}
