body {
	margin: 0px;
	padding: 0px;
	background-color: #061947;
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #061946;
}

form, ul, ol, h1, h2, h3, h4, h5 { 
	padding-top:0px; 
	padding-bottom:0px; 
	margin-top:0px; 
	margin-bottom:0px; 
}

p { 
	margin:0px; 
}

a { color: #061946; }

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; }

.float_l {
	float: left;
	margin: 0px 10px 10px 0px;
}
.float_r {
	float: right;
	margin: 0px 0px 10px 10px;
}

.bg_left {
	background-image: url(../images/bg_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.bg_right {
	background-image: url(../images/bg_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 153px;
}
.bot {
	background-image: url(../images/bot.jpg);
	background-repeat: no-repeat;
	height: 46px;
}
.mid {
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
}
.column_left {
	width: 198px;
	height: 401px;
	background-image: url(../images/bg_column_left.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4E4949;
}

.column_right {
	padding: 6px 21px;
}

.contact_info {
	padding: 0px 7px;
	font-size: 12px;
	font-weight: normal;
	color: #575A61;
}

.section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #061845;
	font-weight: bold;
}

.nav_block { padding:0px;}
.nav a {
	display:block;
}

.navbot_block {
	padding: 23px 21px 0px 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.navbot a {
	height:auto;
	width:auto;
	padding-right: 12px;
	color: #4E4949;
	text-decoration: none;
}

.register {
	float: right;
}
.register a{
	color: #4E4949;
	text-decoration: none;
}

.contact_page {
	background-image: url(../images/pic_contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 360px;
	font-weight: bold;
	font-size: 17px;
}

