body {
	margin: 0;
	padding: 0;
	background: #3C5151;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
/*	font: 12px/20px Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	color: #273E3E;
}
td, th, div, img, li { behavior: url(/src/iepngfix.htc)}


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


#sidebar {
	float: left;
	width: 230px;
	padding: 30px 0 5px;
}
#sidebar ul {
	margin: 0 10px 40px 30px;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
	padding: 0;
	display: inline;
}
#sidebar li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	color: #718888;
	border-bottom: 1px solid #DDF4F1;
	background: url(../images/global/bullet.gif) top left no-repeat;
	padding: 12px 0 11px 27px;
}
#sidebar li a:hover {
	color: #254141;
	background: url(../images/global/bullet-on.gif) top left no-repeat;
}

#sidebar table {
	width: 230px;
	background: url(../images/global/panel-bg.gif) bottom left no-repeat;
}
#sidebar th {
	padding: 0 0 0 44px;
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase;
	text-align: left;
	height: 30px;
	color: #FFFFFF;
	background: #A8DFBB url(../images/global/panel-header.gif) top left no-repeat;
}
#sidebar td {
	background: url(../images/global/panel-top.png) top left no-repeat;
	font-size: 11px;
	line-height: 14px;
	color: #718888;
	padding: 10px 20px 65px 44px;
}
#sidebar form {
	padding: 0 0 10px;
}
#sidebar input {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #718888;
	margin: 6px 0 0px;
	padding: 2px 0 3px 3px;
}
#sidebar a {
	color: #53B5A8;
}
#sidebar b {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #53B5A8;
}


#content {
	padding: 20px 10px 10px 10px;
	margin-left: 265px;
}
#content h1 {
	margin: 0;
	padding: 23px 0 0;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	color: #53B5A8;
}
#content h2 {
	margin: 40px 0 0px;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #92C341;
}
#content p {
	margin: 12px 0;
}


#footerbg {
	background: url(../images/global/footer-bg.gif) top repeat-x;
}
#footer {
	background: url(../images/global/footer-bg.jpg) top center no-repeat;
	color: #939F9F;
	padding-bottom: 40px;
}
#footer table {
	margin: 0 auto;
	width: 960px;
}
#footer td {
	padding-top: 5px;
	font-size: 10px;
	line-height: 26px;
}
#footer a {
	color: #B4BCBC;
}
#footer a:hover {
	color: #FFF;
}


form {
	margin: 0;
}
form td {
	padding: 0 10px 7px 0;
}
input, select, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
a {
	color: #84C08E;
}


.clear {
	clear: both;
}
.separator {
	margin: 20px;
	height: 5px;
	line-height: 0;
	border-bottom: 1px solid #E7E7E7;
}
.red {
	color: red;
}


.infotable {
	margin: 20px 20px 20px 0;
	background: url(../images/global/th-left.gif) top left no-repeat;
}
	fieldset .infotable {
		margin: 5px 0;
	}
.infotable div {
	padding: 12px 6px;
	background: url(../images/global/th-right.gif) top right no-repeat;
}
.infotable div div {
	padding: 0;
	background: none;
}
.infotable table {
	width: 100%;
}
.infotable th {
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #8FD9CF;
	padding: 4px 10px 8px;
	border-bottom: 1px solid #50B9A8;
}
.infotable th small, .mini {
	font-size: 9px;
	font-weight: normal;
}
.infotable th a {
	color: #FFFFFF;
}
.infotable td {
	font-size: 11px;
	line-height: 14px;
	padding: 7px 10px 8px;
	border-bottom: 1px solid #D2F0EC;
}
.infotable tr:hover {
	background-color: #E9F7F5;
}
.infotable p {
	padding-left: 16px;
	font-size: 11px;
	line-height: 14px;
}

.whitetop td { /* specifically for separating the account book listings */
	border-top: 1px solid white;
}


.basictable {
	border-top: 1px solid #D2F0EC;
}
.basictable td {
	font-size: 11px;
	line-height: 14px;
	padding: 7px 10px 8px;
	border-bottom: 1px solid #D2F0EC;
}
.basictable tr:hover {
	background-color: #E9F7F5;
}


.ticklist {
	margin: 15px 0 20px 20px;
	padding: 0;
	list-style: none;
}
.ticklist li {
	margin: 0 0 7px;
	padding: 0 0 0 25px;
	background: url(../images/global/tick.gif) top left no-repeat;
}


.featbox {
	margin: 20px 0;
	background-color: #F4FBFA; 
	border: 1px solid #D2F0EC; 
	padding: 10px;
	font-size: 11px;
	line-height: 16px;
}
.featbox ul {
	margin: 7px 0 0 20px;
	padding: 0;
}
.featbox ul li {
	margin-bottom: 7px;
}


.alert {
	margin: 20px 0;
	width: 50%;
	background-color: #FFFFCC; 
	border: 1px solid #FF0000; 
	padding: 10px;
	font-size: 11px;
	line-height: 16px;
}
