﻿body, p, td {
	font-size: 1.0em;
	font-family: Calibri, Arial;
}

#cont 
{
	padding-bottom: 15px;
}

#cont ul, ol
{
	font-size: 0.9em;
}

#cont table 
{
	margin-left: 10px;
	margin-right: 0px;
}

#cont p 
{
	padding-left: 10px;
	padding-right: 0px;
	font-size: 0.9em;
}

#cont a 
{
	color: #c21818;
	text-decoration: none;
}

#cont a:hover
{
	color: White;
	text-decoration: underline;
}

#hdr p
{
	padding-top: 10px;
	padding-right: 0px;
	font-weight: bolder;
	font-size: 0.8em;
	color: #CCCCCC;
}

#hdr a 
{
	text-decoration: none;
	color: #CCCCCC;
}

#hdr a:hover
{
	text-decoration: underline;
	color: #CCCCCC;
}

h1, h2, h3
{
	font-family: Calibri, Arial;
}

h1 
{
	font-size: 1.5em;
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
	color: #b4b27e;
}

h2
{
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	color: #CCCCCC;
}

h3
{
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	color: #CCCCCC;
}

.messageTitle 
{
	color: #b4b27e;
	font-weight: bold;
	padding-bottom: 0px;
	font-size: 1.2em;
}

.message
{
	width: 10px;
	margin: 50px;
}

.message a
{
	font-weight: normal;
	font-size: 0.8em;
}

body
{
	margin: 20px;
	background-color: #222222;
	color: White;
	text-align: center;
	padding: 0;
}

#outer
{
	text-align: left;
	border: 2px solid black;
	width: 750px;
	margin: auto;
}

#logo
{
	position: absolute;
	top: inherit;
	left: inherit;
	background-image: url(logo.png);
	width: 359px;
	height: 93px;
	z-index: 100;
	cursor: hand;
}

#hdr
{
	height: 57px;
	background-color: Black;
	color: White;
}

#bodyblock
{
	position: relative;
	/* background-color: #0b0b0b; */
	background-color: Black;
	color: #333333;
	width: 750px;
	padding: 0;
}

#l-col
{
	position: relative;
	float: left;
	background-color: #0b0b0b;
	color: #333333;
	width: 221px;
	background-image: url(navigationBackground.jpg);
	background-repeat: no-repeat;
}

#l-col a 
{
	font-family: Calibri, Arial; 
	text-transform: uppercase; 
	font-size: 1.25em; 
	font-weight: bold; 
	color: white; 
	text-decoration: none; 
	padding-left: 30px;
}

#l-col-news 
{
	background-color: Black;
	font-size: 0.8em;
	font-family: Calibri, Arial;
	color: #cccccc;
	width: 201px;
	background-image: url(sidebarBottomBackground.jpg);
	background-repeat: no-repeat;
	height: 356px;
	padding-left: 10px;
	padding-right: 10px;
}

#l-col-news a
{
	font-size: 0.9em;
	font-family: Calibri, Arial;
	text-transform: none;
	color: #cccccc;
	padding-left: 0px;
}

#l-col-news p 
{
	margin-top: 0px;
}

#l-col-news-title 
{
	font-size: 1.2em;
	font-family: Calibri, Arial;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 8px;
	border-bottom: solid 1px #cccccc;
}

#cont
{
	float: right;
	width: 529px;
	background: Black;
	color: #dddddd;
	border-width: 0 0 0 0px;
	text-align: left;
}

#ftr
{
	height: 48px;
	background: #333333;
	color: #aaaaaa;
	border: none;
	margin: 0;
	font-size: 0.7em;
	font-family: Arial;
	padding-top: 15px;
	padding-left: 10px;
	text-align: left;
}

#ftr a 
{
	color: White;
	text-decoration: none;
	font-weight: bold;
}
#ftr a:hover 
{
	text-decoration: underline;
}

#testimony 
{
	position: absolute;
	right: 5px;
	top: 150px;
	width: 346px;
}

#testimony_top 
{
	background-image: url(testimonyTop.png);
	background-repeat: no-repeat;
	width: inherit;
	height: 7px;
}

#testimony_content 
{
	background-image: url(testimonyBackground.png);
	background-repeat: repeat-y;
	width: inherit;
	padding: 5px 15px 5px 10px;
	color: White;
	font-size: 0.75em;
	font-family: Calibri, Arial;
	text-align: right;

}

#testimony_bottom 
{
	background-image: url(testimonyBottom.png);
	background-repeat: no-repeat;
	width: inherit;
	height: 8px;
}
.adminTitle {
	padding: 5px 0px 0px 0px;
	font-size: 0.9em;
	color: #777777;
}
.gridNormal {
	background-color: #000000;
	vertical-align: top;
}
		
.gridNormal:hover {
	background-color: #333333;
}

.gridAlternate {
	background-color: #111111;
	vertical-align: top;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
}

.gridAlternate:hover {
	background-color: #333333;
}

.gridLink {
	color: #cccccc;
}

