/* CSS Document */

body,td,th {
	font-family: Lucida Grande, Tahoma;
	font-size: 11px;
	color: #003643;
	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F0F6EB;
}
a:link {
	color: #003643;
}
a:visited {
	color: #003643;
}
a:hover {
	color: #93c16c;
}
a:active {
	color: #003643;
}
/*===================================== [LAYERS] ======================*/
div#layer_wealth{
	
	}

div#layer_about{
	
}


/*===================================== [DIV] ========================*/
#main_nav{
	padding-top:10px;
	padding-left:22px;
}

#footer_right{
	padding-top: 23px;
	padding-left: 25px;
	font-size: 10px;
	
}

#footer_right a:link {
	color: #003643;
	text-decoration:none;
}
#footer_right a:visited {
	color: #003643;
	text-decoration:none;
}
#footer_right a:hover {
	color: #0003643;
	text-decoration:underline;
}
#footer_right a:active {
	color: #003643;
	text-decoration:none;
}
#main_content{
	padding-left: 22px;
	padding-top: 23px;
	padding-right: 22px;
	padding-bottom: 23px;
}
#quick_links{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*===================================== [STYLES] ======================*/

.content_titles {
	font-size: 16px;
	color: #93c16c;
	
}
.size13{
	font-size: 13px;
}

.mainjustify {
	font-family: Lucida Grande, Tahoma;
	font-size: 12px;
	text-align: justify;

}

.lil {
	font-family: Lucida Grande, Tahoma;
	font-size: 11px;
}
.topdot {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
}
h1{
	font-family: Lucida Grande, Tahoma;
	font-size: 14px;
	color: #93c16c;
	margin-bottom: 10px;
	line-height: 16px;
}
h2{
	font-family: Lucida Grande, Tahoma;
	font-size: 12px;
	color: #93c16c;
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 14px;
	border-bottom: 1px solid #66B48A;
}
h3{
	font-family: Lucida Grande, Tahoma;
	font-size: 11px;
	color: #93c16c;
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: 14px;
	
}
p{
	font-family:Lucida Grande, Tahoma;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.teaser{
	width: 140px;
	border: 1px solid #1F8E52;
	padding: 2px;
	text-align: center;
	padding-top: 4px;
	font-size: 11px;
	background: url(images/bg_teaser.gif) bottom right no-repeat;
}
.topbuttons{
	height: 50px;
	margin-left: 60px;
	margin-top: 4px;
	
}
.topbuttons A:link, .topbuttons A:visited{
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	display:block;
	float: left;
	padding-left: 30px;
}
.topbuttons A:hover{
	color:#00FFFF;
}

ul{
	list-style-type: circle;
	font-size: 11px;
}
li{
	margin-top: 6px;
	font-size: 11px;
}