* {
	margin:0;
	padding:0;
}

html, body {
	background-color: #E8FFFF;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	height: 100%;
}

#Container {
	width: 1000px;
	text-align:left;  
	margin-left:auto; 
 	margin-right:auto;  
}

#header {
	background-color: #CCEEED;
	height: 80px;
	background-image: url(Web_Layout_Image/Headerbg.png);
	background-repeat: repeat-x;
	color: #FFCCFF;
	width:100%;
}

#headbanner {
	background-color: #3366FF;
	width: 100%;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFCC;
	background-color: #859DE3;
	width: 762px;
	height: 50px;
	vertical-align: middle;
	margin-left: 0px;
	padding-left: 30px;
	background-repeat: repeat-x;
}

#sidebar {
	width: 180px;
	float: left;
	position:relative;
	text-align: center;
	background-image: url(Web_Layout_Image/sidebar01bg.png);
	background-color: #3366FF;
	background-repeat: repeat-x;
	height: 600px;
}

/*#Mainbody {
	float: right;
	display:inline; 
 	position: relative; 
	width: 700px;
}
*/
#footer {
	background-color: #FFFFFF;
	height: 20px;
	width: 100%;
	clear: both;
	color: #000066;
}
#end {
	text-align: center;
	background-color: #FFFFFF;
}

#main {
	background-color: #FFFFFF;
	float: right;
	display:inline; 
 	position: relative;
	background-repeat: repeat-x;
	padding: 5px;
	width: 795px;
}



/* Header > Menu */

#Hmenu {
	float: left;
	width: 100%;
	height: 25px;
	background-color: #1188E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(Web_Layout_Image/bar01bg.png);
	background-repeat: repeat-x;
}

#Hmenu ul {
	margin: 0;
	list-style: none;
}

#Hmenu li {
	display: inline;
}

#Hmenu a {
	display: block;
	float: left;
	width: 100px;
	height: 20px;
	padding: 5px 0 0 0;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

#Hmenu a:hover, #Hmenu .active a {
	text-decoration: none;
	background-image: url(Web_Layout_Image/Meun_Act_butten_bg.gif);
	color: #FFFF66;
}

#Vmenu {
	float: none;
	font-size: 14px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#Vmenu ul {
	list-style: none;
	margin: 0;
}

#Vmenu li {
	display: inline;
}

#Vmenu a {
	display: block;
	width: auto;
	height: 23px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066FF;
	background-image: url(Web_Layout_Image/bar01bg-b.png);
	background-repeat: no-repeat;
	float: none;
	right: 3px;
	bottom: 5px;
	padding-top: 5px;
	vertical-align: middle;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}

#Vmenu a:hover, #Vmenu .active a {
	text-decoration: none;
	background-color: #00CC00;
	color: #FFFF00;
}









/* Boxed Style */

.boxed {
	margin: 20px;
	width: 150px;
}

.boxed .title {
	height: 25px;
	margin: 0;
	font-size: 1.4em;
	color: #FFFF00;
	background-color: #6E9DC7;
	background-image: url(images/img05.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 15;
	padding-bottom: 4;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
}

.boxed .content {
	padding: 15px;
	border: 1px solid #9FA4FF;
	background-color: #FFFFCC;
}


/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
