.sidebar {
	position: fixed;
	width: 150px;
	left: 0px;
	top: 0px;
	height: 100%;
	background-image: url(images/Nav-bottom.png);
}

.rightbar {
	position: fixed;
	width: 250px;
	right: 0px;
	top: 0px;
	height: 100%;
	margin-top: 40px;
}

.login {
	position: absolute;
	left: 350px;
	top: 100px;
}

.topbar {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 25px;
	background-color: #FFA329;
	background-image: url(images/Top-end.png);
	background-repeat: no-repeat;
}

.topbar A:link {
	font-size: 16px;
	color: blue;
	margin-top: 2px;
	margin-bottom: 2px;
}

.middlebar {
	position: absolute;
	left: 150px;
	right: 240px;
	top: 30px;
	width: auto;
	padding: 10px;
}

.main {
	position: absolute;
	left: 150px;
	top: 30px;
	width: auto;
	padding: 10px;
}

.title {
	position: relative;
}

.header {
	clear: both;
	position: relative;
}

.maintext {
	position: relative;
	width: 90%;
	}



.logo {
	position: relative;
	float: left;
	margin: 10px;
}

.maintitle {
	position: relative;
	float: left;
	margin-top: 10px;
}


p	{
	font-family: arial;
	font-size: 12px;
	color: #000E6F;
}

p.title0 {
	font-size: 30px;
	font-weight: bolder;
}

p.title1 {

	font-size: 22px;
	font-weight: bold;
	color: #FF9933;
}

p.title2 {

	font-size: 18px;
	color: #FF9933;
	margin-top: 2px;
	margin-bottom: 2px;
}

p.text1 {
	font-size: 16px;
	font-weight: bold;
	text-align:justify;
}

p.text2 {
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.textred {
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #FF0000;
}

p.sig1 {
	font-size: 16px;
	color: #FF9933;
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 2px;
}

p.boxtext {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
}

table.orange {
	border-collapse: collapse;
	border: 1px;
	border-style:solid;
	border-color: #FFA329;
	width: 700px;
	padding: 5px;
}

table.orange th {
	border: 1px;
	border-style:solid;
	border-color: #FFA329;
	background-color: #FFA329;
}

table.orange td {
	border: 1px;
	border-style:solid;
	border-color: #FFA329;
}

.box {
	float: left;
	margin: 10px;
}

.boxtop-header {
	float: left;
	clear: both;
	width: 220px;
	height: 22px;
	background-image: url(images/Box-toporange.png);
}

.boxtop-main {
	float: left;
	clear: both;
	width: 220px;
	height: 170px;
	background-color: #FFA329;
}

.boxtop-footer {
	float: left;
	clear: both;
	width: 220px;
	height: 22px;
	background-image: url(images/Box-botorange.png);
}

.boxbot-header {
	float: left;
	clear: both;
	width: 220px;
	height: 22px;
	background-image: url(images/Box-topblue.png);
}


.boxbot-main {
	float: left;
	clear: both;
	width: 220px;
	height: 170px;
	background-color: #8C9CFD;
}

.boxbot-footer {
	float: left;
	clear: both;
	width: 220px;
	height: 22px;
	background-image: url(images/Box-botblue.png);
}
