* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#Wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	color: #000;
	background: #FFF;
}

#LogoArea {
	height: 71px;
	/*border-bottom: 1px solid #000;*/
}

#Logo {
	position: absolute;
	width: 340px;
	height: 71px;
	overflow: hidden;
	background: url(/images/design/logo.gif) no-repeat;
}

#Logo a {
	display: block;
	width: 340px;
	padding-top: 71px;
	height: 0;
	overflow: hidden;
}

#Address {
	text-align: right;
	padding-top: 55px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #036;
}

#Address p {
	margin: 0;
	padding: 0;
}

#Header {
	margin-bottom: 20px;
}

#HeaderImage {
	width: 1000px;
	height: 224px;
	background: url(/images/design/rotateHeader1.gif) no-repeat;
}

#MainNav {
	font-size: 10px;
	position: relative;
	margin-top: -13px;
	width: 1000px;
	text-align: right;
	padding-right: 20px;
	color: #000;
}

#MainNav table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	margin-right: 10px;
}

#MainNav td {
	padding-left: 5px;
}

#MainNav .button_back {
	background: #095;
}

#MainNav .button_l {
	background: url(/images/design/navbutton_l.gif) left top repeat-y;
}

#MainNav .button_r {
	background: url(/images/design/navbutton_r.gif) right top repeat-y;
}

#MainNav .button_tl {
	background: url(/images/design/navbutton_tl.gif) left top no-repeat;
}

#MainNav .button_tr {
	background: url(/images/design/navbutton_tr.gif) right top no-repeat;
}

#MainNav .button_bl {
	background: url(/images/design/navbutton_bl.gif) left bottom no-repeat;
}

#MainNav .button_br {
	background: url(/images/design/navbutton_br.gif) right bottom no-repeat;
}

#MainNav a {
	display: block;
	padding: 5px 15px;
}

#MainNav a:link, #MainNav a:visited {
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

#MainNav a:focus, #MainNav a:hover {
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

#MainNav a:active {
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

#LayoutTable {
	width: 1000px;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: 0;
}

#LayoutTable #LayoutTableRow {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}

#LayoutTable #LayoutTableLeftColumn {
	width: 225px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}

#LayoutTable #LayoutTableContentColumn {
	width: 750px;
	margin: 0;
	border-collapse: collapse;
	border: 0;
}

#LayoutTable #LayoutTableBottom {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}

#LayoutTable #LayoutTableBottomColumn {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}

a.skipNav {
	position: absolute;
	z-index: -100;
}

#Content {
padding: 30px;
}

#LeftNav {
	margin: 30px 0 0 0;
	background: url(/images/design/left_back.gif);
}

#LeftNav_tr {
	background: url(/images/design/left_tr.gif) right top no-repeat;
}

#LeftNav_br {
	padding: 30px 30px;
	background: url(/images/design/left_br.gif) right bottom no-repeat;
}

#LeftNav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#LeftNav ul li {
	margin: 10px 0;
}

#LeftNav ul a:link, #LeftNav ul a:visited {
	color: #095;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

#LeftNav ul a:focus, #LeftNav ul a:hover {
	color: #095;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#LeftNav ul a:active {
	color: #095;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

#LayoutTableBottomColumn {
	text-align: center;
}

#Footer {
	font-weight: bold;
	font-size: 10px;
}

#BottomNav {
	margin: 10px 30px;
	font-size: 10px;
	line-height: 18px;
}

#BottomNav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#BottomNav ul li {
	display: inline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

dd {
	display: block;
	margin-left: 30px;
	padding-left: 0;
}
div.moreinformation{
	float:right; 
	padding:0 8px 0 0;
	margin:0 40px 0 0;
}
td#idContentTblCell p, td#idContentTblCell table, td#idContentTblCell ul{
	width:95%;
}
