/* CSS Document */
dl,dd,dt{  margin:0px;  padding:0px;  border:0px;}

body {
	margin:0;
	padding:0;
	background-color: #434940;
	background-image: url();
	background-repeat: repeat;
	position: relative;
	}
	
#content{
	top:0px;
	position: relative;
	width: 960px;
	height:auto;
	margin-top:inherit;
	margin-left:auto;
	margin-right:auto;
	}
	
#content1{
	top:0px;
	position: relative;
	width: 960px;
	background-image: url(images/Repeat_Content_BG.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	}		
	
#top_banner{
	width: 960px;
	height: 43px;
	position: relative;
	background-image: url(images/top-banner1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	z-indez:9;
	

		}				

#logo1{
	width: 215px;
	height: 106px;
	top:0px;
	left:9px;
	position: absolute;
	background-image: url(images/logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	visibility: visible;

	}
	
	
#beef{
	width: 630px;
	position: relative;
	background-position: center;
	background-repeat: repeat;
	visibility: visible;
	float:right;

	}	
	
#bottom_banner{
	width: 960px;
	height: 26px;
	position: relative;
	background-image: url(images/top-banner1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	float:left;

	}	
	
	
p{
	font-family: Arial;
	font-size: 14px;
	color: #183D67;
	}
	
li{
	font-family: Arial;
	font-size: 12px;
	color: #183D67;
	}
	
a{
	font-family: Arial;
	font-size: 14px;
	color: #781513;
	text-decoration: underline;
	}
	
a:hover{
	font-family: Arial;
	font-size: 14px;
	color: #781513;
	text-decoration: underline;
	background-color: yellow;
	}

	}

h1{
	font-family: Tahoma;
	font-size: 18px;
	color: #183D67;
	}				
