@charset "utf-8";
/* CSS Document */

body
{
	color:#5D5D5D;
	margin : 0px;
	text-align: left;
	background-color: #d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:smaller;
	vertical-align: top;
}
h1, h2, h3, h4
{
	color:#A2AFC4;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 125%;
}
h3
{
	border-bottom-color:#A2AFC4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 5px;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: left;
}
p {
	text-align: justify;
	padding-bottom:1px;
	padding-top: 1px;
	margin-top: 1px;
	margin-bottom: 5px;
	line-height: 110%;
}

a
{
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;

}
ul {
	margin-top: 2px;
	margin-bottom: 5px;
}
li {
	padding-top: 1px;
	padding-bottom: 1px;
}


#menu ul li a:link {
	color: #FFFFFF;
	background-image: url(../images/mnuBtn_160_40_v7.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 160px;
}
#menu ul li a:visited {
	text-decoration: none;
	background-image: url(../images/mnuBtn_160_40_v7_visited.gif);
	color: #CCCCCC;
	background-repeat: no-repeat;
	height: 40px;
	width: 160px;
}
#menu ul li a:focus {
	color: #fe0000;
	background-image: url(../images/mnuBtn_160_40_v7_act_hov.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 160px;
}
#menu ul li a:hover {
	color: #fe0000;
	background-image: url(../images/mnuBtn_160_40_v7_act_hov.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 160px;
}


#content
{
	width: 790px;
	margin: 0px auto 0px auto;
	text-align: left;
	top: 0px;
}
#content #contentHeader
{
	background-image: url('../images/header_bg_v6.jpg');
	background-repeat: no-repeat;
	height: 200px;
}



#content #contentHeader img 
{
	margin-top: 20px;
	margin-left: 35px;
}

#content  #contentBody
{
	background-image: url(../images/main_bg_v6.jpg);
	background-repeat:  repeat-y;
}


#content #contentBody #text {
	margin-left: 190px;
	padding-left: 40px;
	margin-right: 40px;
	padding-bottom: 40px;
	padding-top: 3px;
}

#content #contentBody #menu {
	margin-left: 0px;
	float: left;
	padding-top: 10px;
}




#content #contentBody #menu #menuList {
	font-style: normal;
	line-height: 200%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	list-style-type: none;
	margin: 5px 0 0 5px;
	padding: 0px;
}


#content #contentFooter {
	clear: both;
	float: none;
	background-color: #595959;
	border-bottom-color: #232323;
	font-weight: bold;
	font-size: 85%;
	background-image: url(../images/main_bg_v6.jpg);
	padding: 10px 10px 20px 230px;
}

#text a:link
{
	color:#7985BB;
	display: inline;
}
#text a:visited
{
	color: ##5D5D5D;
	display: inline;
}
#text a:focus
{
	color: #fe0000;
	text-decoration:underline;
	display: inline;
}
#text a:hover
{
	color: #fe0000;
	text-decoration:underline;
	}
	

.hidepics {
  width:0px;
  height:0px;
  display:none;
}
