body {
	background: white;
	color: navy;
	font: .8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.1;
	margin:	0px 0px 10px 0px;
}


/* TOP BAR SECTION */
#TopBar {
	width: 100%;
	color: #666666;
	font-weight: bold;
	background: orange;
	padding: 1px 0px;
	height: 15px;
	text-align: center;
	vertical-align: center;
	font-size: 11px;	
}

#TopBar A:link, #TopBar A:visited, #TopBar A:active {
	color: #F8F9FE;
	text-decoration: none;
}

#TopBar A:hover { color: white }

/* HEADER SECTION */
#Header {
	position: relative;
	Top: auto;
	width: 100%;
	overflow: hidden;
	background: #000000;
	background-image: url("images/BackGround.gif");
	background-repeat: repeat;
	/* background-position: top center; */
	padding: 0px;
	height: 140px;
	font-size: 11px;
	text-align: center;
}

#Header A:link, #Header A:visited {
	color: blue;	
}

#Header A:active, #Header A:hover {
	color: red;	
}


/* MAIN BODY */

#Main {
	position: relative;
	width: 100%;
	/* overflow: hidden; */
	height: auto;
	Top: auto;
	background: white;
	margin: 0px 0px 0px 0px; /* compensate for google ad */
	padding: 0px;
}

#Column1 {
	width: 160px; /* px or percentage */
	display: inline;
	position: relative;
	float: left;
	padding: 5px 10px;
	font-size: .8em;
	background: #F8F9FE;
	border-right: 1px solid #E2DFDF;
	border-bottom: 1px solid #E2DFDF;
}

#Column1Header {
	color: navy;
	/* background: navy; */
	margin: 10px 0px 10px;
	padding: 3px 0px;
	font-weight: bold;
	text-align: center;
}

#Column2 {
	display: inline;
	position: absolute;
	width: 760px;
	height: auto;
	padding: 10px 5px 5px 10px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #E2DFDF;
}


#ColumnA {
	position: relative;
	width: 100%;
}

#ColumnAHeader {
	color: navy;
	background: #E4E9FD;
	margin: 15px 0px 5px;
	font-size: .9em;
	padding: 5px;
	font-weight: bold;
	width: 100%;
}

#ColumnB {
	width: auto;
	float: right;
	padding: 5px 10px;
	border: 0px dotted green;
	font-size: .7em;
	text-align: justify;
	word-spacing: -.1em;
	background: #F7F7F7;
}

#ColumnBHeader {
	color: white;
	background: gray;
	margin: 10px 0px 5px;
	padding: 3px 5px;
	font-weight: bold;
}

#ColumnAA {
	width: 50%;
	float: left;
	padding: 10px;
	font-size: .9em;
}
#ColumnAB {
	width: 49%;
	float: right;
	padding: 10px;
	font-size: .9em;
	border-left: 1px solid #E2DFDF;
}

#ColumnBA {
	width: 50%;
	float: left;
	padding: 10px;
	border: 1px solid #E2DFDF;
	font-size: 1.1em;
	text-align: left;
}
#ColumnBB {
	width: 49%;
	float: right;
	padding: 10px;
	border: 1px solid #E2DFDF;
	font-size: 1.1em;
	text-align: left;
}

#footer {

	position: relative;
	font-size: .85em;
	text-align: center;
	width: auto;
	height: auto;
	top: auto;
	right: 1px;
	bottom: 0px;
	left: 1px;
	padding: 4px;
	border: 1px solid #000099;
	z-index: 1;
	background: orange;
}
}

#Footer A:link, #Footer A:visited {
	text-decoration: none;
}

A:link, A:visited {
	color: blue;
	text-decoration: none;
}

A:active, A:hover {
	color: red;	
}

#MenuBlock {
	position: relative;
	background: navy;
	top: 8px;
	padding: 2px 0px 5px 0px;
	text-align: center;
}

#Header A.Menu:link, #Header A.Menu:visited, #Header A.MenuSelected:link, #Header A.MenuSelected:visited, #Header A.MenuTop:link, #Header A.MenuTop:visited, #Header A.MenuSelected:link, #Header A.MenuSelected:visited {
	color: #FFFFFF;
	font-size: 12px;
	word-spacing: -1px;
	font-weight: bold;
	padding: 2px 2px 6px 2px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	/* border: 1px solid navy; */
	vertical-align: middle;
}

#Header A.Menu:link, #Header A.Menu:visited, #Header A.MenuTop:link, #Header A.MenuTop:visited  { background: navy; width: 100px; }

#Header A.Menu:active, #Header A.Menu:hover, #Header A.MenuTop:active, #Header A.MenuTop:hover  {
	color: navy;
	background: orange;
	width: 100px;
}


#Header A.MenuSelected:link, #Header A.MenuSelected:visited, {
	background: #F8F9FE;
	color: navy;
	width: 100px;
	
}

#Header A.MenuSelected:active, #Header A.MenuSelected:hover, #Header A.MenuTopSelected:active, #Header A.MenuTopSelected:hover  {	
	background: #F8F9FE;
	width: 100px;
	}

#Header A.MenuTop:link, #Header A.MenuTop:visited, #Header A.MenuTop:hover {
	width: 180px;
	font-size: 11px;
}

#ColumnB A:link, A:visited {
	text-decoration: none;
	
}

#NewsItems	{
	text-align: justify;
	font-size: .8em;
	padding: 25px 30px;
	background: #F7F7F7;
}

#GoogleBanner	{
	text-align: center;
	padding: 5px 0px 5px 0px;
	background: #F8F9FE;
	border-bottom: 0px solid #E2DFDF;
}

.form {
	margin: .5em 0px 0px;
}

.TextBox {
	color: blue;
	font-size: .7em;
	font-weight: bold;
	background-color: #E2DFDF;
}

.Button {
	color: blue;
	font-size: .6em;
	font-weight: bold;

}

#Column2 H1 { 
	font-size: 1.25em;
	font-weight: bold;
}

H2 {
	font-size: 1.25em;
	font-weight: bold;
}

TD	{
	font-size: .8em;
}

TD.SmallCell {
	font-size: .7em;
}

TH	{
	font-size: .8em;
	font-weight: bold;
	text-align: center;
}

A.StandardLink:link, A.StandardLink:visited {
	text-decoration: none;
}

A.StandardLink:active, A.StandardLink:hover {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}

A.StandardLinkSmall:link, A.StandardLinkSmall:visited {
	text-decoration: none;
	font-size: .8em;
}

A.StandardLinkSmall:active, A.StandardLinkSmall:hover {
	color: red;
	font-size: .8em;
	text-decoration: underline;
}

.TextSmallFix {
	font-size: 10px;
	color: #FFFFFF;
}

.TextSmallVar {
	font-size: .8em;
	color: navy;
}

.TextMediumFix {
	font-size: 12px;
	color: #FFFFFF;
}



' MS Trebuchet, ITC Avant Garde Gothic, MS Arial, MS Verdana, Univers, Futura, ITC Stone Sans, Gill Sans, Akzidenz Grotesk, Helvetica, Trebucent MS, Verdana,