.header {
	width: 770px;
	height: 68px;
	margin: 0px;
	padding: 0px;
}
.header .logo {
	width: 770px;
	height: 64px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/hdr_logo.bmp");
}
.header .divider {
	width: 770px;
	height: 4px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/hdr_divider.gif");
}

.frame_body {
	width: 770px;
	height: 100%;
	margin: 0px;	
	padding-top: 5px;
	background-image: url("../images/frame_body.gif");
}

.frame_body_base {
	width: 770px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/frame_bottom.gif");
}
.frame_spacer {
	width: 770px;
	height: 5px;
	margin: 0px;
	padding: 0px;
}
.frame_blue_top
 {
	align: center;
	width: 750px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/frame_bluetop.gif");
}
.frame_main {
	align: center;
	width: 750px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #e8e8e8;
}
.frame_main_base {
	align: center;
	width: 750px;
	height: 11px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/frame_panelbase.gif");
}

.content_top_s {
	height: 15px;	
}
.content_top_s .left {
	width: 15px;
	height: 15px;
	float: left;
	background-image: url("../images/content_topleft.gif");
}
.content_top_s .tile {
	height: 15px;
	float: left;
	background-image: url("../images/content_toptile.gif");
	background-repeat: repeat-x;
}
.content_top_s .right {
	width: 15px;
	height: 15px;
	float:	right;
	background-image: url("../images/content_topright.gif");
}

.content_top {
	height: 26px;	
}
.content_top .blueleft {
	width: 15px;
	height: 26px;
	float: left;
	background-image: url("../images/blue_topleft.png");
}

.content_top .bluetile {
	height: 26px;
	float: left;
	background-image: url("../images/blue_toptile.png");
}
.content_top .blueright {
	width: 15px;
	height: 26px;
	float: right;
	background-image: url("../images/blue_topright.png");
}

.content_top .whiteleft {
	width: 15px;
	height: 26px;
	float: left;
	background-image: url("../images/white_topleft.gif");
}
.content_top .whitetile {
	height: 26px;
	float: left;
	background-image: url("../images/white_toptile.gif");
}
.content_top .whiteright {
	width: 15px;
	height: 26px;
	float: right;
	background-image: url("../images/white_topright.gif");
}

.content_body {
}

.content_body .left {
	width: 15px;
	float: left;
	background-image: url("../images/content_left.png");
}
.content_body .tile {
	background: #ffffff;
	float: left;
}
.content_body .right {
	width: 15px;
	float: right;
	background-image: url("../images/content_right.png");
}

.content_bot {
	height: 15px;
}
.content_bot .left {
	width: 15px;
	height: 15px;
	float: left;
	background-image: url("../images/content_botleft.gif");
}
.content_bot .tile {
	height: 15px;
	float: left;
	background-image: url("../images/content_bottile.gif");
}
.content_bot .right {
	width: 15px;
	height: 15px;
	float: right;
	background-image: url("../images/content_botright.gif");
}


.menu_bar {
	width: 770px;
	height: 40px;
	margin: 0px;
	padding-top: 5px;
	background: #222222;
}
.menu_bar .menu_text {
	width: 110px;
	margin: 0;
	height: 15px;
	padding-bottom: 5px;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #e8e8e8;
	text-align: center;
	float: left;
}
.menu_bar .menu_text A {
	DISPLAY: BLOCK;
	COLOR: #ffd090;
	TEXT-DECORATION: none;
}
.menu_bar .menu_text A:hover {
	DISPLAY: BLOCK;
	COLOR: #ff0000;
	TEXT-DECORATION: none;
}

.main .body {
	width: 770px;
	height: 800px;
	border: 0px;	
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url("../assets/images/bgtile.tif");
}