/* CSS Document */
* { padding:0px; margin:0px; }
html { height:auto }
body { height:auto }
body { background:#FFFFFF }
#header-logo {
				clear:both;
				margin:0px auto;
				width:780px;
				height:150px;
				
}
#body-div { 
				clear:both;
				margin:0 auto;
				width:800px;
				min-height:100%;
				height:auto;
				background:url(images/background-bg.jpg) top center repeat-y;
				
}
#menu {
background:url(images/menu-bg.jpg) top repeat-x;
width:780px;
height:30px;
margin:0 auto;
}
#content {
				clear:both;
				width:780px;
				height:100%;
				margin:0 auto;
}
#footer { clear:both; width:780px; margin:0 auto; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; background:url(images/menu-bg.jpg); height:30px; line-height:30px; }
#menu td { padding:0; margin:0; }
#menu td a { display:block; padding-top:6px; padding-bottom:5px;  text-decoration:none; color: #000; }
#menu td a:hover { color:#0066FF  }

h1, h2, h3, h4, p {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
a { border:0px; }
h1 {
	font-weight: bold;
	font-size: 17px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left:15px;
	color:#333;
}


h2 {
	font-weight: bold;
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left:15px;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left:15px;
}


h4 {
	font-size: 105%;
}

p {
	font-weight: normal;
	font-size: 13px;
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
}