/* 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;
}
.Page-Menu {
	background-image: url(../Images/Menu-Base.png);
	height: 26px;
}
.Page-Content {
	background-image: url(../Images/Menu-Shadow.png);
	background-position: top;
	background-repeat: repeat-x;
}
.Newsletter-SignUp-Box {
	width: 138px;
	height: 42px;
	background-image: url(../Images/Newsletter-SignUp-Box.png);
	background-position: to leftp;
	background-repeat: no-repeat;
}
.Newsletter-SignUp-Box-Input {
	width: 122px;
	height: 17px;
	margin: 0px;
	margin-top: 13px;
	margin-left: 15px;
	padding: 0px;
	border: 0px;
	background-image: url(../Images/Newsletter-SignUp-Box-Input.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/* Menu */
.Menu-Side-Top {
	background-image: url(../Images/Side-Menu-Base.png);
	padding-top: 15px;
}
.Menu-Side-Top-Normal {
	padding-left: 15px;
	padding-bottom: 10px;
}
.Menu-Side-Top-Current {
	padding-left: 15px;
	padding-bottom: 10px;
}
.Menu-Side {
	background-image: url(../Images/Side-Menu-Base.png);
}
.Menu-Side-Normal {
	padding-left: 30px;
	padding-bottom: 10px;
}
.Menu-Side-Current {
	padding-left: 30px;
	padding-bottom: 10px;
}
.Menu-Side-Current a {
	font-weight: bold;
	text-decoration: none;
}