﻿html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, dl, dt, dd, td, form, fieldset, a, img, button
{
	margin: 0;
	padding: 0;
	border: 0;
}

body, html
{
	height: 100%;
	background-color: white;
}

body
{
	background-image: url(Images/bg.gif);
	text-align: center;
	background-color: white; /*#3399FF; /*#0A8BCD;*/
	font-size: 0.78em;
	font-family: Verdana, serif, Georgia, 'Times New Roman' , Times;
	background-repeat: repeat-x;
}

a, a:hover, a:visited
{
	color: black;
}

#MarginLeft
{
	background-image: url(Images/bg_left.gif);
	background-repeat: repeat-y;
}

#MarginRight
{
	background-image: url(Images/bg_right.gif);
	background-repeat: repeat-y;
}

#Header
{
	background-image: url(Images/fon_top.gif);
	background-repeat: repeat-x;
}

#MenuTable
{
	background-image: url(Images/fon_top.jpg);
	background-repeat: repeat-x;
}

#MenuBg
{
	background-image: url(Images/fon02.gif);
	background-repeat: repeat-x;
}

#HeaderFillLayer
{
	position: relative;
	left: 0px;
	top: 184px;
	background-image: url( Images/Header-Bg-Bot.jpg );
	background-repeat: repeat-x;
	height: 66px;
	width: 100%;
	z-index: -400;
	margin: 0px auto;
}

#HeaderBg
{
	background-image: url( Images/Header-Bg-Top.jpg );
	background-repeat: repeat-x;
	height: 184px;
	width: 100%;
}



#ContentLayer
{
	position: relative;
	top: 10px;
	left: 10px;
	background-color: white;
	width: 865px;
	height: 100%;
	margin: 0px auto;
}

#ContentBg
{
	background-image: url( Images/middleStrip.png );
	background-repeat: repeat-y;
	background-color: white;
	width: 906px;
	z-index: -300;
	margin: 0px auto;
}

#BreadCrumb
{
	position: relative;
	width: 890px;
	height: 30px;
	top: 130px;
	z-index: -497;
	margin: 0 auto;
	text-align: left;
}

/* Begin Menu Styles */
.menu
{
	background-image: url(Images/but-bg.jpg);
	color: Black;
	border-right: silver 1px groove;
	width: 98px;
	height: 34px;
	font-family: Verdana;
	font-size: 9pt;
	text-align: left;
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 2px;
	font-weight: bold;
}

.menuText
{
	background-image: none;
	background-color: transparent;
	text-align: center;
	cursor: hand;
	padding-top: 10px;
	height: 24px;
}

.menuHover
{
	background-image: url( Images/But-Hi.jpg );
	color: #F6E9DB;
	font: Verdana 0.4em;
	height: 34px;
	padding-top: 2px;
}

.menuSelected
{
	background-image: url( Images/But-Sel.jpg );
	color: #ffffff;
	font-weight: bold;
	padding-top: 2px;
}
/* End Menu Styles */

.NewsBg
{
	background-image: url( Images/fon_left.jpg );
	background-repeat: repeat-y;
}

.AdBg
{
	background-image: url( Images/fon_top.jpg );
	background-repeat: repeat-x;
}

.InfoBox
{
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	width: 300px;
	height: 230px;
	margin: 0px;
}

.HeadingBg
{
	background-image: url( Images/TitleBg.jpg );
	background-repeat: repeat-x;
	height: 30px;
	width: 300px;
	color: white;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.InfoContent
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 5px;
	text-align: justify;
}

.ContentBox
{
	padding: 10px;
	background-color: white;
}


