body{
	margin:0;
	padding:0;
	background-color:#efefef;
	font-family:verdana, serif, arial;
	font-size:12px;
	color:#333333;
}

p{
	font-size:12px;
	line-height:150%;
}

h1, .huge{
	font-family:arial;
	font-size:28px;
}

h2, .large{
	font-family:arial;
	font-size:18px;
}

h3, .big{
	font-family:arial;
	font-size:16px;
}

h4, .tall{
	font-family:arial;
	font-size:14px;
}

a{
	color:#6cd82c;
	text-decoration:none;
}
a:hover{
	color:#6cd82c;
	text-decoration:underline;
}

/* begin typography */

.green{
	color:#51ba11;
}
.lime-green{
	color:#88e718;
}
.grass-green{
	color:#44d319;
}
.brown{
	color:#C8440E;	
}
.orange{
	color:#e7aa18;
}
.blue{
	color:#1866e7;
}
.purple{
	color:#9715db;
}
.black{
	color:#000000;
}
.white{
	color:#ffffff;
}
.dark-grey{
	color:#333333;
}
.darker-grey{
	color:#111111;
}
.grey{
	color:#8e8e8e;
}
.red{
	color:#ff3300;
}

.multiply-color{
	color:#0062ac;
}
.facebook-color{
	color:#3b5998;
}
.twitter-color{
	color:#33b5d8;
}
.youtube-color{
	color:#333333;
}

h3 a.lime-green, h4 a.lime-green{
	background-color:#8ae51b;	
}
h3 a.blue, h4 a.blue{
	background-color:#1866e7;
}
h3 a.purple, h4 a.purple{
	background-color:#9715db;
}
h3 a.green, h4 a.green{
	background-color:#51ba11;
}
h3 a.grass-green, h4 a.grass-green{
	background-color:#44d319;
}
h3 a.brown, h4 a.brown{
	background-color:#C8440E;
}
h3 a.orange, h4 a.orange{
	background-color:#e7aa18;
}

h1.page-title{
	display:block;
	width:500px;
	height:30px;
	font-family:'arial';
	font-size:24px;
	color:#555555;
}

h1.page-title span{
	display:none;
}

/* end typography */

/* begin squares */

.square{
	display:block;
	border-left:#ffffff 10px solid;
	padding-left:4px;
	padding-top:10px;
	line-height:10px;
}
.square-green{
	display:block;
	border-left:#51ba11 20px solid;
	padding-left:4px;
	padding-top:10px;
	line-height:90%;
}
.square-lime-green{
	display:block;
	border-left:#88e718 20px solid;
	padding-left:4px;
	padding-top:10px;
	line-height:90%;
}
.square-grass-green{
	display:block;
	border-left:#44d319 20px solid;
	padding-left:4px;
	padding-top:10px;
	line-height:90%;
}
.square-orange{
	display:block;
	border-left:#e7aa18 20px solid;
	padding-left:4px;
	padding-top:10px;
	line-height:90%;
}
.square-blue{
	display:block;
	border-left:#1866e7 20px solid;
	padding-left:4px;
	padding-top:10px;
	line-height:90%;
}
.square-purple{
	display:block;
	border-left:#9715db 20px solid;
	padding-left:4px;
	padding-top:10px;
	line-height:90%;
}
.square-black{
	display:block;
	border-left:#000000 20px solid;
	padding-left:4px;
	padding-top:10px;
	line-height:90%;
}
.square-white{
	display:block;
	border-left:#ffffff 20px solid;
	padding-left:4px;
	padding-top:10px;
	line-height:90%;
}
.square-dark-grey{
	display:block;
	border-left:#333333 20px solid;
	padding-left:4px;
	padding-top:10px;
	line-height:90%;
}
.square-grey{
	display:block;
	border-left:#8e8e8e 20px solid;
	padding-left:4px;
	padding-top:10px;
	line-height:90%;
}

/* end squares */

/* begin photo-wrapping */

.photo-left{
	float:left;
	margin-top:2px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#eeeeee;
}

.photo-right{
	float:right;
	margin-top:2px;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#eeeeee;	
}

.photo{
	float:none;
	margin-top:2px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#eeeeee;
}

.photo-left img, .photo-right img, .photo img{
	border-top:8px solid #7de50d;
}

.photo-left p, .photo-right p, .photo p{
	font-family: verdana, serif, arial;
	font-size:10px;
	color:#555555;	
	margin:0px;
	padding:4px;
}

/* end photo-wrapping */

/* begin bullets */

ul.bullets{
	margin:10px 0 0 0;
	padding-left: 0;
	list-style: none;
}

.bullets li{
	padding-left: 10px;
	background-image: url('../images/bullet_red.gif');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	
	font-family: verdana, serif, arial;
	font-size:12px;	
}

.bullets li{
	margin-top:10px;
}

/* end bullets */

/* begin horizontal line */

div.dotted-hr{
	width:100%;
	height:12px;
	background:url('../images/dotted_hr.gif') repeat-x;
	margin:0;
	padding:0;
	clear:both;
}

/* end horizontal line */

/* begin layout */

/* begin row-01 */

#row-01-bg{
	width:100%;
}

#row-01-container {
	margin:0 auto;	
	width:1024px;
	height:128px;
	background:url('../images/header_bg.gif') repeat-y;
}

#row-01{
	margin:0 auto;
	width:900px;
}

#logo{
	position:relative;
	top:10px;
	left:30px;
	float:left;
}

#top-right-menu{
	position:relative;
	top:10px;
	left:0px;
	width:230px;
	margin-right:20px;
	float:right;
	text-align:center;
}

#donate-button{
	cursor:pointer;
	position:relative;
	top:28px;
	left:-40px;

	float:right;
	
	width:153px;
	height:47px;
	
	background:url('../images/donate_button.gif') 0 0 no-repeat;
}

#donate-button:hover{
	background:url('../images/donate_button.gif') 0 -47px no-repeat;
}

/* end row-01 */

/* begin row-02 */

#row-02-bg {
	width:100%;
	background:#6f96d7 url('../images/wall_bg.jpg');
}

#row-02-container {
	margin:0 auto;	
	width:1024px;
	height:320px;
	background:#6f96d7 url('../images/wall.jpg') repeat-y;	
}

#row-02b-bg {
	width:100%;
	background:#a0a4af url('../images/wall_grey_bg.jpg');
}

#row-02b-container {
	margin:0 auto;	
	width:1024px;
	min-height:396px;
	background:#a0a4af url('../images/wall_grey_tiled.jpg') repeat-y;
	padding:0;
	padding-bottom:10px;
}

#row-02{
	margin:0 auto;
	width:900px;
	padding-top:10px;
}

.content{
	margin:0 auto;
	width:880px;
}

.content-black{
	margin:0 auto;
	width:880px;
	background-color:#333333;
	padding-top:10px;
	padding-bottom:40px;
}

.content-text{
	margin:0 auto;
	width:860px;	
	color:#111111;
	font-size:14px;
}

/* begin boxes */

#boxes-container{
	position:relative;
	top:40px;
}

.box-strip{
	position:relative;
	top:-20px;
	left:0px;
	z-index:1;
	margin:0;	
	height:37px;
}

.box-strip h3{
	margin:0;
	line-height:34px;
}

.box-strip h3 a{
	margin:0;
	padding-top:0px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:0px;
	font-family:arial;
	font-size:22px;		
	color:#ffffff;
	text-decoration:none;
}

.box-strip h4{
	margin:0;
	line-height:30px;
}

.box-strip h4 a{
	margin:0;
	padding-top:0px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:0px;
	font-family:arial;
	font-size:18px;		
	color:#ffffff;
	text-decoration:none;
}

.box-img{
	cursor:pointer;	
	position:relative;
	top:-27px;
	left:10px;
	z-index:0;
	width:266px;
	height:226px;	
	background-color:#ffffff;
}

.box-text{
	position:relative;
	padding-top:226px;
}

.box-left{
	float:left;
	width:286px;
	height:246px;
	margin-right:11px;
	background-color:#ffffff;
}

.box-mid{
	float:left;
	width:286px;
	height:246px;
	margin-right:11px;
	background-color:#ffffff;
}

.box-right{
	float:left;
	width:286px;
	height:246px;
	background-color:#ffffff;
}

/* end boxes */

/* begin boxes-b */

.box-img-b{
	cursor:pointer;	
	position:relative;
	top:-27px;
	left:10px;
	z-index:0;
	width:266px;
	min-height:226px;	
	background-color:#ffffff;
}

.box-left-b{
	float:left;
	width:286px;
	min-height:246px;
	margin-right:11px;
	background-color:#ffffff;
}

.box-mid-b{
	float:left;
	width:286px;
	min-height:246px;
	margin-right:11px;
	background-color:#ffffff;
}

.box-right-b{
	float:left;
	width:286px;
	min-height:246px;
	background-color:#ffffff;
}

/* end boxes-b */

/* begin boxes-c */

.box-left-c .box-text-c{
	position:relative;
	top:-27px;
	left:10px;
	z-index:0;
	width:563px;
	min-height:120px;	
	background-color:#ffffff;
}

.box-left-c{
	float:left;
	width:583px;
	min-height:140px;
	margin-right:11px;
	background-color:#ffffff;
}

.box-right-c{
	float:left;
	margin-bottom:40px;
	padding-top:-40px;
	width:286px;
	min-height:86px;	
	background-color:#ffffff;
}

.box-right-c .box-text-c{
	position:relative;
	top:-27px;
	left:10px;
	z-index:0;
	width:266px;
	min-height:86px;
	background-color:#ffffff;
}

.box-strip-c{
	position:relative;
	top:-20px;
	left:0px;
	z-index:1;
	margin:0;	
	height:37px;
}

.box-strip-c h3{
	margin:0;
	line-height:34px;
}

.box-strip-c h3 a, .box-strip-c h3 span{
	margin:0;
	padding-top:0px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:0px;
	font-family:arial;
	font-size:22px;		
	color:#ffffff;
	background-color:#51ba11;
	text-decoration:none;
}

.box-strip-c h4{
	margin:0;
	line-height:30px;
}

.box-strip-c h4 span{
	margin:0;
	padding-top:0px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:0px;
	font-family:arial;
	font-size:18px;		
	color:#ffffff;
	background-color:#51ba11;
	text-decoration:none;
}

.box-strip-c h4 span a{
	color:#ffffff;
}

.box-strip-c h4 span a:hover{
	text-decoration:none;
}

/* end boxes-c */

/* begin boxes-d */

.box-d .box-text-d{
	position:relative;
	top:-27px;
	left:10px;
	z-index:0;
	width:860px;
	min-height:100px;	
	background-color:#ffffff;
}

.box-d{
	float:left;
	width:880px;
	min-height:100px;
	margin-right:11px;
	background-color:#ffffff;
}

/* end boxes-d */

/* begin box-learn-about-real-life */

#box-learn-about-real-life .box-img{
	background:url('') no-repeat;
}

#box-learn-about-real-life:hover{
	cursor:pointer;
	background:#51ba11 url('');
}

#box-learn-about-real-life:hover .box-strip{
	top:-30px;
}

/* end box-learn-about-real-life */

/* begin box-give-to-life */

#box-give-to-life .box-img{
	background:url('') no-repeat;
}

#box-give-to-life:hover{
	cursor:pointer;
	background:#9715db url('');
}

#box-give-to-life:hover .box-strip{
	top:-30px;
}

/* end box-give-to-life */

/* begin box-change-a-life */

#box-change-a-life .box-img{
	background:url('') no-repeat;
}

#box-change-a-life:hover{
	cursor:pointer;
	background:#1866e7 url('');
}

#box-change-a-life:hover .box-strip{
	top:-30px;
}

/* end box-change-a-life */

/* begin box-adopt-a-scholar (box-left-b) */

.box-left-b .box-img-b{
	background:url('') no-repeat;
}

.box-left-b:hover{
	cursor:pointer;
	background:#51ba11 url('');
	color:#ffffff;
}

.box-left-b:hover a{
	color:#ffffff;
}

.box-left-b:hover .box-strip{
	top:-30px;
}

/* end box-adopt-a-scholar (box-left-b) */

/* begin box-feed-a-hungry-child (box-mid-b) */

.box-mid-b .box-img-b{
	background:url('') no-repeat;
}

.box-mid-b:hover{
	cursor:pointer;
	background:#e7aa18 url('');
	color:#ffffff;
}

.box-mid-b:hover a{
	color:#ffffff;
}

.box-mid-b:hover .box-strip{
	top:-30px;
}

/* end box-feed-a-hungry-child (box-mid-b) */

/* begin box-donate-goods (box-right-b) */

.box-right-b .box-img-b{
	background:url('') no-repeat;
}

.box-right-b:hover{
	cursor:pointer;
	background:#C8440E url('');
	color:#ffffff;
}

.box-right-b:hover a{
	color:#ffffff;
}

.box-right-b:hover .box-strip{
	top:-30px;
}

/* end box-donate-goods (box-right-b) */



/* begin bottom-boxes */

#bottom-boxes-container{
	position:relative;
	top:50px;
	clear:both;
	height:90px;
}

.bottom-boxes-left{
	float:left;
	width:286px;
	height:62px;
	margin-right:11px;
	background-color:#ff0000;
}

.bottom-boxes-strip h3{
	position:relative;
	margin:0;
}

.bottom-boxes-strip h3 a{
	margin:0;
	padding-top:0px;
	padding-left:10px;
	padding-right:14px;
	padding-bottom:4px;
	font-family:verdana, serif, arial;
	font-size:22px;		
	color:#ffffff;
	text-decoration:none;
}

.bottom-boxes-mid{
	float:left;
	width:286px;
	height:62px;
	margin-right:11px;
	background-color:#ff0000;
}

.bottom-boxes-right{
	float:left;
	width:286px;
	height:62px;
	background-color:#ff0000;
}

/* end bottom-boxes */

/* begin bottom-boxes-life-scholarships */

#bottom-boxes-life-scholarships{
	cursor:pointer;	
	position:relative;
	top:28px;
	background-color:#51ba11;
}

#bottom-boxes-life-scholarships:hover{
	cursor:pointer;	
	position:relative;
	top:18px;
	padding-bottom:10px;
}

/* end bottom-boxes-life-scholarships */

/* begin bottom-boxes-life-coaching */

#bottom-boxes-life-coaching{
	cursor:pointer;	
	position:relative;
	top:28px;		
	background-color:#e7aa18;
}

#bottom-boxes-life-coaching:hover{
	cursor:pointer;	
	position:relative;
	top:18px;
	padding-bottom:10px;	
}
/* end bottom-boxes-life-coaching */

/* begin bottom-boxes-life-line */

#bottom-boxes-life-line{
	cursor:pointer;	
	position:relative;
	top:28px;			
	background-color:#88e718;
}
#bottom-boxes-life-line:hover{
	cursor:pointer;	
	position:relative;
	top:18px;
	padding-bottom:10px;	
}
/* end bottom-boxes-life-line */

/* begin topmenu-boxes */

#topmenu-boxes-container{
	position:relative;
	top:0px;
	*margin-top:-1px;
}

div#topmenu-boxes{
	cursor:pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: right;
	color:#ffffff;
	font-size:12px;	
}

div#topmenu-boxes span{
	position:relative;
	top:2px;
	margin-left:8px;
	margin-right:8px;
}

div#topmenu-boxes span a{
	line-height:18px;
	font-size:14px;	
	color:#333333;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;

}

div#topmenu-boxes span a:hover{
	border-bottom:2px solid;		
	position:relative;
	top:-4px;
}

div#topmenu-boxes span a.active{
	border-bottom:2px solid;		
	position:relative;	
}

div#topmenu-boxes span.green a:hover, div#topmenu-boxes span.green a.active{
	border-bottom-color:#51ba11;
}

div#topmenu-boxes span.purple a:hover, div#topmenu-boxes span.purple a.active{
	border-bottom-color:#9715db;
}

div#topmenu-boxes span.blue a:hover, div#topmenu-boxes span.blue a.active{
	border-bottom-color:#1866e7;	
}

/* end topmenu-boxes */

/* begin topmenu-floating-boxes */

#topmenu-floating-boxes-container{
	position:relative;
	top:6px;
	height:40px;
	*margin-top:-1px;
}

ul#topmenu-floating-boxes{
	cursor:pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: right;
}
ul#topmenu-floating-boxes li{
	cursor:pointer;
	float:left;
}

ul#topmenu-floating-boxes li h4 a{
	cursor:pointer;	
}

ul#topmenu-floating-boxes li h4 a:hover{
	cursor:pointer;	
	position:relative;
	top:10px;
	padding-top:10px;
}

ul#topmenu-floating-boxes li h4.active a{
	cursor:pointer;	
	position:relative;
	top:14px;
	padding-top:14px;	
}

/* end topmenu-floating-boxes */



/* end row-02 */

/* begin row-03 */

#row-03-bg {
	width:100%;
}

#row-03-container {
	margin:0 auto;		
	width:1024px;
	height:129px;
	background:url('../images/content_bg.gif') repeat-y;	
}

#row-03{
	margin:0 auto;
	width:900px;
}

/* begin socialnetwork-links */

#socialnetwork-links-container{
	position:relative;
	top:10px;
	left:10px;
}

.socialnetwork-link-box{
	float:left;
	text-align:center;
	width:100px;
	height:100px;
	padding-right:10px;
	font-family:verdana;
	font-size:10px;
}

.socialnetwork-link-box a{
	font-weight:bold;
	text-decoration:none;
}

.socialnetwork-link-box a:hover{
	text-decoration:underline;
}

/* end socialnetwork-links */

/* begin subscribe-form */

#subscribe-form-container{
	position:relative;
	top:10px;
	left:70px;
	float:left;
	width:380px;
	height:100px;
}

#subscribe-form-container h3{
	margin:0;
	padding-bottom:14px;
	text-decoration:none;
}

#subscribe-form{
	position:relative;
	top:-10px;
	width:360px;
	height:50px;
	padding:10px;
}

#subscribe-form form{
	margin:0;
}

/* end subscribe-form */

/* end row-03 */

/* begin row-04 */

#row-04-bg {
	width:100%;
	background:url('../images/solidblockmenu_bg.jpg') repeat-x;	

}

#row-04-container {
	margin:0 auto;		
	width:1024px;
	height:34px;
}

#row-04{
	margin:0 auto;
	width:900px;
}

/* end row-04 */

/* begin row-05 */

#row-05-bg {
	width:100%;
}

#row-05-container {
	margin:0 auto;		
	width:1024px;
	height:111px;
	background:url('../images/layout_05.jpg') no-repeat;	
}

#row-05{
	margin:0 auto;
	width:900px;
}

/* end row-05 */

/* end layout */

/* begin navigation */


/* begin solid block menu */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 14px Arial;
	width: 100%;
	overflow: hidden;
	border-width: 1px 0;
	background:url('../images/solidblockmenu_bg.jpg') repeat-x;

}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 32px;
	text-decoration: none;
}

.solidblockmenu li a:visited{
	color: white;
}

.solidblockmenu li a:hover{
	color: white;
	background: transparent url('../images/solidblockmenu_blockactive.gif') center center repeat-x;
}

.solidblockmenu li .active{
	color: white;
	background: transparent url('../images/solidblockmenu_blockactive.gif') center center repeat-x;
}

/* end solid block menu */

/* begin piped menu */

div.pipedmenu{
	color:#acacac;
	font-family:verdana;
	font-size:10px;
}

div.pipedmenu a{
	color:#8e8e8e;	
	text-decoration:none;	
	font-weight:bold;
}

div.pipedmenu a:hover{
	text-decoration:underline;	
}

div.pipedmenu a.active{
	font-weight:bold;
}

/* end piped menu */

/* begin vertical menu */

.verticalmenu {
	position:relative;

	width:286px;
	margin:0;
	padding:0;


}
.verticalmenu ul{
	width:286px;
	margin:0;
	padding:0;
	list-style:none;	
}
	
.verticalmenu li a {
	margin-top:1px;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
  	font-family:verdana, serif, arial;
  	font-size:14px;
  	font-weight:bold;
	text-decoration: none;
	}	
	
.verticalmenu li a:link, .verticalmenu li a:visited {

	display: block;
	background:  url('../images/verticalmenu.gif');
	background-color:#f7f7f7;
	padding: 8px 0 0 10px;	
	border-left:4px #5ac41a solid;
	color:#51ba11;
	}
	
.verticalmenu li a:hover {
	display:block;
	margin-left:-4px;
	padding: 8px 0 0 10px;	
	border-left:4px #5ac41a solid;

	}
	
.verticalmenu li a.active {
	color:#333333;

}	
	
.verticalmenu ul.green li a:link, .verticalmenu ul.green li a:visited, .verticalmenu ul li.green a:link{
	border-left-color:#51ba11;
}
.verticalmenu ul.green li a:hover, .verticalmenu ul li.green a:hover{
	border-left-color:#51ba11;
}

.verticalmenu ul.lime-green li a:link, .verticalmenu ul.lime-green li a:visited, .verticalmenu ul li.lime-green a:link{
	border-left-color:#88e718;
}
.verticalmenu ul.lime-green li a:hover, .verticalmenu ul li.lime-green a:hover{
	border-left-color:#88e718;
}

.verticalmenu ul.grass-green li a:link, .verticalmenu ul.grass-green li a:visited, .verticalmenu ul li.grass-green a:link{
	border-left-color:#44d319;
}
.verticalmenu ul.grass-green li a:hover, .verticalmenu ul li.grass-green a:hover{
	border-left-color:#44d319;
}

.verticalmenu ul.brown li a:link, .verticalmenu ul.brown li a:visited, .verticalmenu ul li.brown a:link{
	border-left-color:#C8440E;
}
.verticalmenu ul.brown li a:hover, .verticalmenu ul li.brown a:hover{
	border-left-color:#C8440E;
}

.verticalmenu ul.orange li a:link, .verticalmenu ul.orange li a:visited, .verticalmenu ul li.orange a:link{
	border-left-color:#e7aa18;
}
.verticalmenu ul.orange li a:hover, .verticalmenu ul li.orange a:hover{
	border-left-color:#e7aa18;
}

.verticalmenu ul.blue li a:link, .verticalmenu ul.blue li a:visited, .verticalmenu ul li.blue a:link{
	border-left-color:#1866e7;
}
.verticalmenu ul.blue li a:hover, .verticalmenu ul li.blue a:hover{
	border-left-color:#1866e7;
}

.verticalmenu ul.purple li a:link, .verticalmenu ul.purple li a:visited, .verticalmenu ul li.purple a:link{
	border-left-color:#9715db;
}
.verticalmenu ul.purple li a:hover, .verticalmenu ul li.purple a:hover{
	border-left-color:#9715db;
}

/* end vertical menu */


/* end navigation */

/* begin misc. */

.clear{
	clear:both;
}

.video-title{
	font-size:22px;
}

.video-caption{
	
}

.twitter-feeds-open-quote, .twitter-feeds-close-quote{
	font-family:'times new roman';
	color:#777777;
	font-size:32px;
	font-weight:bold;
	line-height:14px;	
}

.twitter-feeds-open-quote{
	margin-right:2px;
}

.twitter-feeds-open-close{
	margin-left:2px;
}

.twitter-feeds-status{
	font-family:arial;
	font-size:14px;
	margin-top:8px;
	margin-bottom:0px;
}
.twitter-feeds-date{
	margin:0;
	font-size:12px;
	font-family:'georgia';
	font-style:italic;
	color:#777777;	
}
.twitter-feeds-link{
	margin-top:10px;
	margin-bottom:0px;
	font-family:arial;
	font-size:14px;	
	color:#333333;	
}

/* end misc. */

/* begin reallifeaccess */

#welcome{
	float:left;
	position:relative;
	top:16px;
	left:-280px;
	color:#acacac;
	font-family:verdana;
	font-size:10px;	
	height:16px;
	text-align:right;
	width:280px;
}

#rla-topnav{
	color:#ffffff;
	padding:10px;
	background-color:#333333;
	text-align:left;
	border-bottom:#cccccc 4px solid;
}

*/ end reallifeaccess */