body {
	background-color: #4F69C0;
	text-align: center;
	background-image: url(../assets/bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin: 10px 0 0 0;
	padding: 0;
}

div#wrapper {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#printlogo {
	position: relative;
}

div#toplogo {
	position: relative;
	display: none;
	height: 135px;
	width: 820px;
	margin-top: 100px;
}

div#menuleft {
	position: absolute;
	display: none;
	width: 150px;
	top: 131px;
	left: 12px;
	padding-top: 10px;
	}

div#rxtcontents {
	padding-top: 20pt;
	}

	
div#menutop {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 20;
	width: 430px;
	top: 114px;
	left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FDA21D;
	padding-left: 20px;
} 


div#rxtfooter {
	/*width: 820px;*/
	display: none;
	padding-left: 45px;
	padding-right: 20px;
	padding-bottom: 10px;
}


/*  Text formatting starting here */

div#rxtcontents p, div#rxtcontents li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000033;
	line-height: 1.3em;
	margin-top: 5px;
}

div#menuleft p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	line-height: 1.3em;
	padding-left: 10px;
	padding-right: 5px;

}
div#rxtfooter p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FDA21D;
	line-height: 1.3em;
}

div#rxtcontents a, div#menuleft a {
	color: #003399;
}

div#rxtcontents a:hover, div#menuleft a:hover {
	color: #333399;
	text-decoration: none;
}

div#menutop a {
	color: #FDA21D;
	text-decoration: none;
} 

div#menutop a:hover {
	color: #E5EEF6;
	text-decoration: underline;
}

div#rxtfooter a {
	color: #FDA21D;
	text-decoration: none;
} 

div#rxtfooter a:hover {
	color: #E5EEF6;
	text-decoration: underline;
}

div#menuleft img {
	display: block;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
	font-size: 18pt;
	margin-top: 0;
	margin-bottom: -2px;
}

h1, h2, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
	margin-top: 0;
	margin-bottom: -2px;
}

.pSmall {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.RimgBorder {
	border: 1px solid #196AAE;
	margin-left: 5px;
	margin-top: 3px;
	float: right;
}

.LimgBorder {
	border: 1px solid #196AAE;
	margin-right: 5px;
	margin-top: 3px;
	float: left;
}

.imgRight {
	margin-left: 5px;
	float: right;
}

.imgLeft {
	margin-right: 5px;
	float: left;
} 

.tdBorderBtm td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DFE3;
}