body {
	margin: 0px;
	font-family: arial, sans-serif;
/*	background-color: #E5E9F3;
*/
	background-image: url(http://s3.amazonaws.com/images.captainu.com/assets/1257/paper4c.jpg);
}

.clear {
 display:inline-block;
}

.clear:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}

#header {
	background-color: #344A76;
	padding: 5px 0 5px 0;
	width: 100%;
}

#header ul {
	list-style: none;
	padding-left: 0;
	display: inline;
}

#header li {
	padding: 0 10px 0 0;
	display: inline;
	font-size: 12px;
	}

#header a {
	color: #91B0E5;
	padding: 10px 10px 7px 10px;
	text-decoration: none;
}

#header a:hover {
	color: #fff;
}

#headline {
	background-color: #3D5980;
	border-top: 1px dashed #91B0E5;
	padding: 15px 0 15px 0;
}

#contact {
	color: #91B0E5;
	float: right;
	font-size: 12px;
	margin: 4px 10px 0 0;
}

#fb {
	float: right;
}

h1 {
	color: #eee;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin: 18px 0 5px 0;
	text-align: center;
	letter-spacing: 1px;
}

h1.dark {
	color: #000;
	letter-spacing: 0px;
}

h2 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin: 20px 0;
	padding: 0;
	border-bottom: 1px dotted #ddd;
}

h3 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 20px 0;
	padding: 0;
}

h3 a {
	color: #344A76;
}
	
#content {
	padding: 20px 0 20px 0;
	width: 100%;
}

#focus {
	background-color: #fff;
	border: 1px solid #000;
	margin: 40px auto 80px auto;
	display: block;
	padding: 20px 40px;
	-moz-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
	-webkit-border-radius: 1em 1em 1em 1em;
/*	-webkit-box-shadow: 3px 3px 5px #BABABA;
	-moz-box-shadow: 3px 3px 5px #BABABA;
	box-shadow: 3px 3px 5px #BABABA;
*/	width: 600px;
}

.toc {
	background-color: #F2F2F2;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	padding: 0 25px;
	margin: 15px 0 40px 0;
}

.faq_pic {
	max-width: 550px;
	margin-bottom: 10px;
}

.question {
	border-top: 1px solid #ddd;
	color: #303030;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 20px 0 10px 0;
}

.question a {
	color: #344A76;
}

.answer {
	color: #303030;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}

.index_question {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 20px 0;
	padding: 0;
}

.index_question a {
	color: #344A76;
}

#container {
	width: 1000px;
	margin: 25px auto 45px auto;
	display: block;
}

.card {
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
	height: 295px;
	margin: 25px;
	padding: 15px;
	width: 250px;
	-moz-border-radius: .5em .5em .5em .5em;
	border-radius: .5em .5em .5em .5em;
	-webkit-border-radius: .5em .5em .5em .5em;
	-webkit-box-shadow: 2px 2px 3px #BABABA;
	-moz-box-shadow: 2px 2px 3px #BABABA;
	box-shadow: 2px 2px 3px #BABABA;
}

.card a {
	color: blue;
	margin-left: -5px;
	padding: 3px 5px 3px 5px;
}

.card a:hover {
	background-color: blue;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.subtitle {
	color: #909090;
	font-size: 14px;
	line-height: 20px;
	padding: 20px 0 10px 0;
	margin: 80px;
}

#logo {
	margin: 0 auto 40px auto;
	display: block;
	width: 70px;	
}

#copyright {
	color: #ADBADB;
	text-align: center;
	margin: 80px 0 0 0;
	font-size: 10px;
}

a.cupid-green {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -ms-box-shadow: inset 0 1px 0 0 #96ca6d;
  -o-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 7px 15px 8px 15px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  text-decoration: none;
}
  a.cupid-green:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
    -ms-box-shadow: inset 0 1px 0 0 #8dbf67;
    -o-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer; }
  a.cupid-green:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; } 