body{
	background-image: url(/images/website/background.jpg);
	background-repeat: repeat-x;
	background-color: black;
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: black;
	}

td{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	}

.striping{
	background-image: url(/images/website/striping.gif);
	background-repeat: repeat-x;
	height: 32px;
	}

.wrapper{
	width: 920px;
	position: relative;
	left: 50%;
	margin-left: -460px;
	margin-top: 20px;
	z-index: 1;
	}

.navigation{
	float: left;
	}

.heading{
	background-image:url(/images/website/header_menu.gif);
	height:161px;
	width:201px;
	}

.contents{
	background-color:#DBFF36;
	border-left:4px solid #999999;
	border-right:4px solid #999999;
	width:193px;
	}

.footing{
	background-image:url(/images/website/footer_menu.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:8px;
	width:201px;
	}

.container{
	width: 700px;
	background-color: white;
	float: left;
	margin-top: 73px;
	margin-left: 10px;
	}

.container_body{
	border-left: 1px solid #999999; 
	border-right: 1px solid #999999;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	vertical-align: top;
	}

.search{
	padding-left: 10px;
	}

.smartlinks{
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	}


.footer{
	font-size: 11px;
	margin-top: 10px;
	margin-right: 20px;
	text-align: right;
	color: white;
	float: right;
	}

.footer a {
	color: white;
	text-decoration: none;
	}

.footer a:hover {
	text-decoration: underline;
	}

form{
	padding: 0px;
	margin: 0px;
	}

.whiteline{
	border: 1px solid white;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.row-one{
	background-color: white;
	}

.row-two{
	background-color: #E9EDF0;
	}

a{
	color: #333333;
	text-decoration: none;
	}	

a:hover{
	color: #333333;
	text-decoration: underline;
	}

.a_label{
	font-weight: bold;
	}

input, textarea{
	border: 1px solid #ccc;
	padding: 5px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	}

.balloon_topleft{
	background-image: url(/images/website/balloon/top-left.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 6px;
	}

.balloon_topmiddle{
	background-image: url(/images/website/balloon/top-middle.png);
	background-repeat: repeat-x;
	padding: 0px;
	}

.balloon_topright{
	background-image: url(/images/website/balloon/top-right.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px;
	}

.balloon_left{
	background-image: url(/images/website/balloon/left.png);
	background-repeat: repeat-y;
	}

.balloon_middle{
	background-image: url(/images/website/balloon/middle.png);
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 11px;
	color: #191818;
	}

.balloon_right{
	background-image: url(/images/website/balloon/right.png);
	background-position: top right;
	}

.balloon_bottomleft{
	background-image: url(/images/website/balloon/bottom-left.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 6px;
	}

.balloon_bottommiddle{
	background-image: url(/images/website/balloon/bottom-middle.png);
	background-repeat: repeat-x;
	padding: 0px;
	}

.balloon_bottomright{
	background-image: url(/images/website/balloon/bottom-right.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px;
	}
	
.rowtwo {
	background-color:#E9EDF0;
}

.moreinfo
{
	background-image: url(/images/website/bullit.gif);
	background-repeat: no-repeat;
	background-position: 6px;
	
	width: 165px;
	
	float: right;
	
	border: 1px solid #868686;
	
	padding: 5px;
	
	background-color: #DBFF36;
	
	color: #666666;
}

.moreinfo a:hover
{
	text-decoration: none;
}