body {
	text-align: center;
	background: #b0b0ff;
	color: #000080;
	font: 11px verdana,sans-serif;
}

#containerMain {
	background: #a0a0ff;
	color: #000080;
	width: 900px;
	height: 600px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border: 1px solid #8080e0;
	text-align: left;
	font: 11px verdana,sans-serif;
}

#containerBottom {
	background: url(img/lowerBgr.jpg) repeat-x;
	color: #000080;
	width: 900px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: right;
	font: 11px verdana,sans-serif;
	clear: both;
}

#containerContent {
	width: 100%;
	text-align: right;

}

#contentTitle {
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #8080e0;
}

#contentMenu {
	text-align: left;
	float: left;
	width: 140px;
	height: 250px;
	border-right: 1px solid #8080e0;
	border-bottom: 1px solid #8080e0;
	padding-top: 10px;
	padding-left: 2px;
}

#contentLogin {
	text-align: left;
	float: left;
	clear: left;
	width: 140px;
	height: 227px;
	border-right: 1px solid #8080e0;
	border-bottom: 1px solid #8080e0;
	padding-top: 10px;
	padding-left: 2px;
}

#contentMain {
	width: 745px;
	height: 500px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	overflow: auto;
	margin-right: 0px;
	margin-left: auto;
}

a {
	color: #000080;
	background: transparent;
	text-decoration: none;
}

a:hover {
	color: #f0f0f0;
	background: transparent;
}

a.level1 {
	font-weight: bold;
}

a.level2 {
	margin-left: 10px;
}

b {
	font-size: 120%;
	color: #f0f0f0;
	background: transparent;
}

p {
	padding-right: 20px;
	text-align: justify;
}

h1 {
	font: 14px verdana, arial, sans-serif;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}

h2 {
	font: 12px verdana, arial, sans-serif;
	font-weight: bold;
	display: block;
}

h3 {
	font: 12px verdana, arial, sans-serif;
	font-weight: normal;
	display: block;
}

h4,h5,h6 {
	font: 11px verdana, arial, sans-serif;
	font-weight: normal;
	display: block;
}

div.notice {
	color: red;
	background: transparent;
}

td {
	color: #000080;
	background: transparent;
	font: 11px verdana,sans-serif;
}	

