body {
	background: #007CC3 url(../imgs/pageback.gif);
	color: #444;
	font-family: tahoma, sans-serif, 'helvetica ce';
	font-size: 8pt;
	text-align: center;
}

img {
	border: 0px;
}

#main {
	position: relative;
	top: 46px;
	text-align: left;
	width: 656px;
	background: #FFF url(../imgs/back.gif) repeat-y;
	margin: auto;
}

#logo {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 178px;
	width: 292px;
	background: transparent url(../imgs/mws.gif) top left no-repeat;	
	z-index: 2;
}

#logomirror {
	position: absolute;
	top: 200px;
	left: 20px;
	width: 292px;
	height: 163px;
	background: transparent url(../imgs/mirror.jpg) top left no-repeat;	
}

#logo a {
	display: block;
	width:292px; 
	height:178px;
}

h1 {
	display: none;
}

#content {
	background: transparent url(../imgs/top.gif) top left no-repeat;
	padding: 11px 7px 0px 2px;
}
#content1 {
	position: relative;
	background: transparent url(../imgs/topfade.gif) top left repeat-x;
}
#content2 {
	background: transparent url(../imgs/bottomfade.gif) bottom left repeat-x;
}

#content3 {
}


div.rpanel {
	float: right;
	width: 45%;
	margin-top: 190px;	
	padding-right: 15px;
	position: relative;
}

a {
	color: #E77817;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


h2 {
	font-size: 9pt;
	margin-bottom: 4px;
	color: #FFF;
	font-weight: bold;
	font-size: 12pt;
	padding: 2px 0px 2px 15px;
	font-family: Arial, Helvetica, sans-serif;  
	background: #E77817 url(../imgs/Hred.gif) top left repeat-y;
}

h2.blue {
	background: #007CC3 url(../imgs/Hblue.gif) top left repeat-y;
}


ul {
	padding:0px;
	margin:0px;
	list-style:none
}
li {
	position: relative;
	padding-left:15px;
	background: url(../imgs/square.gif) 2px 5px no-repeat;
}

form {
	margin: 0px;
}

label {
	display:block;
	margin: 0px;
}
 
input.txt {
	border: 2px solid #007CC3;
	background-color: #FFF;
	margin:0px;
	font-size: 8pt; 
}

input.btn {
	background:#007CC3 url(../imgs/btn.gif) top left repeat-x; 
	color: #FFF; 
	margin-top: 3px;
	padding:2px 10px 1px 12px; 
	font-size: 9pt;
	font-weight: bold;
	border: 1px solid #007CC3; 
}
 

.clear {
	height: 1px;
	font-size: 0px;
	clear: both;
}


#footerborder {
	border-bottom: 1px solid #BBB; 
}
#footer {
	border-top: 1px solid #EEE; 
	font-size: 7pt;
	color: #AAA;
	text-align: center;
	padding-top: 6px; 	
	padding-right: 10px;
}
#bottom {
	clear: both;
	background: #FFF url(../imgs/bottom.gif) no-repeat;
	height: 18px;
}
