@charset "utf-8";
body {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	background: #ebebeb;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1, h3, h4, h5, h6 {
	line-height: 1.2em;
	color: #333333;
	text-align: center;
}

h1 {
	font-size: 1.8em;
	text-transform: capitalize;
	font-family:Tahoma,Georgia,"Times New Roman",Times,serif;
	text-align: center;
	color:#CC0000;
}

h2 {
	font-size: 1.7em;
	font-weight: bold;
	font-family: Tahoma,Arial,Georgia,"Times New Roman",Times,serif;
	color: #000000;
	text-align: center;
}

h3 {
	width: 586px;
	border: 5px solid #153067;
	background: #32549c;
	color: yellow;
	padding: 20px;
	margin: 0 auto;
	font-size: 2em;
	text-align: center;
}

h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 60px;
	font-size: 1.2em;
	text-align: left;
}

h5 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:1.6em;
	color:white;
	text-align:center;
}

ul {
	width: 626px;
	border: 5px solid #32549c;
	background: #eeeeee;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

li {
	background: url(images/tickbullet.jpg) top left no-repeat;
	margin: 10px;
	padding: 10px 20px 20px 50px;
}

li.x {
	background: url(images/xbullet.jpg) top left no-repeat;
	margin: 10px;
	padding: 10px 20px 20px 50px;
}

li.arrow {
	background: url(images/arrowbullet.jpg) top left no-repeat;
	margin: 10px;
	padding: 10px 20px 20px 50px;
}

li.question {
	background: url(images/questionbullet.jpg) top left no-repeat;
	margin: 10px;
	padding: 10px 20px 20px 50px;
}

#wrapper {
	width: 954px;
	background-image: url(images/newmainbg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
}
#header {
	width: 954px;
	height: 51px;
	background-image: url(images/newheader.jpg);
	background-repeat: no-repeat;
}
#content {
	padding: 0 100px;
}
#footer {
	text-align: center;
	width: 954px;
	height: 59px;
	background-image: url(images/newfooter.jpg);
}

.bold {
	font-weight: bold;
}

.boldunderlined {
	font-weight: bold;
	text-decoration: underline;
}

.bolditalicunderlined {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.underlined {
	text-decoration: underline;
}

.italicunderlined {
	font-style: italic;
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}

.shadow {
	background: url(images/shadow.jpg);
	width: 636px;
	height: 26px;
	margin: 0 auto;
}

div.orderbox {
	width: 586px;
	border: 5px solid #50545d;
	background: #22262f;
	padding: 20px;
	margin: 0 auto;
}

ul.orderbox {
	list-style: none;
	width: 546px;
	border: none;
	background: #22262f;
	color: white;
}

div.box {
	width: 586px;
	border: 5px solid #32549c;
	background: #eeeeee;
	padding: 20px;
	margin: 0 auto;
}

li.orderbox {
	background: url(images/tickbulletdark.jpg) top left no-repeat;
	margin: 10px;
	padding: 10px 20px 20px 50px;
	color: white;
}

p.orderbox {
	color: white;
}
