body {

	min-width:740px;

	color: black;
	background-color: white;
	margin:0px;
	padding: 0px;

	text-align : center;
	vertical-align : middle;

	scrollbar-face-color: #66BBCC;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #66BBCC;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
}

hr { clear: both; display: none; }

p {
	margin: 0;
	padding:4px;
	padding-left:4px;
}

a, a:visited {
	color: #104E8B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: red;
}

.item-title, .item-text {

	font-family: Verdana;
	font-size: 12px;
	margin: 0;
	padding:1px;
	padding-left: 18px;
	width:94%;
}
.item-title {
	padding-top: 8px;
	font-weight: bold;
	height: 16px;
	color: #000000;
}
.item-text {
	font-weight: normal;
	color: #333333;
}

a .item-text, a:visited .item-text {
	color: #999999;
}



/********************** CONTENT ***********************/

div#myframe {

	width : 740px;
	margin-top: 0;
	margin-right : auto;
	margin-left : auto;
	margin-bottom : 0;

	padding: 0;
	padding-left: 20px;


	text-align: left;

	font-family: Tahoma;
	font-size: 14px;
	color: #000000;

	background-color: white;
	background-image: url('back.gif');

	background-position: left top;
	background-repeat: repeat-y;
}

div#content {
	float: left;
	border:0;
	margin: 0;
	padding: 0;
	padding-left: 8px;
	padding-right: 2px;
	padding-top: 6px;
	width: 485px;

	background-color: white;

}


/********************** HEADER ***********************/

div#header {
	border:0;
	margin: 0;
	padding: 0;
	height: 300px;
	witdh: 700px;
}
div#hnav {
	height: 64px;
	width: 700px;

	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url('bgsearch.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
div#hnav ul {
	padding: 3px;
	margin: 0px;
	list-style: none;
}
div#hnav li {
	float: left;
	padding-left: 10px;
}
div#hnav a {

	font-family: Verdana;
	font-size: 12px;
	font-style: normal;

	color: black;
	text-decoration: none;
}
div#hnav a:hover {
	text-decoration: underline;
}

div#srcbox {

	margin-left: 505px;
	padding: 0;
	width: 120px;
	height: 62px;
	backround: ;	
}

/********************** RIGHTBAR ***********************/

div#rightbar {

	margin: 0;
	margin-left: 500px;
	padding: 0;
	padding-top: 5px;
	padding-left: 1px;
	border:0;
	top:0;

	width: 196px;
	height: 100%;


}

.right-text, .right-title {

	font-family: Verdana;
	font-size: 10px;
	margin: 0;
	padding: 2px;
	padding-top: 5px;
	padding-left: 20px;
}
.right-text {
	padding-top: 0;
	color: #E0EEE0;
}
.right-title {
	background: url('ico_map.gif') 0 1px no-repeat;
	color: white;
}
.right-text a,.right-text a:visited, .right-title a,.right-title a:visited {
	color: #CAE1FF;
}


/********************** FOOTER ***********************/

div#footer {

	clear: both;

	margin: 0;
	padding:0;
	height: 130px;
	width: 700px;

	background-image: url('foot.gif');
	background-position:right top;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;

	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	color: black;

}
span#foot-cr {
	margin-top: 20px;
	margin-right: 20px;

	display: block;
	text-align: right;

}
div#footer a{
	color: black;
}
div#footer ul {

	padding-top: 70px;
	padding-left: 20px;
	padding-bottom: 10px;

	list-style: none;
}
div#footer li {
	float: left;
	padding-left: 10px;
}
div#footer li a{
	font-family: Tahoma;
	font-size: 12px;
	font-style: bold;
	color: white;
	text-decoration: none;
}
div#footer li a:hover{
	text-decoration: underline;
}


