/* CSS Document *//* CSS Document */




body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color: #000000;
	background-image: url(../images/diamondplate.png);
	background-repeat: repeat-x;
	background-position: center top;
}

p {
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	margin-top: 15px;
	margin-right: 15px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #E50019;
}

#outterContainer {
  width:975px;
  margin:0px auto;
  }


#header {
	width:975px;
	height:150px;
	margin:0;
	padding:0;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
  }
  
  
  
#headerMenu {
	width:975px;
	height:50px;
	background-color: #F4FFD5;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 100;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
  }

#address {
	height: 43px;
	padding-top: 70px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
}


#address h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navcontainer
{
	height: 10px;
	width: 975px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 0;
	padding-bottom: 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 0px;
}


#navcontainer ul
{
	border: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	padding-top: 0pt;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
	width: 130px;
	height: 30px;
	color: #333333;
	text-decoration: none;
	display: block;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(../images/tab.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
}

#navcontainer ul li a:hover
{
	color: #FF0000;
	background-repeat: no-repeat;
	background-position: center top;
}

#navcontainer a:active
{
	color: #fff;
	text-align: center;
}

#navcontainer li#active a
{
	color: #fff;
}

#navcontainer li#space {
	width: 275px;
}





  
  
#bodyContainer {
	width:975px;
	background-image: url(../images/middle.png);
	background-repeat: repeat;
	background-position: center top;
  }
  
  
  
#content{
	width:645px;
	float:right;
	margin-right: 55px;
	padding-top: 20px;
}


#content li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: disc;
	line-height: 20px;
}


#sidebar{
	width:235px;
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 25px;
}





#footer {
	width:925px;
	height:105px;
	clear:both;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
} 
#footer a:link {
	color: #FFFF33;
}
#footer a:active {
	color: #FFFF33;
}
#footer a:hover {
	color: #666666;
}
#footer a:visited {
	color: #FFFF33;
}



.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}


.copyright a:link {
	color: #FFFF00;
}

.copyright a:active {
	color: #FFFF00;
}

.copyright a:hover {
	color: #999999;
}

.copyright a:visited {
	color: #FFFF00;
}

