#body {
	background-color:#F6F6F6;
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
	}
#center {
	width: 842px;
	margin: 0 auto;
	}
a {
	color: #549ADC;
	font-size:9pt;
	line-height:1.4em;
	}
a:hover {
	color: #000000;
	font-size:9pt;
	line-height:1.4em;
	}
#main {
	float:left;
	text-align:justify;
	margin-top:20px;
	width:840px;
	min-height:550px;
	padding:0px;
	border:1px solid #5886E3;
	background-color:#5886E3;
	}
	#left {
		float:left;
		width:200px;
		min-height:550px;
		background-color:#5886E3;
		font-family:Arial;
		font-size:9pt;
		}
		.menulogo {
			float:left;
			height:130px;
			width:200px;
			background-color:#5886E3;
			text-decoration:none;
			text-align:center;
			}
		.menuitem {
			float:left;
			width:200px;
			background-color:#5886E3;
			text-decoration:none;
			text-align:center;
			}
			.menuitem a {
				float:left;
				width:200px;
				padding-top:10px;
				padding-bottom:10px;
				background-color:#5886E3;
				font-weight:bold;
				text-decoration:none;
				color:#FFFFFF;
				text-align:center;
				}
			.menuitem a:hover {
				float:left;
				width:200px;
				padding-top:10px;
				padding-bottom:10px;
				background-color:#B7C8ED;
				font-weight:bold;
				text-decoration:none;
				color:#000000;
				text-align:center;
				}
	        .menuitemactive {
			float:left;
			width:200px;
			padding-top:10px;
			padding-bottom:10px;
			background-color:#3B5BA1;
			font-weight:bold;
			text-decoration:none;
			color:#FFFFFF;
			text-align:center;
			}
	#right {  
		float:left;
		width:638px;
		min-height:550px;
		background-color:#FFFFFF;
		font-family:Arial;
		font-size:9pt;
/*		background-image:url('/images/back2.png'); */
/*		background-position:bottom right; */
/*		background-repeat:no-repeat; */
		overflow:auto;
		}
		#copyright {
			text-align:right;
			float:left;
			width:840px;
			height:20px;
			margin-top:5px;
			font-family: Tahoma;
			font-size:7pt;
			color:#666666;
			}
			#copyright a {
				font-family: Tahoma;
				font-size:7pt;
				color:#666666;
				text-decoration:none;
				}
			#copyright a:hover {
				font-family: Tahoma;
				font-size:7pt;
				color:#559ADC;
				text-decoration:none;
				}
