@charset "utf-8";
body {

	margin:0;
	padding:0;
}

.MainPage {
	background-color:#EEEEEE;
	text-align:center;
	color: #666666;
	font-family: "Trebuchet MS", Arial;  
	font-size: 12px;
}


.MainPage a{
color:#fb8026;
text-decoration:none;
}
.MainPage a:hover{
color:#fb8026;
text-decoration:underline;
}

.MainPage #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F7F7F7;
	margin: 0 auto 0 auto;
	border-left: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
	border-top: solid #579ecb 7px;
	border-bottom: solid #CCCCCC 1px;	
	padding-bottom:10px;
	height: auto;
} 

.MainPage #Header {
	width: 800px;
    height: 130px;
}
.MainPage #Logo {
	width: 207px;
    height: 130px;
	float:left;
}

.MainPage #Menu {
	width: 390px;
	height:26px;
	float:left;
	z-index:10;
	margin-top:104px;
	text-align:right;
}

.MainPage #Content {
	width: 580px;
	margin-left: 5px;
	padding: 5px;
	background-color: #FFFFFF;	
	border: solid #cccccc 1px;
	float:left;
	text-align:justify;
}


.MainPage #RightBar {
	width: 175px;
	margin-right: 5px;
	padding: 5px;
	background-color: #FFFFFF;		
	border: solid #cccccc 1px;
	float:right;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.footer {
	font-size:12px;
	color: #666666;
	}

.footer a{
	font-size:12px;
	color: #666666;
	}	
	
h1 {
	font-size:18px;
	font-weight:800;	
	}
h2 {
	font-size:16px;
	font-weight:600;	
	}	