html { height:100%; }

body {
	height:100%;
	font-family: Verdana, Tahoma, sans-serif; 
	font-size: 12px;
	color:#333;
	margin: 0;
	padding: 0;
	background: url("../images/right.jpg") top right repeat-y;
	background-color:#FFF;
}

h1 { font-size: 16px; color: #003F6C; padding:0px; border-bottom: 1px solid #9AB1C1; margin: 0px 0px 15px 0px; }

#wrap {
	position:relative;
	min-height:100%;
	background:url("../images/left.jpg") top left repeat-y;
}
* html #wrap { height:100%; }

#left{ float:left;}
#right { float:right; clear: right; display:block; }
#top { background: url("../images/top.jpg") center repeat-x; }
#bottom { background: url("../images/bottom.jpg") repeat-x;}
#logo { padding:0px; margin: 0px 0px 10px 0px; }
#top_separator { background: url("../images/top_separator.gif") repeat-x; padding:0px; margin: 0px 0px 10px 0px;}

#content {
	padding:5px;
	text-align:left;
	height:100%;
}

* html #content, * html #main { height:150px; }

#main { position:relative; margin: 0px 26px 10px 26px; display:block; }
#main_content { position:relative; margin:0px; clear:both; }



#clearfooter {
	clear:both;
	overflow:hidden;
	height:32px;
}

#footer {
	position:absolute;	
	bottom:0;
	height:32px;
	background-color: #82C1D8;
	width:100%;
	padding:0px;
	margin:0px;
}

#footer_text {
	text-align: right;
	float: right;
	bottom:0;
	position:static;
	color:#82C1D8;
	margin-top:8px;
	font-size:10px;
}

#footer_text a{
	color:#82C1D8;
}


#navigation { padding:0px; margin: 0px 20px 10px 0px; background: #CFE2E9; }
#navigation p { padding:0px; margin:0px;}
#navigation ul { width: 150px; list-style-type: none; font-weight:bold; color: #CFE2E9; line-height: 20px; margin: 0px; padding: 0px; background: #CFE2E9; }
#navigation li { text-indent: 10px; margin: 0; padding: 0; width:inherit; }
#navigation li a:link, #navigation li a:visited { height: 1%; display: block; text-decoration: none; color: #003F6C; border-right: 1px solid #82C1D8; border-bottom: 1px solid #82C1D8; border-top: 1px solid #EBF2FB; }
#navigation li a:hover { color: #003F6C; background: #82C1D8; }
#navigation li.nobrd { border-bottom: 0; border-left: 3px solid #999; }

#personal_data ul { margin:0px 0px 0px 15px; padding:0px;}
#personal_data li {list-style-type:square; line-height:20px;}