/*
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
*/

/*
* {
	padding: 0px;
	margin: 0px;
}
*/


body {
	background-color: #9E9E9E;
	background-position: left top;
	background-image: url('images/background.gif');
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: tahoma,arial,verdana;/* Global font*/
	/*font-family: arial,verdana;/* Global font*/
	font-size: 13px;
	color: #272727;
	margin: 0px;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */	
	color: black;
}

h1{
	font-size: 20px;
}

h2{
	font-size: 16px;
}

.mainTable {
	margin-top:15px;
	margin-bottom: 15px;
	border: 1px solid #787878;
	width: 720px; /* border-collapse: collapse;*/
}

.header {
	background-color: #222222;

}

.header img{
	float: left; /* prevent image in the header cell having a 2 pixel gap underneath caused by table below it*/
}

.column1, .footer{
	padding: 20px;
}


.column1{
	background: #f7f7ef;
}


.navtable
{
    text-align: center;
    padding-top: 15px;
}

/**/
/* Links in the header */
.navtable a:first-child{
margin-left: 0px;
}
/*  .navtable a, .navtable a:active, .navtable a:visited, .navtable a:link{  */
.navtable a{
	color: #FFFFFF;
	font-family: tahoma,arial,verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	border: 1px solid #FFFFFF;
	padding: 4px 20px 4px 20px;	
	line-height: 30px;
	margin-left:20px;
}

.navtable a:hover{
	background-color: #5398de;
	color: #FFFFFF;
}

/* Highlights the hyperlink if the same href is on current page, links up with jquery */
.navtable a.menuOn {
	background-color: #144270;
}

a {
	color: #143D65;
	text-decoration: none;
}
a:hover{
	color: Black;
}

.footer {
	padding-top: 20px;
	background-color: #ebebe3;
}

.copyright {
float:left;
font-size:10px;
margin:0;
}
.topEOW {
	background-position: left top;
	background-image: url('images/logo.jpg');
	width: 100%;
	height: 127px;
	background-repeat: no-repeat;
	background-color: #1F1F1F;
	color: #FFFF99;
}
.topLL {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 20px;
}


img.ImgBorder,.ImgBorder img{
	border: 1px solid;
	margin: 10px;
	color: black;
}

.NoImgBorder, .ImgBorder .NoImgBorder{
	border: 0px solid;
	margin: 0px;
	color: red;
}
.topQuote
{
    color: #5399E1;
    font-size: 19px;
    font-style: italic;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 15px;
}

/* TinyMCE specific rules */
.mceContentBody div.out{
   background: red;
   padding: 5px;
   color: white;
   font-size: 20px;
}
body.mceContentBody{
	background-image:none !important;
	background-color:White;
}
tr .h {
	display: none;
}

