body {
	background-color: #607080;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	margin: 0;
}

#frameTop, #frameMiddle, #frameMain, #frameBottom {
	background-color: #ffffff;
	width: 760px;
	width: "784px";
	padding-left: 10px;
	padding-right: 10px;
	border-color: #333333;
	border-style: solid;
}

#frameTop {
	border-width: 2px 2px 0px 2px;
	overflow: hidden;
	padding-top: 10px;
}
#frameTop img{
	border: none;
}


#frameMiddle {
	border-width: 0px 2px 0px 2px;
	vertical-align: top;
	padding-top: 2px;
}

#frameMenu {
	width: 185px;
	height: 200px;
	background: url(/i/bg_menu.jpg) repeat-x;
}

#frameMainImage {
	width: 575px;
	height: 200px;
	background: url(/i/img_main.jpg);
}


#frameMain {
	border-width: 0px 2px 0px 2px;
	padding-top: 2px;
}

#frameMainLeft, #frameMainCenter, #frameMainRight, #frameMainCenter2, #frameMainRight2  {
	vertical-align: top;
	padding-bottom: 1em;
}
#leftHeader, #centerHeader, #rightHeader{
	font-size: 75%;
	font-weight: bold;
	height: 18px;
	height: "20px";
	padding-top: 2px;
	text-align: center;
}
#leftHeader h2 , #centerHeader h2 , #rightHeader h2 {
	font-size: 100%;
	display: inline;
}

#leftBody, #centerBody, #rightBody {
	font-size: 70%;
	padding-bottom:  10px;
	text-align: left;
}


#frameMainLeft {
	width: 185px;
	background-color: #cde7fe;
	text-align: left;	
}
#leftHeader {
	background-color: #265eb6;
	color: White;
}
#leftBody {
	margin-top: 1px;
	border-top: 1px solid #265eb6;
	padding-left: 8px;
	padding-right: 8px;
	padding-top:  8px;
	padding-bottom:  20px;
}

#frameMainCenter {
	width: 371px;
}
#centerHeader {
	background-color: #2d7dcf;
	color: White;
}
#centerBody {
	margin-top: 1px;
	border-top: 1px solid #2d7dcf;
	padding-left: 10px;
	padding-right: 8px;
	padding-top:  10px;
	padding-top: "0px";
}

#centerBody a {
	text-decoration: none;
	color: #000099;
	font: bold ;
}

#centerBody a:hover {
	text-decoration: underline;
}

#centerBody a.inline {
	color: #000099;
	text-decoration: underline;
	font: normal ;
}
#centerBody h3 {
	font-size: 100%;
}
#centerBody h4 {
	font-size: 100%;
	display: inline;
}



#frameMainRight {
	width: 200px;
	background-color: #d9ffe8;

}
#rightHeader {
	background-color: #07a08c;
	color: White;
}
#rightBody {
	margin-top: 1px;
	border-top: 1px solid #07a08c;
	padding-left: 8px;
	padding-right: 8px;
	padding-top:  10px;
	padding-top: "0px";
}

#frameBottom {
	border-width: 0px 2px 2px 2px;
	font-size: 70%;
	padding-bottom: 5px;

}

#bottomMenu {
	border-top: 3px solid #265eb6;
}
#bottomMenu a {
	color: Red;
	text-decoration: none;
	font: bold ;
}

#bottomMenu a:hover {
	text-decoration: underline;
}

#copyleft {
	padding-top: 5px;
	color: #607080;
}

.wrap {
	background: transparent;
	border: none;
}
