
body {
	font-size: 12px;
	font-family: arial;
	color: #474747;
	overflow-y: scroll;
}

.table td{
	vertical-align: top;
	padding: 10px;
	border: 1px dashed #ccc;
	text-align: right
	}
	
.table td:hover{
	background-color: #f1f1f1;
	}

.table img{
	margin: 5px;
	border: 1px solid #ccc;
	}

img { border: 0px; }

a {
	color: #03c;
	text-decoration: none;
}

a:visited { color: #03c; }

a:hover { color: #666; }

h1{
	margin: 10px 0px;
	}

.sliver {
	width: 914px;
	height: 32px;
	background:url(./images/navsliver.jpg);
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	color: #ffffff;
	float: left;
	width: 100%;
	font-family: arial;
	height: 16px;
	font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 8px 15px 10px 15px;
	text-decoration: none;
	float: left;
	color:#FFFFFF;
	height: 14px;
	vertical-align:middle;
	font-size: 13px;
	border-right: 2px solid #67a7c5;
}

#navcontainer ul li a:hover {
	padding: 8px 15px 10px 15px;
	text-decoration: none;
	float: left;
	color:#FFFFFF;
	vertical-align:middle;
	font-size: 13px;
	color: #000;
	background: url(/images/hoversliver.jpg);
	height: 14px;
}

.green a{
	color: #006600
	}

.maincontent { background: url(/images/topback.jpg) #fff no-repeat top left; }

.footer {
	width: 914px;
	padding: 2px 29px 20px 29px;
	font-size: 11px;
	color: #ccc;
}

.leftf { float: left; }

.rightf {
	float: right;
	text-align: right;
}

.contentdiv {
	padding: 10px;
	border-bottom: 15px solid #4b86a4;
	text-align: justify;
	line-height: 1.7em;
	overflow: auto;
}

.indent{
	margin-left: 40px;
	}

.bigbullet{
	font-size: 15px;
	list-style: none;
	font-weight: bold;
	padding-top: 20px;
	}
	
.bigbulletHow{
	font-size: 15px;
	list-style: none;
	font-weight: bold;
	padding: 10px;
	color: #20c;
	background: url(./images/grayfade.jpg) #fff repeat-x bottom left;
	border: 1px solid #ccc;
	}
	
.para{
	width: 842px;
	margin: 0px auto;
	}	
	
.para p{
	margin: 100px 0px;
	}