/* ********************* */
/* **** MAIN STYLES **** */
/* ********************* */

body {
	margin: 0px;
	background-color: #000;
}

#container {
	width: 780px;
	margin: 0px auto;
	overflow: hidden;
}

#header {
	width: 780px;
	overflow: hidden;
}

#main {
	overflow: hidden;
	width: 700px;
	background-image: url(images/bg.jpg);
	font-family: Georgia, Verdana, Arial;
	font-size: 16px;
	padding-left: 40px;
	padding-right: 40px;
}

#footer {
	width: 780px
}



/* ********************* */
/* **** FORMATTING  **** */
/* ********************* */

.yellowbackground {
	font-weight: bold;
	color: #000000;
	background-color: #FFFF00;
}

h1 {
	text-align:center;
	font-family: Georgia, Verdana;
	font-size: 32px;
	font-weight: bold;
	color: #CC0000;
}

h2 {
	text-align:center;
	font-family: Georgia, Verdana;
	font-size: 21px;
	font-weight: bold;
	color: #000000;
}

.splittext {
	text-align:center;
	font-family: Georgia, Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
}

.splittextblue {
	text-align:center;
	font-family: Georgia, Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #000099;
}

h3 {
	font-family: Verdana, Georgia;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
}

h4 {
	color: #CC0000;
	font-size: 19px;
	text-align: center;
}

.li {
	list-style: none;
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	margin-top:25px;
	padding-top: 6px;
	padding-left: 45px;
}

.highlight {
	font-weight: bold;
	color: #000099;
	padding-bottom: 7px;
}

.highlightred {
	color: #CC0000;
}

.highlightblue {
	color: #004B97;
}

.imgleft {
	float: left;
	padding-right: 10px;
}

.imgright {
	float: right;
}