
body {
	background: #ffffee url(../images/gif) repeat-x;
	margin: 0 auto;
	}

#container {
	width: 960px;
	margin: 0 auto;
	}

#headerback {
	background-color: #d29028;
	width:100%;
	height: 153px;
	padding-top: 33px;
	}
	
#header {
	width: 960px;
	margin: 0 auto;
	}

#headerleft {
	width: 421px;
	float:left;
	}
	
#headerright {
	background-color: #9a541c;
	width: 399px;
	float:right;
	padding: 20px;
	border-radius: 15px;
	}
	
#planincludes {
	padding: 15px 25px 25px 25px;
	background-color: #000;
	border-radius: 15px;
	color: #fff;
	}
	
#content {
	margin: 20px 0 20px 0;
	background-color: #ffffee;
	}

#footer {
	clear: both;
	text-align: center;
	padding: 20px 0px 0px 50px;
	background-color: #000;
	border-top: 10px solid #252525;
	color: #fff;
	}	
	
#footer a {
	color: #fff;
	}
	
/*-------------Dividers---------------*/

.divider1 {
	position: relative;
	height: 1px;
	margin: 2.0em 0em 1.5em 0em;
	border-bottom: 1px dotted #000;
	clear: both;
	}

.divider2 {
	position: relative;
	height: 1px;
	border-bottom: solid 1px #eaeaea;
	margin: 10px 0 10px 0;
	}


/*-------------Images---------------*/

img.top {vertical-align:text-top}
img.bottom {vertical-align:text-bottom}
	
img.lfloat {float:left; padding: 8px 5px 0 0;}

.imgRight {
	float: right;
	padding: 8px;
	margin: 0 0 5px 7px;
	}

.imgLeft {
	float: left;
	padding: 8px;
	margin: 0 15px 5px 0;
	}

/*-------------Headings---------------*/	
	
p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 160%;
	}
	
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #433;
	margin-bottom: 10px;
	}
	
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	color: #860001;
	}

h3 {
	font-family: Helvetica, sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: bolder;
	margin-bottom: 10px;
	}
	
h4 {
	font-family: Helvetica, sans-serif;
	color:#666;
	font-size: 10px;
	}

.white {
	color: #fff;
	margin: 0;
	}

.domainbox {
	margin: 0 0 5px 0;
	}

/*-------------Lists---------------*/

ul {
	margin: 0;
	padding: 0;
	}
	
li {	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 160%;
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	text-align: left;
	border-bottom: 1px dotted #fff;
	}
	
a.h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;	
	padding: 0px;
	margin: 0px;
	font-weight: bolder;
	font-size: 15px;
	line-height: 140%;
	color: #860001;
	}
	
.content {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height:140%;
	color:#000000;
	}
	
.article {
	margin-top: 0px;
	}
	
a {
	text-decoration:none;
	color:#990000;
	}

a:hover {
	text-decoration:underline;
	color:#A17C64;
	}

/*-------------Navigation---------------*/

#navlist {
	padding: 8px 0;
	margin-top: 17px;
	font: 16px helvetica, serif;
	background-color: #9a541c;
	width: 100%;
	}

#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0 25px;
	border: none;
	}

#navlist li a {
	text-decoration: none;
	}

#navlist a:link, #navlist a:visited {
	font-weight: bolder;
	padding: 5px 15px 5px 15px; 
	width:auto;
	color: #fff; 
	}

#navlist a:hover {
	background-color: #3c2d2d;
	}
	
#navlist a:link#current, #navlist a:visited#current {

	}
	
/*-------------Other---------------*/
	
h2.rightside {
	text-decoration: underline;
	color: #860001;
	}

td.rightside {
	border-left: 1px solid #666;
	padding-left: 15px;
	}
	
td.leftside {
	padding-right: 15px;
	}

.header {
	color:#000000;
	font-weight:bold;
	font-size:16px;
	margin-top:0px;
	}

.subhead {
	color:#031533;
	font-weight:bold;
	margin-top:0px;
	}

.title {
	color:#031533;
	font-size: 16px;
	font-weight: bolder;
	}

