#contentHeader
{
	position: relative;
	width: 884px;
	height: 8px;
	background-color: black;
	overflow: hidden;
}

#contentHeader IMG
{
	position: absolute;
	left: 0;
	top: 0px;
	width: 884px;
	height: 53px;
}

#innerContent
{
	background-color: #e3e1cc;
	background-image: url(./images/bg_inner-page.gif);
}

#innerLeft
{
	float: left;
	width: 200px;
	background-color: #5c6a7e;
	padding-top: 10px;
}

#innerLeft A
{
	color: white;
	text-decoration: none;
}

#innerLeft A:hover
{
	color: white;
	text-decoration: none;
}

#innerLeft DIV
{
	width: 172px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 14px;
	color: #f6f5ee;
	border-bottom: 1px solid #3a4352;
}

#innerLeftEvents
{
	float: left;
	width: 200px;
	background-color: #5c6a7e;
	padding-top: 10px;
}

#innerLeftEvents P
{
	color: white;
	margin: 20px;
}

#innerLeftEvents A
{
	color: white;
	text-decoration: none;
}

#innerLeftEvents A:hover
{
	color: white;
	text-decoration: underline;
}

#innerRight
{
	float: left;
	width: 672px;
}

#innerRight #content
{
	min-height: 520px;
	height: auto !important;
	height: 520px;
	padding: 20px;
	padding-left: 30px;
}

#innerRight P
{
	margin-bottom: 12px;
}

#innerLeft .subnavRoll
{
	background-color: #647389;
	cursor: pointer;
	cursor: hand;
}

#innerLeft .subnav
{
	background-color: #5c6a7e;
	cursor: pointer;
	cursor: hand;
}

#innerLeft .subnavOn
{
	background-color: #697991;
	cursor: pointer;
	cursor: hand;
}

#innerLeft .subsubnav
{
	background-color: #bebea6;
	line-height: 18px;
}

#innerLeft .subsubnav A
{
	color: black;
	text-decoration: none;
}

#innerLeft .subsubnav A.on
{
	color: black;
	text-decoration: underline;
}

#innerLeft .subsubnav A:hover
{
	color: black;
	text-decoration: underline;
}

INPUT.form
{
	width: 280px;
	border: 1px solid black;
	padding: 1px;
	height: 14px;
	line-height: 14px;
}

TEXTAREA.form
{
	width: 280px;
	border: 1px solid black;
	padding: 1px;
	line-height: 14px;
}

.button
{
	width: 60px;
	height: 18px;
	border: 1px solid black;
	color: black;
	background-color: #f1f1f1;
	line-height: 18px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}