/* CSS Document */

/* Document */
html {
	height: 101%;
}
body {
	height: 101%;
}
.page {
	height: 100%;
}
.body {
	width: 964px;
	background-color: white;
	background-image: url("../Images/Page-Base.png");
	background-position: center;
	background-repeat: repeat-y;
}
.left
{
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: dashed;
	width: 150px;
}
.foot
{
	background-color: white;
	font-size: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	color: #AAAAAA
}
.content
{
	font-size: 12px;
	padding: 15px;
	min-height: 300px;
}

/* Menu */
.SubMenu-Normal {
	margin-right: 10px;
}
.SubMenu-Current {
	margin-right: 10px;
}
.SubMenu-Current a {
	text-decoration: none;
	font-weight: bold;
}
.ListMenu {
	
}
.ListMenu li {
	padding-bottom: 5px;
}

.Menu-Area {
	background-image: url(../Images/Menu-Base.png);
}