body {
	behavior: url(/csshover.htc); /* call hover behaviour file */ 
    font-size: 100%; /* enable IE to resize em fonts */ 
	text-align: center;
	margin-top: 5px;
	background-color:  #edf0f2;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000000;
}

#wrapper {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	z-index:1;
	border: 1px solid #edf0f2;
	background-color: #FFFFFF;	
} 
#header {
	text-align:center;
	background-color:#0038A8;
	padding-top: 20px;
	padding-bottom: 20px;
}
#topMenuBar {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ebb00f;
	padding-top: 3px;
	padding-bottom: 3px;
}

a {
	color: #0038A8;;
	text-decoration:underline;
}

#content {
	margin-left: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: black;
	width: 600px;
	float: left;
}
#content h1 {
	color: #0038A8;
	font-size: 36px;
	margin-top: 20px;
}
#content p {
	clear: left;
}
#rhcol {
	float: left;
	width: 160px;
}
#searchBox {
	background-color: #ebb00f;
	font-size: small;
	float: right;
	width: 150px;
	clear: both;
	margin-bottom:10px;
	padding: 4px;
	height: 70px;
}
#searchBox #searchText {
	width: 140px;
}
#searchBox #searchButton {
	width: 30px;
}
.imageInsert {
	float: left;
	padding: 5px;
	margin-right: 10px;
	background-color: #EDF0F2;
	color: #0038A8;
	font-size: large;
}
.imageInsert img {
	margin-bottom:5px;
}

#rightNav *, #rightNavAlt * {
	margin:0;
    padding:0;
}

#rightNav, #rightNavAlt {
	float: right;
	width: 150px;
	clear: both;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 20px;
	padding-left: 3px;
}

#rightNav {
	background-color: #edf0f2;
}
#rightNavAlt {
	background-color: #0038A8;
	color: white;
}

#rightNav h1 {
	font-size: x-large;
	display: block;
	background-color: #EBB00F;
	color: #FFFFFF;
	padding: 2px;
}
#rightNav h3 {
	font-size: small;
	color: #0038A8;
	margin-top: 10px;
}
#rightNav p {
	font-size: small;
	color: black;
	margin-top: 5px;
}
#rightNavAlt h1 {
	font-size: x-large;
	display: block;
	background-color: #EBB00F;
	color: #FFFFFF;
	padding: 2px;
}
#rightNavAlt h3 {
	font-size: small;
	color: white;
	margin-top: 10px;
}
#rightNavAlt p {
	font-size: small;
	color: white;
	margin-top: 5px;
}

#rightNav .linkArrow , #rightNavAlt .linkArrow{
	display: block;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0038A8;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rightNav .linkArrow a img, #rightNavAlt .linkArrow a img {
	border:0;
}

#footer {
	clear: both;
	width: 100%;
	margin-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	font-size: x-small;
	color: #0038A8;
}
