@charset "utf-8";
/* CSS Document */

body {
	background: #006699 url(images/bg.gif) repeat;
	margin: 0;
	padding: 0;
	}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	font-weight: lighter;
	margin: 0;
	padding: 0;
	}

h4 {
	background: #003399;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	margin-bottom: 15px;;
	padding: 10px 0 5px 15px;
	}

#header {
	border-bottom: 9px solid #063185;
	height: 136px;
	margin: auto;
	width: 760px;
	}

#header #left {
	background: url(images/header1.jpg) no-repeat;
	float: left;
	height: 126px;
	padding: 10px 0 0 20px;
	width: 487px;
	}

#header #right {
	background: url(images/header2.jpg) no-repeat;
	float: left;
	height: 121px;
	padding: 15px 20px 0 50px;
	width: 183px;
	}

#content {
	background: #FFFFFF;
	margin: auto;
	padding: 20px;
	width: 720px;
	}

#footer {
	background: #063185;
	height: 30px;
	margin: auto;
	width: 760px;
	}