/* CSS Document */
Body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#024a3f;
	color:#666666;
	margin:0;
}	
.CenterTable{
	margin:0 auto 0 auto;
	background-color:white;
	width:750px;
}
.LeftNav{
	background-image:url(images/nav_background.gif);
	background-repeat:repeat-y;
	width:221px;
}	
.Footer{
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	width:750px;
	height:42px;
}

.Header{
	margin:0;
}
p{
	margin:10px 10px 5px 10px;
	padding:0;
	line-height:18px;
}
.emphasis{
	color: red;
	font-weight:bold;
	background-image:url(images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:100px;
	padding-left:22px;
}
.emphasis2{
	color: red;
	font-weight:bold;
}
.HeaderLeft1{
	float:left;
	background-image:url(images/headerleft1.gif);
	background-repeat:no-repeat;
	width:37px;
	height:28px;
}
.HeaderTile1{
	background-image:url(images/headertile1.jpg);
	background-repeat:repeat-x;
	height:28px;
}
.HeaderLeft2{
	float:left;
	background-image:url(images/headerleft2.gif);
	background-repeat:no-repeat;
	width:37px;
	height:28px;
}
.HeaderTile2{
	background-image:url(images/headertile2.jpg);
	background-repeat:repeat-x;
	height:28px;
}
.HeaderLeft3{
	float:left;
	background-image:url(images/headerleft3.gif);
	background-repeat:no-repeat;
	width:37px;
	height:28px;
}
.HeaderTile3{
	background-image:url(images/headertile3.jpg);
	background-repeat:repeat-x;
	height:28px;
}
.HeaderText{
	padding:0;
	margin:0;
	color:white;
	font-size:14px;
	font-weight:bold;
	position:relative;
	left:10px;
	top:5px;
}
a:link{
	color:red;
	font-weight:bold;
	text-decoration:underline;
}
a:visited{
	color:red;
	font-weight:bold;
	
	text-decoration:underline;
}
a:hover{
	color:#017b68;
	font-weight:bold;
	text-decoration:none;
}
ul
{
	list-style-image:url(images/bullet.gif);
}
li
{
	margin:5px 0 0 100px;
	
}