body {
margin: 0px auto;
background-image: url(images/background2.gif);
background-repeat: repeat-y;
}

#bar1 {
width: 759px;
height: 25px;
line-height: 15px;
background-color: #003366;
font-size: 20px
}

#bar2 {
width: 759px;
height: 95px;
line-height: 95px;
background-color: #022F45;
font-size: 1px
}

#bar3 {
width: 759px;
height: 8px;
line-height: 8px;
background-image: url(images/fadedstrip.jpg);
font-size: 1px;
border-top: solid 1px #ffffff
}

#corner {
position: absolute;
top: 127px;
left: 129px
}

#cls {
position: absolute;
top:  415px;
left: 39px
}

input {
width: 150px;
border: solid 1px #000000;
font-family: arial, Helvetica, sans-serif;
font-size: 11px;
}

select {
width: 150px;
border: solid 1px #000000;
font-family: arial, Helvetica, sans-serif;
font-size: 11px;
}

textarea {
width: 150px;
height: 100px;
border: solid 1px #000000;
font-family: arial, Helvetica, sans-serif;
font-size: 11px;
}

#title {
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	padding-left: 168px;
	padding-top: 24px;
}

#title1 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding-left: 168px;
	padding-top: 24px;
}

#content1 {
	width: 580px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-left: 168px;
	padding-top: 10px;
	text-align: justify;
}

#content2 {
	width: 549px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-left: 168px;
	padding-top: 10px;
}

#copyright {
	width: 549px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	padding-left: 168px;
	padding-top: 11px;
}

/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/


.m0l0o {
	text-decoration: none;
	margin: 0px;
	border-Bottom: 1px solid #ffffff;
	font-weight: bold;
	text-align: left;
	font-size: 10px;
	padding-left: 2px;
	font-family: arial, Helvetica, sans-serif;
}

.m0l1o {
	text-decoration: none;
	margin: 0px;
	border: 0px solid #666666;
	background-color: #3B4685;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	font-family: arial, Helvetica, sans-serif;
}

.m0l0i {
	padding: 4px;
	text-decoration: none;
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}

.m0l1i {
	padding: 4px;
	text-decoration: none;
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold
}