* {
	margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	font-family:verdana, tahoma, arial, sans-serif;
	color: #000;	
	background: #185f98;
	text-align: center;
	scrollbar-base-color:#FF8800;
	scrollbar-arrow-color:#FFF;
}
/*** IE5/Win font size hack ***/
* html body {
	font-size: small ;
	f\ont-size: medium ;
}


a {color: #084887; text-decoration:none;}
a:hover {color: #4487D8; text-decoration:none;}

a.bread {
	/*color: #1eae4a;*/
	color: #00a470;
	text-decoration:underline;
	}
a.bread:hover {
	color: #00bf82;
	text-decoration:underline;
	}

/* Content and Buttons Stuff */

H2 {
	font-size: 18pt;
	color: #084887;
	font-style: italic;
	font-weight: bold ;
	}
	
img {
	border: 0;
	}

* html body #body {
	width:789px;
	overflow:visible;
	height: 489px;
}

* html body #container {
	display: block;
	width: 785px;
	height: 604px;
	margin: 0 auto;
}

* html body #header {
	display: block;
	padding: 30px 0px 0px 30px;
	height: 60px;
	width: 722px;
	text-align:left;
	margin-left: 4px;
	background: url("images/header-back.gif");
}

* html body #webheader {
	display: block;
	float:right;
	padding: 30px 0px 0px 30px;
	height: 60px;
	width: 722px;
	margin: 0px 7px 6px 34px;
	text-align:left;
	background: url("images/header-back.gif");
}

* html body .row {
	display: block;
	width:764px;
	border: 0;
	}

* html body div.row {
	display: block;
	}
	
* html body .topic {
	display: block;
	float: left;
	margin: 2px 0px 2px 4px;
	width: 185px;
	height: 160px;
	font: bold 13pt Arial;
	color: #084887;
	background: url("images/blank-up.gif");
}

.topic:hover {
	cursor: hand;
	background: url("images/blank-down.gif");
	}

* html body .tabtop {
	width: 90%;
	}	

a.test {
	color: #084887;
	}
	
a.test:hover {
	color: #084887;
}

.last {
	padding-right: 0px;
	padding-bottom: 0px;
	}

#text {
	margin-top: 10px;
	margin-left: 7px;
	padding-left: 30px;
	width:700px;
	font-face: Verdana, Arial;
	font-size: medium;
	text-align:left;
	float:right;
	}
	
* html body #text {
	margin-top: 10px;
	margin-left: 0px;
	padding: 0px;
	width:750px;
	font: medium Verdana;
	font-weight: 400;
	text-align:left;
	float:right;
}

#text h3 {
	color:white;
}

#text ol {
	padding-left: 10px;
	font-size: smaller;
}

#text ol li {
	padding-top: 10px;
	padding-bottom: 10px;
}

.textsize1 {
	font: small Verdana bold;
}

.textsize2 {
	font: medium Verdana bold;
}

.textsize3 {
	font: large Verdana bold;
}
