body {
	background: #782039 url(images/bg_redcloud.jpg) repeat left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;/* center layout in ie5 and 5.5. */
}
#container {
	width: 800px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;/* this is the background colour of the right column */
	border-left: 4px solid #CCCCCC;
	border-right: 4px solid #CCCCCC;
	text-align:left;
	margin-bottom:0px
}
#content {
	padding: 0px;
	
	margin:0px 0px -13px;
	background: #fff;
}
#left {
	float:left;
	border-right:1px solid #000;
	width:199px;
	background: #fff;
}
#right {
	width:780px;
	margin-left:-1px;/* makes border line up with #left border */
	padding-right: 10px;
	padding-left: 10px;
}
#right p{
	line-height: 1.5em;
	font-size: .9em;
}
#header{
	background: #DDDDDD url(images/bg_home_main1.jpg) no-repeat center top;
	margin: 0px;
	height: 539px;
	width: 800px;
}
#header img{
	margin-top: 11px;
	margin-bottom: auto;
	padding-left: 15px;
}
.contactinfo{
	position: relative;
	top: -55px;
	text-align: right;
	font-size: .9em;
	padding-right: 20px;
	margin-bottom: -100%;
	float: right;
}
.contactinfo h4{
	margin: 0px;
	padding: 0px;
	color: #782039;
}
.contactinfo a{
	color: #782039;
	text-decoration: none;
}
.contactinfo a:hover{
	color: #880000;
	text-decoration: underline;
}
#footer {
	background:#CCC;
	text-align:center;
}
#footer p{
	padding: 2px;
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
}
#header h1, #footer h1 {margin:0}
ul#mainnav {
	list-style: none;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	background-color: #D6D6D6;
}
ul#mainnav li {
	display: block;
	border-top: 1px solid #b56c6c;
	background-color:#FF0000;
	width:100%px
}
ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	font: bold 0.8em /1.5 arial, sans-serif;		/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #eee;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	background: #782039 repeat-x left center;
	border-right: 8px solid #CCCCCC;
}
ul#mainnav li a:hover {
	color: #fff;
	background: #b56c6c;
	border-right: 8px solid #782039;
}

#homepage ul{
	margin-left:-40px;
	margin-right:10px;
	font-size: .9em;
}
#homepage ul li{
	margin-bottom: 20px;
	padding-left: 25px;
	background: url(images/check.gif) no-repeat 0 -2px;
	list-style: none;
	height: 30px;
}
h1{
	color: #782039;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom:-10px;
}
#dialogbox{
	background: #e7e7e7 url(images/dbox_bg.gif) repeat-y left;
}
#dialogbox th{
	background: #cccccc url(images/dbox_head.gif) repeat-y left;
	font-size: 1.2em;
	color: #782039;
}
#dialogbox a{
	margin-left: 25px;
	line-height: 1.8em;
	color: #993300;
}
#dialogbox td{
		text-align: left;
}
.dfoot{
	background: url(images/dbox_foot.gif) no-repeat left bottom;
}
.mlink {
	font: bold 18px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	display: block;
	text-decoration: none;
	width: auto;
}
a.mlink:hover {
	color: #FFFF99;	
}
.link1 {
	left: -110px;
	top: 43px;
	position: relative;
}
.link2 {
	left: -200px;
	top: 60px;
	position: relative;
}
.link3 {
	left: -250px;
	top: 90px;
	position: relative;
}
.link4 {
	left: -270px;
	top: 120px;
	position: relative;
}

.link5 {
	left: -250px;
	top: 150px;
	position: relative;
}
.link6 {
	left: -230px;
	top: 180px;
	position: relative;
}
h2.tagline{
	background: #CCCCCC;
	width: 100%;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.disclosure{
	font-size: 0.9em;
	color: #666666;
	line-height: 1em;
}
.disclosure h3{
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}