	A:link {			text-decoration: underline; color: #213A94;}
	A:visited {			text-decoration: underline; color: #213A94;}
	A:hover {			text-decoration: none; color: #213A94;}				

html, body {
	background: url(../images/bg-tile.jpg);
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #213A94;
	height: 100%;
	}
table {
	border-collapse: collapse;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	}
#container {
	position: relative;
	min-height: 100%;
	height: auto;
}
html>body #container {height:auto}
#header {
	height: 150px;
	width: auto;
	background: url(../images/bg-tile.jpg) #213A94;
}

#contentcontainer {
	width: 960px;
	left: -4px;
	background: #FFFFFF;
	position: relative;
	height: auto;
	clear: both;
}
html>#contentcontainer {height:auto}

#nav {
	width: 178px;
	background-color: #213a94;
	float: left;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	position: relative;
	left: -3px;
	}
	
a.mainlink:link,
a.mainlink:visited{
	padding: 5px 20px;
	color: #FFFFFF;
	text-align: right;
	font-weight : bold;
	text-decoration : none;
	display : block;
	font-size: 13px;
}
a.mainlink:hover{
	background: #536C19;
	color : #FFFFFF;
}


#content {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	margin-left: 175px;
	color: #213A94;
	text-align: left;
	}

#footer {
	width: 960px;
	background:#99CC33;
	height: 25px;
	color: #fff;
	line-height: 25px;
	font-size: 11px;
	border-top: 2px solid #FFFFFF;
}
#footer a {
	color: #fff;
}
.clearer {
	height:1px;
	clear:both;
	overflow:hidden;
	margin-top:25px;
}
.outletheader{
	background:#213A94;
	color: #fff;
	line-height: 25px;
	padding-left: 5px;
	}

.smalltext{
	font-size: 10px;
	color: #213A94;
	font-style: italic;
	}