@charset "utf-8";
/* CSS Document */

html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#wrapper {
	width: 100%;
	margin: auto;
	position: absolute;
}

#master {
	width: 730px;
	position:relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#flash {
	overflow: hidden;
	height: 238px;
	width: 730px;
	margin-top: 10px;
}

#mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	height: 50px;
	line-height: 90px;
	overflow: hidden;
}
.footer {
	position: absolute;
	top: 630px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	left: 0px;
	padding: 10px;
}

#mainmenu a:link { text-decoration: none; color: #000079; }
#mainmenu a:visited { text-decoration: none; color: #000079; }
#mainmenu a:active { text-decoration: none; color: #000079; }
#mainmenu a:hover { text-decoration: underline; color: #000079; }

#borderarea {
	position:absolute;
	width: 728px;
	height: 320px;
	left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000079;
	border-bottom-color: #000079;
	border-left-color: #000079;
	background-color: #000079;
	background-image: url(../images/components/main_content_area-2009.gif);
	background-repeat: no-repeat;
	background-position: center top;
}



.rightmenu {
	position: absolute;
	width: 151px;
	left: 547px;
	top: 20px;
	z-index: 2;
}
.rightmenuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/rightmenu/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.rightmenuitem a:link { text-decoration: none; color: #ffffff; }
.rightmenuitem a:visited { text-decoration: none; color: #ffffff; }
.rightmenuitem a:active { text-decoration: none; color: #ffffff; }
.rightmenuitem a:hover { text-decoration: underline; color: #ffffff; }
.maintextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	position: absolute;
	z-index: 2;
	height: 286px;
	width: 515px;
	left: 15px;
	top: 20px;
	line-height: 18px;
	overflow: auto;
	scrollbar-face-color: #000079;
	scrollbar-highlight-color: #000079;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #000079;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #000079;
}
