/* CSS Document */
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body {
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	color: #494949;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
}

	#header {
		position: relative;
		left: 0px;
		top: 0px;
		width: 960px;
		height: 121px;
		height: 142px;
	}

		#header_logo {
			position: absolute;
			left: 210px;
			top: 0px;
			width: 500px;
			height: 115px;
		}
		
		#header_mainmenu {
			position: absolute;
			left: 0px;
			top: 115px;
			width: 960px;
			height: 22px;
			background: #8B005A;
		}
		
			#nav ul { 				margin: 0; padding: 0; padding-left: 235px; } 
			#nav li { 				float: left; display: inline; height: 22px; margin: 0 1px 0 0; padding-top: 4px; padding-left: 8px; padding-right: 8px; font-weight: bold; border-right: #FFFFFF solid 2px; }
			#nav li a {				text-align:center; text-decoration: none; display: block; color: #FFFFFF; font-size: 11px; }	
			#nav li a:hover { 		text-decoration: underline; color: #000000; }
			#nav li.selected a { 	color: #C8DFEF; }
		
		#header_submenu {
			position: absolute;
			left: 0px;
			top: 102px;
			width: 799px;
			height: 19px;
			text-align: center;
		}
	
			#subnav ul { 			margin: 0; padding: 0; } 
			#subnav li { 			float: left; display: inline; height: 19px; margin: 0; padding-top: 0px; padding-left: 10px; padding-right: 10px; font-weight: bold;  }
			#subnav li a { 			text-align: center; text-decoration: none; line-height: 19px; display: block; overflow: hidden;	color: #FFFFFF; font-size: 11px; }	
			#subnav li a:hover { 	text-decoration: underline;	}
			#subnav li.selected a { color: #C8DFEF; }
		
	#content {
		position: relative;
		top: 0px;
		left: 0px;
		width: 960px; 
	}
	
		#textpage_picture {
			float: left;
			padding-left: 10px;
			margin-top: 20px;
			width:  215px;
		}
		
		a.leftmenu { font-weight: bold; text-decoration: none; color: #8B005A; }
		a.leftmenu:hover { text-decoration: underline; }
		
		#textpage_text {		
			float: right;
			/* clear: both;	
			display: inline; */
			width: 500px;
			margin-top: 20px;
			margin-right: 215px;
			min-height: 450px;
		}
		
		#textpage_text_wide {
			top: 0px;
			padding-left: 25px;
			width:  750px;
			min-height: 450px;
		}
		
			.textTitle {
				font-size: 14px;
				font-weight: bold;
				color: #8B005A;
			}
	
	#footer {
		clear: both;
		width: 960px;
		border-top-width: 1px;
		border-top-color: #333333;
		border-top-style: solid;
		text-align: center;
		font-size: 10px;
	}
	
	#ffscrollbarfix {
		position: absolute;
		top: 0;
		bottom: -0.1px;
		width: 1em;
		z-index: -1;
	}	
