*{
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	font-family:"Lucida Grande", Tahoma, Helvetica, sans-serif;
	background:#25180F url('../../images/mainBG.jpg') 26px 0 repeat-x;
	font-size:small;
}

h3 {
	font-weight:normal;
	color:#15B0B4;
	margin-bottom:10px;
	font-size:150%;
}

h4{
	margin-bottom:7px;
	color: #11A9AD;
	font-size: 120%;
}
h5{
	color: #A35C25;
	font-size: 100%;
}

img, div { behavior: url(/assets/css/iepngfix.htc) }
img { border:none; }

a {
	color:#15B0B4;
}

div.clear{
	clear:both;
}

	#container{
		width:100%;
	}
	
		#headerCont{
			width:100%;
			height:25px;
			border-bottom:1px solid #089dcb;
			background-image:url('../../images/topBG.gif');
			background-repeat:repeat-x;
		}
		
			#header{
				width:918px;
				height:25px;
				margin:0px auto;
			}
			
				#header ul{
					width:918px;
				}
				
					#header ul li{
						list-style:none;
						float:right;
						height:25px;
					}
					
						#header ul li a{
							color:#FFFFFF;
							font-size:85%;
							text-decoration:none;
							display:block;
							padding:5px 10px 3px 10px;
						}
			

					
				
				
.footertxt { 
  color:#888888;		
  float:left;
font-size:11px;
margin-top:5px;		
}				

.error {
	background-color:#FFCCCC;
	color:#FF0000;
	font-size:18px;
	padding:10px;
}		
				