
#topBg {
        background: #0b305b url(images/bkg-top.jpg) repeat-x;
}

body {
	background: #0b305b url(images/bkg.jpg);
	color: #333333;
	font-size: 14px;
	font-family: Verdana, Arial, Tahoma;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF url(images/bkg-bod.jpg);
	width: 790px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	}

#bottomBg {
        background: #0b305b url(images/bkg-bot.jpg) repeat-x;
}

#footer {
	background: #0b305b url(images/footer.jpg);
	width: 790px;
	height: 125px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	}
	

#header {
	background: #0b305b url(images/header.jpg);
	width: 790px;
	height: 244px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	}

h1, h2, h3, h4, h5 {
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:19pt;
	color:#ba0000;
}

h2 {
	font-size:16pt;
	color:#BA0000;
}

h3 {
	font-size: 15pt;
	font-weight: bold;
	margin: 0;
	color: #ce0000;
}
h4 {
	font-size:15px;
	margin:0;
	margin-left:15%;
	margin-right:15%;
}

h5 {
	font-size:16pt;
	color:#000000;
	text-align: left;
}




