html,body {
	font-family: Verdana,Helvetica,Tahoma,Arial;
	font-size: 9pt;
	margin: 0;
	background-color: #e4e4e4;
	/*background-color: #8f8f8f;
	background-color: #d0d0d0;*/
	/*background: url(../img/bg_page.gif) repeat fixed;*/
	width: 100%;
	height: 100%;
	color: #000;
}

img {
	border: none;
}

a, a:visited {
	/*color: #c22f0a;*/
	text-decoration: none;
}

a:hover {
	color: #c22f0a;
	text-decoration: underline;
}

#page {
	max-width: 1000px;
	min-width: 820px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#header {
	width: 100%;
	height: 115px;
	background-color: #000;
}

#logo {
	position: relative;
	left: 16px;
	top: 12px;
	vertical-align: top;
}

#banner {
	position: relative;
	left: 150px;
	top: 4px;
}

#title {
	width: 450px;
	position: relative;
	top: -43px;
	left: 270px;
	color: #00ccff;
	font-size: 18px;
	text-align: left;
}

#menu {
	width: 100%;
	height: 50px;
}

#content {
	width: 100%;
	min-height: 400px;
}

#content table.Content {
	border-collapse: separate;
	border-spacing: 10px;
	/*border-collapse: expression('separate', cellSpacing = '10px');*/
}

#content table.Content td {
	width: 100%;
	/*background-color: #f5f5f5;*/
	/*border: 1px dotted #8f8f8f;*/
	vertical-align: top;
	/*position: relative;*/
	padding: 5px;
}

#footer {
	background-image: url('../img/border_shadow_bottom.gif');
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
	text-align: right;
	vertical-align: bottom;
	font-size: 8pt;
}

#footer div {
	position: relative;
	right: 10px;
	top: 10px;
}

span.conf_title {
	color: #00ccff;
	font-weight: bold;
	font-size: large;
}
