body {
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F8F8F;
}
table {
	margin: auto;
	background-color: transparent;
	padding: 0px;
	border-collapse: collapse;
}
table td {
	vertical-align: top;
	background-color: white;
	padding: 0px;
}
table#header {
	width: 720px;
	border: none;
}
table#main {
width: 720px;
border-left: 1px solid #86b6dc;
border-right: 1px solid #86b6dc;
border-top: none;
}

table#footer {
width: 720px;
border: 1px solid #86b6dc;
}


table#main td#menu {
	width: 150px;
}
table#header td {
	text-align: center;
	padding: 0px;
}
table#footer td {
	font-size: 11px;
	text-align: center;
	background-image: url("/images/line.png");
	color: white;
	padding: 5px;
}
table#footer td span#menuBottom {
	background-color:#eeeeee;
	color:#86b6dc;
	width: 60%;
	margin: 0 auto;
	padding: 3px;
}

#footer a:link {
	font-weight: bold;
	background-color:#eeeeee;
	color:#86b6dc;
	text-decoration: underline;
	padding: 0px 2px;
}
#footer a:visited {
	font-weight: bold;
	background-color:#eeeeee;
	color:#86b6dc;
	text-decoration: underline;
	padding: 0px 2px;
}

table#main td#content {
	text-align: left;
	padding: 10px;
	background-image: url("/images/it_watercolor.png");
	background-repeat: no-repeat;
	background-position: center center;
	border-left: 1px solid #86b6dc;
	font-size: 12px;
}

table#main td#content p,li{
	text-align:justify;
	color: black;
}
div#headerText {
	font-weight: bold;
	font-family:Impact, Verdana, sans-serif;
	font-style: italic;
	font-size: 48px;
	color: white;
	text-align: left;
	border-bottom: 1px solid white;
	vertical-align: top;
	padding-left: 5px;
}
span#headerTextBottom {
	font-weight: bold;
	font-family:Verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: white;
	float: right;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	vertical-align: bottom;
	padding: 2px;
}
h1 {font-family: Verdana, Arial, sans-serif;}
h2 {font-family: Verdana, Arial, sans-serif;}
h3 {font-family: Verdana, Arial, sans-serif;}
h4 {font-family: Verdana, Arial, sans-serif;}
h5 {font-family: Verdana, Arial, sans-serif;}
h6 {font-family: Verdana, Arial, sans-serif;}
td#headerLeft {width: 338px;}
td#headerMiddle {
	background-color: #86b6dc;
	background-image: url("/images/line.png");
}
h2.contentHeader {
	width: 100%;
	border-bottom: 2px solid #86b6dc;
	border-left: 2px solid #86b6dc;
	font-size: 150%;
	padding: 3px;
	color: #86b6dc;
}

/* message style */
.message {
	width: 75%;
	padding: 10px;
	margin: 15px auto;
	background-color: #eeeeee;
	color: black;	
}
/*
menu styles
*/
td#menu {
font-size: 12px;
}
td#menu a {
	display:block;
	text-decoration: none;
	margin:0;
	padding: 1px 10px 1px 5px;
	font: bold 100% Verdana, Arial, sans-serif;
	background-color:inherit;
}
td#menu a:visited{
	background-color:white;
}
td#menu h4 {
	background-color: #eeeeee;
	color: #86b6dc;
	margin: 0;
	padding: 3px;
	font: bold 150% Verdana, Arial, sans-serif;
	border-bottom: 1px dashed #86b6dc;
	text-align: center;
	padding-bottom: 3px;
}
td#menu a:hover {
	background-color: #eeeeee;
	border-bottom: 1px solid #86b6dc;
	border-right: 4px solid #86b6dc;
	color: #8f8f8f;
	font-style: italic;
}
td#menu div.curPage {
	background-color: #86b6dc;
	color: white;
	font-weight: bold;
	font-size: 120%;
	padding: 1px 10px 1px 5px;
	border: 1px solid #eeeeee;
}
/*
pullquote style
*/
div.testimonial {
	width: 200px;
	float: right;
	padding: 5px;
	border: 1px dashed #86b6dc;
	color: #86b6dc;
	margin-left: 10px;
	font-size: 10px;
	text-align: justify;
}
span.quoter {
	border-top: 1px solid #86b6dc;
	padding-top: 2px;
}
/*form styles */
table td table#frmTable, table td table.frmTable {
	 width: 80%;
	 border: 1px solid #069;
	 border-collapse: collapse;
	 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	 margin: 20px auto;
}

table#frmTable td.headerCell, table.frmTable td.headerCell {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding: 5px;
	background-color: #DBD8D7;
	color: #893009;
}

#frmTable td, .frmTable td {
	 border: 1px solid #069;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}

.labelCell {
	 background-color: #eeeeee;
	 padding-right: 10px;
	 color: #2384B4;
	 text-align: right;
	 width: 200px;
}
.labelCellNoColor {
	padding-right: 10px;
	text-align: right;
}

.labelCellReqd {
	background-color: #eeeeee;
	padding-right: 10px;
	color: black;
	font-weight: bold;
	text-align: right;
	width: 150px;	
}
.fieldCell {
	 padding-left: 10px;
	 color: #333333;
}
.subBtn, .btn {
	background-color: #eeeeee;	
	border: 3px outset #86b6dc;
	font-weight: bold;
	color: black; /*#CC0000;*/
}

div#errMsg {
	color: red;
	margin:10px auto ;
	width: 70%;
	padding: 10px;
	border: 1px solid black;	
}
table#main td#content .err{color:red}
table#main td#content li.err{color:red}

/*
default data table styling
*/
table.dataTable {
	margin: 10px auto;
	width: 90%;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	background-color: white;
}
.dataTable td.headerCell {
	background-color:#eeeeee;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}
table.dataTable td,table.dataTable th {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 2px;
	background-color: white;
}
table.dataTable th {
	text-align: center;
	font-weight: bold;
}

/*
sectionTitle - breadcrumbs bit
*/
div.sectionTitle {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*
logged in style
*/

div#loggedIn {
	border-left: 2px solid #86b6dc;
	border-bottom: 2px solid #86b6dc;
	background-color: #eeeeee;
	padding: 0 0 0 5px;
	float: right;	
	margin-top: -10px;	
	margin-right: -10px;
	font-size: 80%;
}