/* CSS Document */
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
td {
	vertical-align: top;
}
a,
.textbox a {
	color: #4D93CA;
	text-decoration: none;
}
#Container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	position: relative;
	z-index:1;
}
#header {
	height: 106px;
	background-color: #000000;
	width: 856px;
	z-index:2;
}
#logo {
	float: left;
	margin-top: 15px;
	margin-right: 30px;
	margin-left: 30px;
}

#login_area {
	background-color: #D5D8DA;
	width:160px;
	height:236px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	z-index:3;
}
#menu {
	float: left;
	background-color: #B0B8BF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width:690px;
	height:35px;
	z-index:4;
}
#content {
	background-image: url(images/content_gray_fade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width:690px;
	z-index:5;
}
#footer {
	float: left;
	width:751px;
	height:99px;
	z-index:6;
}
.textbox{
	margin-left: 2px;
	padding: 6px 2px 2px 6px;
	text-align:left;
	line-height: 22px;
}
.textbox p{
	display: block;
	margin-top: 0px;
}

.textbox strong {
	color: #4D93CA;
	font-weight: bold;
}