body {
	background-image: url(images/bak.png);
	background-repeat: repeat-x;
	background-color: #9ed8f3;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	color: #000099;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #0000CC;
	text-decoration: none;
}

.wrapper { 
	width:990px;
	margin:auto; 
	border:solid #000000;
}

.nav { 
	height:47px; 
	background-image: url(images/navbak.jpg);
	background-repeat: repeat-x; 
	text-align:center; padding-left:160px; 	
}


.nav a:link, .nav a:visited {
	width:auto;
	height:30px;
	padding: 12px 5px 0px 9px;
	text-align:center;
	color:#000066;
	text-decoration:none;
	display:block;
	float:left;
	margin-left:5px; 
	font-weight:bold; 
	font-size:12px;
	white-space: nowrap;
}

.nav a:hover {
	background-image:url(images/navbak2.jpg); 
	background-repeat:repeat-x;
	color:#cc0000;
	text-decoration:none;
}

h1 {
	font-size: 18px;
	color: #CC0000;
	margin-top:3px; 
	margin-bottom:3px;
}
h2 {
	font-size: 15px;
	color: #CC0000;
	margin-top:3px; 
	margin-bottom:3px;
}
h3 {
	font-size: 14px;
	color: #000099;
	margin-top:3px; 
	margin-bottom:3px;
}

.main { background-image:url(images/mainbak.jpg); 
	background-repeat:no-repeat; 
	min-height:1511px;
	background-color:#def1f7;
}

.header { text-align:center;
}

.topad { text-align:right; 
	margin-right:50px;
}

.mainbody { 
	width:450px; 
	margin-left:210px; 
	margin-top:15px; 	
}

.leftcolumn { width:222px; 
	float:left;
}

.rightcolumn {width:222px; 
	float:right;
}

.bottombutton { text-align:center; 
	clear:ALL; margin-bottom:auto;
}

img.button {
	border: none;
}

li {font-size: 15px;
	color: #cc0000; 
	font-weight:bold;
}

.footer { text-align:center;
	width:384px;
	margin-left:35px; 
	margin-top:12px;
}

.copy { text-align:center;
}


