/* Define default styles */
html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
body {
	background-color: #333;
	background-image: url(../images/bkgrn.jpg);
	background-repeat: repeat-x;
}
p {
	line-height: 140%;
	margin: 0 0 15px 0;
}
div > p {
	margin-top: 0;
}
ol,ul {
	line-height: 140%;
	margin: 0 0 15px 0.8em;
	padding: 0 0 0 0.8em;
}
ul li {
	list-style-type: square;
}
table {
	margin: 0 0 15px 0;
}
th,td {
	font-size: 11px;
	vertical-align: top;
	padding: 8px;
}
td ul {
	margin: 0;
}
form,select {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
input {
	margin: 4px 0 2px 0;
	padding: 0;
	font-size: 100%;
}
a:link {
	color: #039;
	text-decoration: underline;
}
a:visited {
	color: #039;
	text-decoration: underline;
}
a:hover {
	color: #F93;
	text-decoration: underline;
}
a:active {
	color: #F93;
	text-decoration: underline;
}
li a:link {
	text-decoration: none;
	border-bottom: 0;
}
li a:visited {
	text-decoration: none;
	border-bottom: 0;
}
li a:hover {
	text-decoration: none;
	border-bottom: 0;
}
li a:active {
	text-decoration: none;
	border-bottom: 0;
}
h1 {
	font-size: 160%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 130%;
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 100%;
	margin: 0;
	line-height: 140%;
}
h4 {
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 15px 0;
}
h5 {
	font-size: 80%;
	font-weight: normal;
	margin: 0 0 15px 0;
}

/* Define custom classes */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}

/* Define color palette */
.white {
	color: #FFF;
}
.black {
	color: #000;
}
.blue {
	color: #039;
}
.red {
	color: #C00;
}
.orange {
	color: #F93;
}
.green {
	color: #6F6;
}
.yellow {
	color: #FF0;
}

/* Define general shell */
.master {
	width: 770px;
	background-image: url(../images/masterBkgrn.gif);
	background-repeat: repeat-y;
	z-index: 0;
	position: absolute;
	border-bottom: 2px solid #CCC;
	background-color: #938982;
}
.bodyWrapper {
	margin: 0;
	padding: 0;
}
.leftNav {
	width: 180px;
	color: #FFF;
	font-size: 10px;
	float: left;
	background-image: url(../images/lfnavBkgrn.jpg);
	background-repeat: no-repeat;
	min-height: 580px;
}
.leftNav ul {
	margin: 0 0 30px 0;
	padding: 0;
	border-bottom: 1px solid #36C;
}
.leftNav ul li {
	background-repeat: no-repeat;
	background-image:  url(../images/lfnavBullet.gif);
	background-position: 1em .9em;
	padding: 7px 0 7px 2.5em;
	text-transform: uppercase;
	list-style-type: none;
	border-top: 1px solid #36C;
	font-weight: bold;
}
.leftNav ul ul {
	margin: 0;
	padding: 2px 0 0 0;
	border-bottom: 0;
}
.leftNav ul li li {
	background-repeat: no-repeat;
	background-image:  url(../images/spacer.gif);
	padding: 0;
	text-transform: none;
	list-style-type: none;
	border-top: 0;
	font-weight: normal;
}
.leftNav a:link {
	color: #FFF;
}
.leftNav a:visited {
	color: #FFF;
}
.leftNav a:hover {
	color: #F93;
	background-color: transparent;
}
.leftNav a:active {
	color: #F93;
	background-color: transparent;
}
.optionalContent {
	padding: 0 10px 0 10px;
}
.main {
	width: 590px;
	float: right;
}
.footer {
	font-size: 85%;
	text-align: right;
	padding: 10px 10px 6px 0;
}
.footer a:link {
	color: #333;
	text-decoration: underline;
}
.footer a:visited {
	color: #333;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer a:active {
	color: #FFF;
	text-decoration: underline;
}
.footer ul {
	margin: 0;
}
.footer ul li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #555;
	padding: 0 5px 0 5px;
}
