﻿* {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	padding: 0 0 0 0;
	margin: 0;
}

html {
	height: 100%; 
	text-align: center;
}

body {
	height:100%;
}


img {
	border-width:0;
}


body {
	font-size:14px;
	font-family: Georgia, verdana, "Times New Roman", Times, serif;
	text-align:left;
	color:#000;
	background:transparent url('../images/bg.png') repeat-x scroll center top;
	line-height: 160%

}

a:link {color: #000; text-decoration: none; }
a:active {color: #000; text-decoration: none; }
a:visited {color: #000; text-decoration: none; }
a:hover {color: #000; text-decoration:underline; }



.padstyle {
	padding:10px;
}

#container {
	width:900px; 
	position:relative; 
	margin:0 auto;
}

#header {
	width:100%; 
	height:125px;  
	position:relative;
	background-image:url('../images/header.gif');
}

#menu {
	width:100%;
	position:relative;
	height:45px;
	top:80px;
}

#menu a, #menu img {
	height:45px;
}


#content {
	width:900px;
	padding:0px;
	min-height:450px;
	position:relative;
	background-color:#fff;
}

#footer {
	width:100%; 
	height:20%; 
	padding-top:20px;
	text-align:center;
	background:transparent url('../images/footer.html') repeat-x scroll center top;
}




#align { float:left;}



h1 {

	font-size:24px;
	font-family:garamound;
	color:#000;
	padding:0;
	margin:0;	
	text-align:Left;

}


h2 {

	font-size:18px;
	font-family:arial;
	color:#066cb8;
	padding:0;
	margin:0;
	text-align:left;	

}
h3 {

	font-size:14px;
	font-family:Arial;
	color:#000;
	padding:0;
	margin:0;
	text-align:center	

}
h4 {

	font-size:14px;
	font-family:Arial;
	color:#0071BC;
	padding:0;
	margin:0;
	text-align:left;
	
		

}
h5 {

	font-size:12px;
	font-family:Arial;
	color:#fff;
	padding:0;
	margin:0;
	text-align:center;
	}
	
h6 {

	font-size:18px;
	font-family:Arial;
	color:#0071BC;
	padding:0;
	margin:0;
	text-align:center;
