body {
	
}

div {
	margin: 0px;
	padding: 0px;
	border: 0px;
	/*border: 1px solid black;*/
}

A {
	color: red;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none;
}

A:hover{
	color: #ff6600;
}

.content A {
	FONT-SIZE: 110%;
	font-weight: bolder;
}

.page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F0F0F0;
	/*margin-right: 1%;
	margin-left: 1%;
	margin-top: 0px;
	margin-bottom: 0px;*/
	margin: 0px;
	text-align:center;
	min-width: 1010px;
}

.body{
	width: 100%;
	text-align:left;
	margin:0 auto;
}

.page .header {
	clear:both;
	height: 200px;
	text-align: center;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
}

.page .header .boat{
	clear:both;
	height: 200px;
	float: left;
	background-image: url(../images/boat.gif);
	background-repeat: no-repeat;
	width: 100%;
}

.page .header .right{
	clear:both;
	height: 200px;
	float: right;
	background: url(../images/contacts.gif) no-repeat right bottom;
	width: 100%;
}

.page .header .name{
	clear: both;
	height: 200px;
	padding-left: 360px;
	padding-top: 12px;
	FONT-SIZE: 200%;
	color: #ffffff;
}

.page .menu{
	clear: both;
	height: 33px;
}

.page .menu UL{
	margin: 0;
	padding: 0;
	list-style: none;
	
	height: 33px;
}

.page .menu .menuItem{
	display: inline-block;
	clear:none;
	float: left;
	padding-left: 7px;
	padding-right:7px;
	font-size: 120%;
	background-image: url(../images/header.gif);
	background-repeat: repeat;
}

.page .menu A{
	COLOR: #ffae00;
}

.page .menu A:hover{
	COLOR: red;
}

.page .menu .menuItem .menuA{
	padding-top: 10px;
	height: 23px;
	display: inline-block;
}

.page .menu .menuItem .menuActive{
	padding-top: 10px;
	height: 23px;
	display: inline-block;
}

.page .menu .menuItem .active_left{

}

.page .menu .menuItem .active_right{

}

.middle {
	overflow: hidden;
}

.middle .left {
	width: 225px;
	float: left;
	overflow: hidden;
	background-image: url(../images/header.gif);
	background-repeat: repeat;
	COLOR: #FFFFFF;
}


.middle .left A{
	COLOR: #ffae00;
}

.middle .left A:hover{
	COLOR: red;
}


.middle .left FIELDSET{
	border: #CCCCCC solid 1px;
	MARGIN-TOP: 10px;
	margin-bottom: 10px;
	
}

.middle .left FIELDSET LEGEND{
	padding: 4px 5px 4px;
	border: #CCCCCC solid 1px;
	text-align: center;
	font-weight: bolder;
}

.middle .left FIELDSET LEGEND a{
	font-weight: bolder;
	COLOR: #FF6600;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none;
}

.middle .left FIELDSET UL{
	margin: 0; 
	padding: 0;
	margin-left: 10px; 
	margin-right: 10px;
	list-style: none; 
}

.middle .right {
	width: 225px;
	float: right;
	clear: both;
	overflow: hidden;
}

.middle .main_r, .middle .main_l, .middle .main_lr, .middle .main{
	BACKGROUND: url(../images/content_bg.gif) repeat ;
	margin-top: 15px;
}

.middle .main_l .lb, .middle .main_lr .lb{
	Border-left: #354859 3px solid;
}

.middle .main_r .rb, .middle .main_lr .rb{
	Border-right: #354859 3px solid;
}

.middle .tb{
	BACKGROUND: url(../images/header.gif) repeat ;
	height: 25px;
}

.middle  .main_l .tb1, .middle  .main_lr .tb1{
	BACKGROUND: url(../images/tb1.jpg) left no-repeat ;
	height: 25px;
}

.middle  .main_r .tbr, .middle  .main_lr .tbr{
	BACKGROUND: url(../images/tb2.jpg) right no-repeat ;
	height: 25px;
}

.middle .main_lr{
	margin-left: 250px;
	margin-right: 250px;
	min-height: 600px;
}

.middle .main_l{
	margin-left: 250px;
	min-height: 600px;
	
}

.middle .main_r{
	margin-right: 250px;
	min-height: 600px;
}

.middle .content{
	min-height: 600px;
}

.middle .main_r .breadcrumb, .middle .main_l .breadcrumb, .middle .main_lr .breadcrumb, .middle .main .breadcrumb{
	padding: 5px;
}

.middle .main_r .content, .middle .main_l .content, .middle .main_lr .content, .middle .main .content{
	padding: 5px;
}

.footer{
	clear: both;
	height: 40px;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
}

.btn{
	TEXT-DECORATION: none;
	FONT-SIZE: 12px;
	padding: 2px 7px;
	border: #000000 outset 1px;
	BACKGROUND-COLOR: #DDDDDD;
	COLOR: #000000;
	font-weight: bolder;
}

.btn:hover{
	border: #000 inset 1px;
	COLOR: red;
	CURSOR: pointer;
	CURSOR: hand;
}

.row_a{
	BACKGROUND-COLOR: #e8e8e8;
}

.row_b{
	BACKGROUND-COLOR: #FFFFFF;
}

.input{
	MARGIN-BOTTOM: 10px;
}

INPUT {
	border: 1px #000000 solid;
	padding: 2px;
}

INPUT:focus {
	border: 1px red solid;
}

TEXTAREA{
	MARGIN-BOTTOM: 10px;
	padding: 2px;
	border: 1px #000000 solid;
}

TEXTAREA:focus{
	border: 1px red solid;
}

.not_null {
	COLOR: #FF0000;
	font-weight: bolder;
	PADDING-LEFT: 2px;
	PADDING-RIGHT: 2px;
}

.example{
	font-style: italic;
}

.example .text{
	BORDER-BOTTOM: 2px solid #CCCCCC;
	BORDER-LEFT: 2px solid #CCCCCC;
	PADDING: 2px;
}

.about{
	FONT-SIZE: 10px;
}

.statusDiv{
	WIDTH: 70%;
	FONT-SIZE: 12px;
	COLOR: #000000;
	TEXT-ALIGN: center;
	MARGIN-BOTTOM: 10px;
	PADDING-TOP: 10px;
	BACKGROUND-COLOR: #FFFFFF;
}

.statusDiv .title{
	FONT-SIZE: 14px;
	font-weight: bolder;
	TEXT-ALIGN: center;
}

.statusDiv .good{
	BORDER: 2px solid green;
	
}

.statusDiv .good .title{
	BACKGROUND-COLOR: green;
	COLOR: #FFFFFF;
}

.statusDiv .error{
	BORDER: 2px solid red;
}

.statusDiv .error .title{
	BACKGROUND-COLOR: red;
	COLOR: #FFFFFF;
}

.statusDiv .notice{
	BORDER: 2px solid orange;
}

.statusDiv .notice .title{
	BACKGROUND-COLOR: orange;
}

TABLE {
	width: 100%;
	border: 0px solid black;
	border-collapse: collapse;
}
