@charset "utf-8";
body {
	width: 80%;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
	font-family: Microsoft Sans Serif,Verdana,Arial;
	font-size: small;
}
#wrapper {
	height: auto;
	/*width: 80%;*/
	background: #FFFFFF;
}
#header {
	
	margin-bottom: 12px;
	text-align: center;
}
#nav {
	margin: 0px;
	height: 38px;
	background-color: #0059A5;

}
#footer {
border-top: thin solid #0059A5;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: center;
	clear: both;
	font-size: x-small;
}
#content {
	
	padding: 2px;
}

.itemheader1
{
	background-color: #0059A5;
	margin-top: 0px;
	font-weight: bold;
	color: #51B1D1;
}
th { font-family: Verdana, Arial, 
Helvetica, sans-serif; font-size: 10px; font-weight: bold; color:#51B1D1; background-color: 
#0059A5; text-decoration: none; font-variant: normal; text-transform: none}
 a { text-decoration: none; color: #000099} a:HOVER 
{
	BACKGROUND-COLOR: #D4DCE4;
	text-decoration: underline;
}
.itemheader2
{
	background-color: #51B1D1;
	margin-top: 0px;
	font-weight: bold;
	color: #0059A5;
}
.item1 {
	border: thin solid #0059A5;
}
.item2 {
	border: thin solid #51B1D1;
}
.contentbody{border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;}
	
.newbody{background-color:#51B1D1;
/*background-image:
url('images/tkd-grey.gif');background-repeat: no-repeat;background-position:center;*/}