body, h1, h2, h3, h4, img {
	margin: 0;
	padding: 0;
	border: 0;
	}
#btn {
	border: 3px double;
	border-color: #F1F1F1 #C0C0C0 #C0C0C0 #F1F1F1;
	background: #fff url(../../assets/side/btnbg.gif) bottom left repeat-x;
	}
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	color: #666;
	margin-top: 12px;
	text-align: center; /*IE Center*/
	}
#browserupgrade {
	display: none;
	}
#sitewrapper {
	width: 737px;
	margin: 0 auto;
	text-align: left;
	background-color: red; 
	border: 7px solid #FFFFFF;
	background-image: url(../../assets/side/bg_side.gif);
	}

/* Header Styles */

#logo {
	border-bottom: 7px solid #FFFFFF;
	}
#tag {
	height: 181px;
	background-image: url(../../assets/header/topo.jpg);
	border-bottom: 7px solid #FFFFFF;
	}
#bar {
	height: 18px;
	background-color: #346815;
	border-bottom: 7px solid #FFFFFF;
	}

/* Side Styles */

#side {
	color: #FFFFFF;
	}
#sitewrapper > #side {
	width: 230px; /* Width for the Real Box Model */
	}
	
/* Navigation Styles */

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	}
#nav ul li {
	border-bottom: 1px solid #646464;
	}
#nav ul #spacer {
	border: none;
	padding-top: 25px !important;
	padding-top: 7px;
	margin: 0;
	background: url(../../assets/side/hr_nav.gif) repeat-x bottom right;
	width: auto;
	}
#nav ul li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 6px 0 5px 32px !important;
	background: url(../../assets/side/bg_nav.gif) no-repeat top left;
	border-bottom: 1px solid #000000;
	}
#nav ul li a:hover {
	background-image: url(../../assets/side/bg_nav_over.gif);
	}
#nav ul li a.current {
	background: url(../../assets/side/bg_nav_current.gif) no-repeat top left;
	}

/* Emailbox Styles */

#emailbox {
	width: auto;
	height: auto;
	background-image: url(../../assets/side/bg_side_light.gif);
	margin-top: 25px;
	padding: 12px 16px 5px 16px;
	}
#emailbox h3 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
#emailbox p {
	margin: 5px 0 0 0;
	line-height: 1.5em;
	}
#emailbox dt {
	margin-top: 7px;
	float: left;
	width: 50px;
	}
#emailbox dd {
	margin: 0;
	}
#emailbox input {
	width: 140px;
	border: 1px solid #A5ACB2;
	margin-top: 5px;
	}
#emailbox #submit {
	border: none;
	margin-top: 10px;
	margin-left: 51px;
	}

/* Info Styles */

#info {
	width: auto;
	height: auto;
	padding: 16px;
	line-height: 1.5em;
	}
#info a {
	color: #FFFFFF;
	}
#info a:hover {
	}

/* Main Styles */

#main {
	width: 460px;
	float: right;
	background: #FFFFFF url(../../assets/main/bg_fade.jpg) repeat-x top;
	border-left: 7px solid #FFFFFF;
	padding: 37px 20px 37px 20px;
	min-height: 490px;
	line-height: 1.5em;
	}
* html #main {
	height: 490px;
	}
#main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #346715;
	}
#main h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #515151;
	}
#main ul {
	list-style: none;
	padding-left: 20px;
	margin-bottom: 25px;
	}
#main ul li {
	background: url(../../assets/main/bullet_plus_green.gif) no-repeat left 7px;
	padding-left: 15px;
	}
.download {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 1em;
	padding-top: 10px;
	}
.download img {
	float: left;
	padding-right: 10px;
	}
.download span {
	font-size: 12px;
	}
#main a {
	color: #346715;
	font-weight: bold;
	text-decoration: none;
	}
#main a:hover {
	text-decoration: underline;
	}

/* Table Styles */

#total_return td, #total_return tr {
	padding: 0;
	margin: 0;
	}
#total_return {
	border: 1px solid #346715;
	padding: 10px;
	margin-top: 10px;
	background-color: #EDEBE7;
	text-align: right;
	}
#total_return .titles {
	font-size: 12px;
	font-weight: bold;
	color: #346715;
	text-align: center;
	}
#total_return .dark {
	background-color: #A3A2A0;
	color: #FFFFFF;
	}
#total_return .light {
	background-color: #FFFFFF;
	color: #346715;
	}
#total_return td {
	padding-right: 5px;
	}
#total_return .left {
	text-align: left;
	padding-left: 5px;
	}

/* Footer Styles */

#clear {
	clear: both;
	}
#footer {
	clear: both;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	color: #D7D7D7;
	margin-bottom: 20px;
	margin-top: 5px;
	}
#footer a {
	color: #D7D7D7;
	font-weight: bold;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}