@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#D1E898;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : arial, verdana;
	font-size : 12px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #000000;
}

#centeredBody {
	text-align:left;
	margin:25px auto;
	width:1000px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	background-color:#95BC5E;
	margin:0px;
	width:1000px;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#header {
	margin:0px;
	padding:0px;
	width:1000px;
	height:109px;
	background-image:url(image/ui-header-bg_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#94BC5E;
	font-family : georgia,arial, verdana;
	font-size : 24px;
	font-weight:bold;
	line-height: 100%;
	letter-spacing:normal;
	color: #ffffff;
}

#ue {
	margin:0px;
	padding:0px;
	width:198px;
	background-image:url(image/ui-ue-bg_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
	font-family : arial, verdana;
	font-size : 12px;
	font-weight:bold;
	line-height: 100%;
	letter-spacing:normal;
	color: #000000;
}

#nav {
	margin:0px 0px 0px 35px;
	padding:0px;
	width:200px;
	font-family : arial, verdana;
	font-size : 12px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #000000;
	float:left;
	background-color:#647F20;
}

#pageContent {  padding:0px;
				width: 1000px;
 }


#footernav {
	margin:10px 0px 0px 0px;
	padding:0px;
	width:1000px;
	height:68px;
}

#footer {
	margin:0px;
	padding:0px;
	width:1000px;
	height:43px;
	text-align:left;
	font-family : arial, verdana;
	font-size : 11px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #ffffff;
	background-image:url(image/ui-footer-bg_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

