body {
	background-color: #3060AD;
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #000000;
}

td {
	vertical-align: top;
	padding: 0;
}

table {
	border: none;
	padding: 0px;
	border-spacing: 0;
	border-collapse: collapse;	
}

table.antiSlide {
	background-color: #66AEED;
	width: 100%;
}

td.antiSlide {
	background-color: #66AEED;
	width: 100%;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
}

a {
	text-decoration: underline;
	color: #2868C6;
/*	color: #85b2df; */
}

li {
	margin: 0;
	padding: 0;
	text-indent: 20px;
	line-height: 20px;
}

/* head rules*/

.topBitmapBg {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 50px;
	background-color: #FFFFFF;
	padding-top: 27px;
}

.topHeaderTbl {	
	background-image: url(../images/top_bitmap.jpg);
	background-repeat: no-repeat;
	background-position: 0 23px;
	width: 100%;
}

.topNav {
	width: 100%;
	background-image: url(../images/topnavbg2.gif);
	background-repeat: repeat-x;
	height: 28px;
}

.navCont 
{
	background-image: url(../images/topnavbg1.gif);
	background-repeat: repeat-x;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 13px;
	padding-bottom: 5px;
}

.topSecondMenu .navCont
{
    background-image: none;
    background-color: #ffe200;
}

.navCont span {
	margin-left: 12px;
	margin-right: 12px;
	color: #c5bb01;
}

.navCont span a {
	text-decoration: none;
	color: #5b4b00;
}

.navSlide {
	width: 100%;
}

/* sitebody rules*/

.siteBodyTbl {
	
}

.pageContent {
	font-size: 80%;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.pageContent table {
	font-size: 100%;
}

.pageContent h1 {
	color: #253a58;
	font-size: 150%;
	font-weight: normal;
	margin-left: 20px;
	margin-bottom: 15px;
}

.pageContent h2 {
	color: #253a58;
	font-size: 120%;
	margin-left: 20px;
	margin-bottom: 0;
}

.pageContent h3 {
	color: #253a58;
	font-size: 110%;
	font-weight: normal;
	margin-left: 20px;
	margin-bottom: 0;
}

.pageContent p {
	text-indent: 20px;
	line-height: 20px;
	margin-top: 5px;
}

.pageContent p.noIndent {
	text-indent: 0;
}

/* Left nav*/

.leftNavTd {
	background-image: url(../images/l_nav_bg.gif);
	background-repeat: repeat-y;	
}


.leftNavHead {
	width: 226px;
}

.lNavHeader {
	width: 100%;
	background-color: #ffe200;
	background-image: url(../images/l_navhead_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align: bottom;
	color: #253a58;
	padding-bottom: 4px;
	font-size: 17px;
}

.lNavHeader span {
	margin-left: 7px;
}

.lNavDiv {
	width: 202px;	
	border-top: 1px solid #002967;
	background-image: url(../images/l_nav_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 15px;
}

.lNavDiv div {
	background-image: url(../images/l_item_line.gif);
	background-repeat: no-repeat;
	background-position: right bottom; 
	padding: 5px;
	padding-left: 7px;
	color: #333366;
	font-size: 13px;
}

.lNavDiv div.red {
	background-image: url(../images/l_item_line.gif);
	background-repeat: no-repeat;
	background-position: right bottom; 
	padding: 5px;
	padding-left: 7px;
	color: #ff0000;
	font-size: 13px;
}



.lNavDiv div.lvl2 {
	padding-left: 17px;
}

.lNavDiv div.cur {
	background-image: url(../images/l_item_line_cur.gif);
}

.lNavDiv div.cur-red {
	background-image: url(../images/l_item_line_cur.gif);
	color: #ff0000;
}

.lNavDiv div a {
	color: #333366;
	text-decoration: none;
}




/* footer rules*/

.bottomBitmapBg {
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: repeat-x;	
}

.bottomBitmapBg2 {
	background-image: url(../images/bottom_bitmap.jpg);
	background-repeat: no-repeat;
	height: 145px;
}

.bottomTbl {		
	width: 100%;
}


.bottomInfo {
	background-color: #FFE200;
	background-image: url(../images/bottom_lines_bg.gif);
	background-repeat: repeat-x;
	vertical-align: bottom;
	padding-bottom: 4px;
	font-size: 13px;
}

.bottomInfoSlide {
	background-image: url(../images/bottom_lines_right.gif);
	background-repeat: repeat-x;
	width: 100%;
}

.InfoContent {	
	color: #5b4b00;
	white-space: nowrap;
	padding-left: 20px;
	padding-right: 20px;
}

.InfoContent a {
	color: #5b4b00;
	text-decoration: none;
}

.cRights {
	font-size: 11px;
	margin-left: 240px;
	margin-top: 15px;
	color: #ECF4FF;
}

.cRights div {
	margin-left: 15px;
	margin-top: 7px;
}

.CatTable {
	width: 100%;	
}

.CatTable td {
	padding: 4px 3px 4px 3px;
	border: 1px solid #C2D9FE;
	vertical-align: middle;
	font-size: 100%;
}

.CatTable td.spcPad {
	padding-left: 15px;
}

.CatTable .headTr td {
	background-color: #EAF2FF;
	color: #333366;
	text-align: center;
}

table.PlusMines td {
	vertical-align: middle;
	border: none;
}

table.PlusMines td div {
	font-size: 8px;
}

.mapTbl td {
	vertical-align: top;
}

.mapTbl td div {
	margin-left: 10px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.mapTbl td div span {
	color: #123367;
	margin-right: 4px;
}

/*	---------------------------------------
	Paging
*/
.paging
{
	font-size: 9pt;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}

.paging span,
.paging a
{
	margin: 0 2px 0 1px;
}

.paging .first,
.paging .last
{
	margin: 0 1px; 
	/*letter-spacing: -4px;*/
}

.paging .first
{
	margin-left: 5px;
	/*background: url(../images/first-red.png) no-repeat center center;*/
}

.paging .last
{
	/*margin-right: 4px;*/
	/*background: url(../images/last-red.png) no-repeat center center;**/
}

.paging .next
{
	/*margin-right: 1px;
	margin-left: 5px;*/
	/*background: url(../images/next-red.png) no-repeat center center;*/
}

.paging .prev 
{
	/*margin-right: 5px;*/
	/*background: url(../images/prev-red.png) no-repeat center center;*/
}

.paging .first,
.paging .prev,
.paging .next,
.paging .last 
{
	padding-left: 6px;
	text-decoration:none;
}

.fat
{
	font-style: italic;
	font-weight: 700;
}

.wide
{
	width: 100%;
}

.ErrorContainer
{
	padding:  0px 10px 10px 10px;
	margin: 10px;
	border: double red 1px;
	color: Red;
	text-indent: 0;
}

.ErrorContainer h3
{
	color: Red;
	text-indent: 0;
	margin-left: 0;
}

.ErrorText
{
	clear: left;
	color: Red;
	padding-left: 10px;
}
.SubmitBtn
{
	float: right;
}

.FormTable td
{
	padding: 5px;
	vertical-align: top;
}
.FormTable img
{
	margin-right: 10px;
}

.rss-link
{
	float:left;
	position:relative;
	left:10px;
	top:-40px;
}

.clear
{
	clear:both;
}

.topSecondMenu
{
    float:left;
	position:relative;
	left:-100px;
	top:139px;
}
