body {
	padding: 0em;
	margin: 0em;
	line-height: 1.0em;
	color: #757575;
	background: #ffffff url(../images/bg-page.jpg) repeat-y center;
	text-align: center;
	font: 0.8em Arial, Helvetica, sans-serif;
}
.divider{
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	line-height: 1px;
	border-bottom: 1px solid #1D3795;
}
a, a:hover {
	color: #1D3795;
	text-decoration: underline;
}
a:hover{
	color: #757575;
	text-decoration: underline;
}
span{
	color: #1D3795;
}
p{
	padding: 0em;
	margin: 0.2em 0em 0.6em 0em;
}
ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 40px;
}
li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
h2{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px -10px 10px;
	color: #757575;
	font: 1.0em Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#main{
	width: 750px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	background-image: url(../images/bg-main.gif);
	background-repeat: repeat-y;
	padding: 4px 4px 0px 4px;
}
.container{
	width: 750px;
	margin: 0px 0px 0px 2px;
	clear: both;
}
.top div{
	width: 185px;
	margin: 0px 2px 0px 0px;
	background-image: url(../images/but-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #015D9F;
	float: left;
}
.top p{
	padding: 7px 4px 6px 4px;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.85em;
}
.top a{
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.top a:hover{
	color: #ffffff;
	text-decoration: none;
}
.logo{
	position: relative;
	left: 10px;
	margin: 4px 0px 4px 0px;
}
.tag{
	position: relative;
	left: 60px;
	bottom: 30px;
}
.left{
	float: left;
	width: 372px;
	margin: 5px 0px 0px 1px;
	background-image: url(../images/bg-content.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
.right{
	float: right;
	width: 370px;
	margin: 5px 3px 0px 0px;
}
.safe{
	margin: 0px 0px 0px 5px;
}
.left p{
	margin: 10px 12px 15px 12px;
	line-height: 14px;
}
#footer{
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	background-image: url(../images/bg-footer.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top:-3px;
}
#footer p{
	color: #757575;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
#footer a{
	color: #757575;
	text-decoration: underline;
}
#footer a:hover{
	color: #1D3795;
	text-decoration: underline;
}
.clearing{
	clear:both;
	line-height:0px;
	font-size: 1px;
}
