﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0px;
	position: relative;
	background-color: #E6F4FF;
}

#masthead {
	
}

#top_nav {
}

#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
	position: relative;
/*	min-width: 600px;
	width: 800px;	
	background-color:  #FFFFFF*/
	
}

#left_col {
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	
}

#page_content {
	margin-left: 260px;
	padding: 5px 5px 5px;
	background-color: #FFFFFF;
	width:500px;
}


/*---------------------------------------------*/
.WhiteTxtCenter {
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Tahoma, Verdana;
	font-variant: normal;
	text-decoration: none;
	font-size: x-large;
}
.TestimonalTxt
{
	font-size: .85em;
	color:#525252;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Tahoma, Verdana;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
}

.FacTxt
{
	font-size: .85em;
	color: black;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Tahoma, Verdana;
	font-variant: normal;
	text-decoration: none;
}
.PageTxt
{
	font-size: .85em;
	color: black;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Tahoma, Verdana;
	font-variant: normal;
	text-decoration: none;
}
.PageTxt a:active
{
	font-weight: normal;
	font-size: 1.0em;
	color: Navy;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.PageTxt a:link
{
	font-weight: normal;
	font-size: 1.0em;
	color: Navy;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.PageTxt a:visited
{
	font-weight: normal;
	font-size: 1.0em;
	color: navy;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.PageTxt a:hover /* Put after visited or doesnt work for visited */
{
	font-size: 1.0em;
	text-decoration: underline;
}

.BackTxtCenter{
	background-image: url('Images/gradientbar.jpg');
	font-weight: bold;
	text-align: center;
	font-size: large;
	width: 500px;
	color: #000000;
}
/*---------------------------------------------*/
.SideNavHeader {
	background-color: #6F8CAD;
	border: solid 1px black;
	height: 35px;
	color: white;
	text-align:center;
}
.SideNavBox {
	border: solid 1px darkgray;
	padding-left: 3px;
	padding-top: 3px;
}
/*---------------------------------------------*/
.TextCell {
	padding-left:10px;
}
/*---------------------------------------------*/



.ColumnAlign2 {
	text-align:center; 
	Vertical-Align:Top; 
	Width:20px;
}

#footer {
	clear: both;
/*	border-top: solid 1px #336699;*/

}

.FooterTxt
{
	font-weight: normal;
	font-size: 0.8em;
	color: black;
	font-family: Arial;
	font-variant: normal;
	border-color: #336699;
}
.FooterTxt a:active
{
	font-weight: bold;
	font-size:xx-large
}
.FooterTxt a:link
{
	font-weight: bold;
	font-size: 1.0em;
	color: Navy;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.FooterTxt a:visited
{
	font-weight: bold;
	font-size: 1.0em;

	color: navy;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.FooterTxt a:hover /* Put after visited or doesnt work for visited */
{
	font-size: 1.0em;

	text-decoration: underline;
	font-weight: bold;
}
/*---------------------------------------------*/


