@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #47556d;
}

p {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 135%;
	text-indent: 25px;
	color: #333333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #0000CC;
	line-height: 125%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: 125%;
	color: #990000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 115%;
	color: #006600;
}

/*This is the default link style for any links that you do not apply a class to.*/
a:link { color: #0033FF;}
a:visited {	color: #666666;}
a:hover { color: #CC3300; }
a:active { color: #CC3300;}

table#wrapper {
	background-color: #47556d;
	vertical-align: top;	
}

td#sidebar {
	background-color:#528ced;
	vertical-align: top;
}

table#navigation {
	border: 0;
	text-align: center;
	vertical-align: top;
	background-color:#528ced;
}

td#col1 {
	padding-right: 15px;
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 0px;
	vertical-align: top;
	background-color: #FFFFFF;
	border-right: thin solid #47556D;
}

td#col2 {
	padding-right: 10px;
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 0px;
	vertical-align: top;
	background-color: #FFFFFF;
	text-align: left;
}

div#video{
	text-align: left;
	}

/*   =BOTTOM NAV ROW AND FOOTER  SAME FOR ALL DOCUMENTS  ===*/

td#bottomnav {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	font-variant: small-caps;
	vertical-align: top;
	text-align: center;
	background-color: #FFFFFF;
}
/*td#bottomnav a:link{
	text-decoration: underline;
	color: #274069;
}
td#bottomnav a:visited {
	text-decoration: underline;
	color: #B5F0F0;
}
td#bottomnav a:hover {
	color: #FFD2D2;
	text-decoration: underline;	
}
*/
td#botttomnav{
	border-top: 2px  #47556D  solid;
}
td#footer{
	background-image: url(../Images/back_footer.jpg);
	vertical-align: bottom;
}

.footeraddr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	line-height: 110%;
}
/*td#footer  a:link, a:visited {
	text-decoration: underline;
	color: #FCFECB;
}

td#footer a:visited, {
	text-decoration: underline;
	color: #E5E5E5;
}
*/
.copyright{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	color: #FFFFFF;
	line-height: 110%;
}

div#statcounter{
	 text-align: left;
	 
	 }

