@charset "utf-8";

html,body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	text-align:center;
	background-color: #EEEEEE;
	font-size: 12px;
}
#frame {
	position:relative;
	width:800px;
	background-color: #FFFFFF;
	min-height:100%;
	padding: 0px;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#header {
	height: 115px;
	background-image: url(images/headlogo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu_start {
	background-image: url(images/menu_start.gif);
	float: left;
	height: 45px;
	width: 5px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#tab_s {
	background-image: url(images/tab_selected.gif);
	height: 29px;
	width: 90px;
	float: left;
	text-align: center;
	padding-top: 16px;
	cursor: pointer;
	font-size: 14px;
}
#footer {
	font-size: 12px;
	text-align: left;
	padding-left: 0px;
	height: 50px;
	padding-bottom: 5px;
	padding-top: 5px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-right: 0px;
}


#frame p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#content {
	clear: left;
	width: 599px;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#tab_u {
	background-image: url(images/tab_behind.gif);
	height: 29px;
	width: 90px;
	float: left;
	padding-top: 16px;
	cursor: pointer;
	font-size: 14px;
}
#right {
	float: right;
	width: 200px;
	padding-top: 45px;
}

#menu_end {
	background-image: url(images/menu_fill.gif);
	height: 45px;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 55px;
	float: left;
}
#welcome {
	height: 35px;
	background-image: url(images/welcome.gif);
	padding-top: 115px;
	text-align: center;
	font-size: 12px;
}
#welcome p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
a {
	color: #000000;
}
a:hover {
	background-color: #FFFF00;
}
#main {
	padding: 10px;
}
h1 {
	color: #000066;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #000066;
	font-size: 14px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #000066;
	font-size: 13px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
h4 {
	color: #000066;
	font-size: 13px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#buttons {
}
#left_buttons {
	float: left;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
#right_buttons {
	float: right;
	width: 250px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	font-size: 12px;
	cursor: pointer;
}
#left_button {
	width: 210px;
	height: 50px;
	background-image: url(images/button_back.gif);
	text-align: center;
	font-size: 12px;
	padding: 20px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#right_button {
	width: 210px;
	height: 50px;
	background-image: url(images/button_back.gif);
	text-align: center;
	font-size: 12px;
	padding: 20px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#tab_s a {
	color: #000000;
	text-decoration: none;
}
#tab_u a {
	color: #000000;
	text-decoration: none;
}
#info {
	background-color: #EEEEEE;
	border: 1px solid #999999;
	padding: 5px;
}
#bar {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	font-style: italic;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #D9ECFF;
	padding-left: 5px;
}

