body {
	background-color: #EEEEEE;
	margin: 10px;
}

h2 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5B67AF;
	margin: 0px;
}

h1 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5B67AF;
	margin: 0px;
}

.common_wrapper {
	position: absolute;
	width: 780px;
	left: 50%;
	margin-left: -390px;
}

#common_header {
	position: relative;
	height: 90px;
	background: #5B67AF url(../images/header_bg.jpg) no-repeat;
}

#common_menustrip {
	position: relative;
	width: 780px;
	height: 25px;
	background: #9999CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menustrip_right {
	float: right;
}

#common_menustrip ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#common_menustrip li {
	float: left;
	margin: 0px;
}

#common_menustrip a:link, #common_menustrip a:visited {
	height: 25px;
	line-height: 25px;
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#common_menustrip a:hover, #common_menustrip a:active {
	background: #BEBEDE;
	height: 25px;
	line-height: 25px;
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
	text-decoration: none;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#common_menustrip li a {
	float: none;
}
/* End hide */

#common_commentstrip {
	width: 764px;
	background: #FFFFCC;
	padding: 8px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 120%;
	border-bottom: 10px solid #9999CC;
}

#common_commentstrip p {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 120%;
}

#commentstrip_right {
	margin: 0px;
	margin-right: 20px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #990000;
	text-align: right;
}

#common_footer {
	position: relative;
	height: 50px;
	background: #5B67AF;
	margin-bottom: 10px;
}

#common_footer a:hover, #common_footer a:active, #common_footer a:link, #common_footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#common_footer a:hover, #common_footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.common_copyright {
	position: absolute;
	width: 200px;
	top: 10px;
	left: 20px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.common_legal {
	position: absolute;
	width: 200px;
	top: 10px;
	right: 20px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}