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

	
	html,
	body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat;
	background-color: #3E9A98;
	font-family:tahoma,arial;
	}
	#wrapper {
	background-image: url(../images/wrapper-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
	#container {
	min-height:100%;
	position:relative;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
	#header {
		text-align: center;
	}
	#body {
	width: 620px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom:142px;	/* Height of the footer */
	}
	#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:142px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	}
	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer p {
		margin:0;
		padding:10px;
	}
	img {
		margin: 0;
		padding: 0;
	}
	p {
	font-size:13px;
	color:#464646;
	line-height:21px;
	text-align: left;
	padding: 5px 0;
}
a:link {
	font-family: Tahoma, Arial;
	color: #00619c;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #00619c;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma, Arial;
	color: #00619c;
}
a:visited {
	font-family: Tahoma, Arial;
	color: #00619c;
}
li {
	font-size:13px;
	color:#464646;
	line-height:21px;
	padding: 5px 0;
	list-style-image: url(../images/bullet.jpg);
	list-style-type: disc;
	list-style-position: outside;
}
h1,h2,h3,h4,h5 {
	text-align: center;
	color: #0F495D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h5 {
	color: #CC0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin: 20px 100px;
	line-height: 30px;
}
h6 {
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
blockquote {
	background-color: #ECF3F9;
	margin: 40px 100px;
	border: 1px solid #124C62;
}
blockquote p {
	padding: 25px;
	color: #05202A;
}
.red {
	color: #FF3333;
	font-weight: bold;
}
.yellow
{
	font-weight: bold;
	background-color: #FFDC14;
}
