* {
  margin: 0px;
  padding: 0px;
  border:0;
}

body {
	color:#193C5B;
	font: 11px Tahoma ,Arial, Helvetica, sans-serif;
	background: #4A4A4A url(../img/layout/background.jpg) no-repeat;
	background-position: 707px 0;
}

p {
	margin: 10px 0;
}

a {
	color: #00CCFF;
	text-decoration: none;
	font-style: normal;
}

a:hover {
	color: #DF0000;
	text-decoration:none;
}

#main {
	width: 707px;
	padding: 0 0;
	margin: 0 0;
	background-color:#FFFFFF;
}

#head {
	width: 704px;
	height: 175px;
	padding: 0 0;
	margin: 0 0;
	background-image: url(../img/layout/header.jpg);
}

#menu {
	width: 704px;
	height: 32px;
	padding: 0 0;
	margin: 0 0;
}

#menu ul {
	display: inline;
	padding: 0 0;
	margin: 0 0;
}

#menu li {
	display: inline;
	padding: 0 0;
	margin: 0 0;
}

#ulmenu {
	list-style: none;
	padding: 0 0;
	margin: 0 0;
}

#ulmenu a {
	line-height: 32px;
	text-align: center;
	background: url(../img/layout/topmenu.jpg) left no-repeat;
	display: block;
	float: left;
	width: 88px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

#ulmenu a:hover {
	background: url(../img/layout/topmenu_.jpg) left no-repeat;
	color: #FFFFFF;
}

#content {
	background: #FFFFFF;
}

#left {
	float: left;
	width: 157px;
	padding: 5px 5px;
	background-color: #FFFFFF;
}

#right {
	float: left;
	width: 530px;
	padding: 5px 5px;
	background-color: #FFFFFF;
}

#clear {
	clear: both;
}

#bottom {	
	text-align:center;
	width: 707px;
	padding: 5px 0;
	background-color: #555;
	color: #999999;
}

#bottom p {
	margin: 5px 0;
}

#bottom a {
	color: #999999;
	text-decoration: none;
	font-style: normal;
}

#bottom a:hover {
	color: #999999;
	text-decoration:underline;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background-color: #F3F8FF; 
	color: #193C5B; 
	left: 0;
	top: 0;
	border: 1px solid #193C5B;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

.nostyle {
	border: 0; 
	background-color: transparent;
}

.box {
	background: url(../img/layout/box_bg.jpg);
	border: 1px solid #f2f2f2;
	margin: 0 5px 5px 5px;
	padding: 5px 5px;
	margin-bottom: 15px;
	text-align:center;
}

.box_ {
	background: url(../img/layout/box_header.jpg) top right;
	border: 1px solid #f2f2f2;
	margin: 5px 5px 0 5px;
	padding: 4px 4px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.small {
	font-size: 10px;
}

.reginfo {
	background:url(../img/layout/dancing_shade_man.jpg) left top no-repeat;
	width: 110px;
	height: 240px;
	padding-top: 30px;
	text-align:left;
	font-weight: bold;
	line-height: 15px;
}

.error {
	border-color: #FF0000;
	background-color: #FFCCCC;
}