body{
	background: #6485ed url(/images/bg2.jpg) repeat-x fixed left top;
	FONT-SIZE: 11pt; FONT-FAMILY: Arial, Verdana;
}

h1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 20pt; 
	MARGIN: 3px 0px; 
	WORD-SPACING: 0px; 
	COLOR: #14689C; 
	FONT-FAMILY: Tahoma; 
	TEXT-ALIGN: center
}
h2 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 15pt; 
	MARGIN: 3px 0px; 
	WORD-SPACING: 0px; 
	COLOR: #000000; 
	FONT-FAMILY: Tahoma; 
	TEXT-ALIGN: center
}
h3 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13pt; 
	MARGIN: 3px 0px; 
	WORD-SPACING: 0px; 
	COLOR: #14689C; 
	LINE-HEIGHT: 110%; 
	FONT-FAMILY: Tahoma; 
	TEXT-ALIGN: center;
}

p {
	FONT-SIZE: 11pt; TEXT-INDENT: 0; FONT-FAMILY: Arial,Verdana; text-align: left;
}



/*LAYOUT*/



#container {
	position: relative; 
	*position: absolute; 
	*left: 50%;
	margin: auto;
	margin-top: 18px; 
	margin-top: 14px; 
	padding-top: 13px; 
	padding-bottom: 13px; 
	text-align: center; 
	width: 800px; 
	*margin-left: -400px; /*always take 1/2 from the size of the width, they have to be negative*/
	background: #FFFFFF;
}

#content {
position: relative; margin: 14px auto; margin-top: 13px; padding: 10px; border1: 1px solid #efefef; width: 700px;   	text-align: left; 
}

a img{
border: 0;
}

ul li {
	margin-top: 12px;
}

.arrow{
	list-style-image: url(/images/red-arrow.jpg);
	padding-left: 15px;
}

.checklist li{
	margin-top: -10px;
}

.mid{
 text-align: center;
}

.checked{
	list-style-image: url(/images/bulletcheck.jpg);
	padding-left: 15px;
}

.checked li{
	margin-top: 16px;
}

.highlight{
	background: yellow;
}

.bold{
	font-weight: 900;
}

.left{
	text-align: left;
}

.clear{
	clear: both;
}

.red{
	color: #cc0000;
}
