/* ---------- Attribute Selectors ---------- */
a:link, a:active, a:visited {
	background: #fff;
	color: #003333;
}
a:hover {
	color: #003333;
	background: #fff;
	text-decoration: none;
}
/* IE5 Mac hack\*/ 
html, body { 
	height: 100%; 
	/* End hack */ 
} 
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: url(../media/leftSide.gif) repeat-y;
}
img { 
	border: 0;
}

/* ---------- ID Selectors ---------- */
#container {
	height: auto;
	min-height: 100%;
	background: url(../media/rightSide.gif) repeat-y right top;
	width: 700px;
}
/* IE5 Mac hack\*/ 
* html #container{ height: 100% }
/* End hide */

#errormsg {
	background: #FFF;
	border: 1px solid #dbdee1;
	color: #800000;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
}
#footer {
	margin: 20px 0 5px 48px;
}
#logo {
	margin: 0 10px 10px 48px;
}
#versionNotice_lite {
	background: #fff;
	color: #003333;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 10px 0 0;
	text-align: right;
}

/* ---------- Class Selectors ---------- */
.contentSection {
	margin: 0 10px 10px 48px;
	padding: 10px 0 0 0;
}
.contentSection p, li {
	background: #fff;
	color: #003333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 0 10px 10px;
}
.contentSection_important {
	font-weight: bold;
}
.contentTitle {
	margin: 0 0 10px 0;
}
.divClear {
	clear: both;
	height: 10px;
	overflow: hidden;
	margin-top: -10px; 
}   
.error {
	background: #FFF;
}