html, body {
	margin:0;
	padding:0;
	height:100%;
	background: #e1dddd;
	font-family: Verdana, sans-serif;
}

#container {
	min-height:100%;
	position:relative;
	clear: both;
	top: 0px;
	text-align: left;
	margin: 0 auto;
	padding: 0px 5px 0px 5px;
	width: 760px;
	background: transparent url(../images/bg.png) repeat-y;
}

#wraparound {
/*	position: relative;
*/	top: 0px;
	width: 750px;
	margin: 0px;
	margin-bottom: 30px;
	text-align: left;
	padding: 0px;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 154px;
	width: 750px;
	background: url(../images/header_bg.jpg) no-repeat;
}

#body {
	margin:0px;
	padding:0px;
	padding-bottom:20px;	/* Height of the footer */
	}

#footer {
	position:absolute;
	bottom:0;
	width:750px;
	height:20px;			/* Height of the footer */
	border-style: solid;
	border-color: #ccc;
	border-width: 0px;
	border-top-width: 1px;
}

/* other non-essential CSS */
#footer p {
	margin:0;
	padding:4px;
	padding-left: 6px;
	color:#999;
	font-size: 9px;
	font-family: Verdana, sans-serif;

}


/* for top nav */

.menuc {
	margin: 0px;
	padding: 0px;
	width: 750px;
}

#btndivider {
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 1px;
	background: url(../images/btn_bg_down.png) no-repeat;
}

#topnavi{
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 750px;
	display: block;
	line-height: 3em;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border-style: solid;
	border-color: #555;
	border-width: 0px;
	border-top-width: 1px;
	background: url(../images/btn_bg_up.png) repeat-x;
}

#topnavi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topnavi ul li{
	display: block;
	float: left;
}

#topnavi ul li a{
	display: block;
	color: #333;
	text-align: center;
	height: 36px;
	width: 106px;
	text-decoration: none;
	background: url(../images/btn_bg_up.png) repeat-x;
}

#topnavi ul li a.last-button {
	width: 108px;
}

#topnavi ul li a:hover{
	color: #eee;
	background: url(../images/btn_bg_down.png) repeat-x;
}

#topnavi ul li a.current{
	color: #333;
	background: #fff;
}

/* end top nav */

strong {
	color: #444;
}

#coltop {
	width: 168px;
	height: 28px;
	text-align: center;
	background: url(../images/col_top.png) no-repeat;
	font-size: 12px;
	font-weight: bold;
	line-height: 2.5em;
	padding: 0px;
	margin: 0px;
	color: #555;
}

#colbody {
	width: 168px;
	background: url(../images/col_body.png) repeat-y;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	padding: 16px;
	margin: 0px;
	color: #333;
}

#colbody p {
	line-height: 1.2em;
	padding: 0px;
	margin: 0px;
	margin-bottom: 6px;
}

#colbody ul {
	line-height: 1.5em;
	padding: 0px;
	padding-left: 18px;
	margin: 0px;
}

#colbody h1 {
	font-weight: bold;
	font-size: 12px;
	color: #911;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
}

#colbody h2 {
	font-weight: bold;
	font-size: 11px;
	color: #333;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1px;
}

#coldivider {
	width: 166px;
	height: 1px;
	padding: 0px;
	margin-top: 16px;
	margin-bottom: 15px;
	margin-left: -13px;
	background-color: #ccc;
}

#colbottom {
	width: 168px;
	height: 5px;
	background: url(../images/col_bottom.png) no-repeat;
}

.colimage {
	background: #fff;
	width: 130px;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
	padding: 4px;
	margin-bottom: 10px;
}

#rightcol {
	float: right;
	width: 168px;
	margin: 18px;
	margin-top: 30px;
	padding: 0px;
}

#leftcol {
	float: left;
	width: 168px;
	margin-top: 30px;
	margin-left: 20px;
	padding: 0px;
}

#content {
	padding: 26px;
	margin: 8px 0px;
	width: 500px;
	overflow: auto;
	position: relative;
}

#content p {
	font-size: 80%;
	margin: 0px 0px 10px 0px;
	color: #222;
	line-height: 130%;
}

#content ph1 {
	color: #666;
}

#content ul {
	font-size: 80%;
	padding-left:22px;
}

#content h1 {
	font-size: 90%;
	margin: 0px;
	padding-bottom: 10px;
	color: #a71c21;
	line-height: 130%;
	font-weight: bold;
}

#content h2 {
	font-size: 75%;
	color: #666;
	padding: 0;
	margin: 0px;
	margin-bottom: 4px;
	font-weight: bold;
	line-height: 100%;
}

#contentWide {
	padding: 26px;
	margin: 8px 0px;
	width: 700px;
	overflow: auto;
	position: relative;
}

#contentWide p {
	font-size: 80%;
	margin: 0px 0px 10px 0px;
	color: #222;
	line-height: 130%;
}

#contentWide ph1 {
	color: #666;
}

#contentWide ul {
	font-size: 80%;
	padding-left:22px;
}

#contentWide h1 {
	font-size: 90%;
	margin: 0px;
	padding-bottom: 10px;
	color: #a71c21;
	line-height: 130%;
	font-weight: bold;
}

#contentWide h2 {
	font-size: 75%;
	color: #666;
	padding: 0;
	margin: 0px;
	margin-bottom: 4px;
	font-weight: bold;
	line-height: 100%;
}

/*
table#ServicePlans {
	border: solid #000 1px;
}
*/

table#ServicePlans th
{
	text-align: center;
	background: #e1e333;
	font-weight: bold;
	font-size: 70%;
}

table#ServicePlans td
{
	text-align: center;
	background: #c1dddd;
	font-size: 70%;
}

table#MailTransition th
{
	text-align: center;
	background: #e1e333;
	font-weight: bold;
	font-size: 70%;
	padding: 1em;
}

table#MailTransition td
{
	text-align: left;
	background: #c1dddd;
	font-size: 70%;
	padding: 1em;
}

.spcomment {
	width: 30%;
}


