a {
	color: #0e1f5b;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

a:visited {
	color: #0e1f5b;
	}

body {
	background-color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 20px;
	}
	
.banner {
	height: 20px;
	padding: 20px;
	background-color: #3b5998;
	margin-bottom: 20px;
	border: 1px solid #0e1f5b;
	vertical-align: top;
	}
	

.stat_bar {
	position: relative;
	top: -10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #e2c822;
	text-align: right; 
	padding-right: 20px;
	background-color: #fff9d7;
	}
	
.mycol {
	float: left;
	height: auto;
	padding: 20px;
	width: 400px;
	font-size: 16px;
	line-height: 21px;
	text-align: left;
}

.medium_text {
	font-variant: normal;
	font-weight: normal;
	padding-top: 5px;
	font-size: 16px;
	line-height: 21px;
}

.howitworks {
	float: left;
	height: auto;
	padding: 20px;
	width: 400px;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
}

.title1 {
	font-size: 24px;
	color: #3b5998;
	font-variant: small-caps;
	font-weight: bold;
	}
	
.title2 {
	font-size: 16px;
	line-height: 22px;
	font-variant: small-caps;
	}

.title3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	}
	
.spacer {
	height: 20px;
}
	
.login {
	float: left;
	height: auto;
	padding: 20px;
	width: 400px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

.logo {
	margin-right: 20px;
	font-size: 32px;
	font-weight: bold;
	color: white;
	}
	
.tagline {
	margin-right: 20px;
	font-size: 24px;
	color: white;
	font-variant: small-caps
	}
	
.yui-button-hover button {
	background-color: #fff9d7;
}

.yui-skin-sam .yui-navset .yui-content {
   	background: white; /* content background color */
	}	

.yui-skin-sam .yui-navset .yui-content,
.yui-skin-sam .yui-navset .yui-navset-top .yui-content {
    border:1px solid LightGrey; /* content border */
    border-top-color:#243356; /* different border color */
    padding:0.5em; /* content padding */
	}
	
/* .yui-navset defaults to .yui-navset-top */ 
	.yui-skin-sam .yui-navset .yui-nav, 
	.yui-skin-sam .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */ 
	    border:solid #3b5998; /* color between tab list and content */ 
	    border-width:0 0 5px; 
	    Xposition:relative; 
	    zoom:1; 
	}
	
.yui-skin-sam .yui-navset .yui-nav a, 
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a { 
    background: #f7f7f7 url(../../../../assets/skins/sam/sprite.png) repeat-x; /* tab background */ 
    border:solid #a3a3a3; 
    border-width:0 1px; 
    color:#000; 
    text-decoration:none; 
	}
	
.yui-skin-sam .yui-navset .yui-nav a:hover, 
.yui-skin-sam .yui-navset .yui-nav a:focus { 
	    background: #d8dfea url(../../../../assets/skins/sam/sprite.png) repeat-x left -1300px; /* hover tab background */ 
	    outline:0; 
		} 
	
.yui-skin-sam .yui-navset .yui-nav .selected a, 
.yui-skin-sam .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */ 
.yui-skin-sam .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */ 
	background: #3b5998 url(../../../../assets/skins/sam/sprite.png) repeat-x left -1400px; /* selected tab background */ 
	color:#fff; 
	} 

.clr { overflow: hidden; zoom: 1; }

