

body {

	min-width:740px;

	color: black;
	margin:0px;
	padding: 0px;

	text-align: center;
	vertical-align: middle;

	background: white url('bg.gif');

}

hr { clear: both; display: none; }

a, a:visited{
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div {
	border: 0;
	margin: 0;
	padding: 0;
}


/********************** HEADER ***********************/

div#header {
	height: 170px;
	width: 740px;

	background: white url('header.gif') 0 0 no-repeat;

}

div#osbox{
	position: relative;
	top: 20px;
	left: 538px;

	height: 70px;
	width: 178px;
	
	color: #53868B;
	font-family: Verdana;
	font-size: 12px;
}

div#osbox a, div#osbox a:visited {
	color: #53868B;
}


/********************** CONTENT ***********************/

div#myframe {

	width : 740px;
	margin-top: 0;
	margin-right : auto;
	margin-left : auto;
	margin-bottom : 0;

	text-align: left;

	font-family: Tahoma;
	font-size: 14px;
	color: #000000;

	background: white;

	border-width: 1px;
	border-top-width: 0;
	border-color: #555555;
	border-style: solid;
}

div#content {
	background-color: white;

}
div#content p{

	padding: 5px;
	padding-left: 25px;
	padding-right: 25px;

}



.catimg {
	margin: 0;
	padding: 0;
	border: 0;

	width: 48px;
	height: 48px;
}


div#sepline {
	position: relative;
	clear: both;
	height: 10px;
	width: 740px;

	background: url('line.gif') 0 0 no-repeat;

	font-size: 6px;
}

/********************** TABLES ***********************/


div#tblbox a {
	color: #8B2323;	
}



.dgrTable {
	border: 0;
	width: 100%;

	background: #FFFFE6;
	border-color: #8B8970;

	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #CD3333;	

}

.dgrHeader {
	background: #FAFAD2;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #8B7355;
	border: 0;

}

.dgrItem {
	border-color: #CDC8B1;
}

.dgrAltItem {
	border-color: #EEE8CD;
	background: #FFFFF1;
}
.dgrItem:hover, .dgrAltItem:hover {
	background-color: #F0F8FF;
}


/********************** FOOTER ***********************/

div#footer {

	clear: both;
	height: 55px;
	width: 740px;

	background: url('footer.gif') 0 0 no-repeat;

	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	color: black;

}


div#footmenu{
	width: 740px;
	height: 20px;
	padding-top: 15px;

	text-align: center;

	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #528B8B;

	
}
div#footcopy{
	width: 740px;
	height: 15px;
	padding-top: 5px;

	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
	color: black;

}

div#footcopy a, div#footcopy a:visited{
	text-decoration: none;
	color: black;
}
div#footcopy a:hover {
	text-decoration: underline;
}
div#footmenu a, div#footmenu a:visited{
	color: #2F4F4F;
}

