.row {
	width: 1024px;
}

table {
	background: none;
	border: 0px;
	border-collapse: collapse;
	margin-bottom: 0;
}

table tr {
	background: none !important;
}

table td {
	background: none;
}

ul, ol, li {
	list-style-position: inside;
}

h1 {
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: 800;
	font-size: 22px;
	color: #233b7b;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 1px;
}
h2 {
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: 800;
	font-size: 18px;
	color: #233b7b;
	border-bottom: 1px solid #233b7b;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 1px;
}
h3, h4, h5, h6 {
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: 800;
	font-size: 18px;
	color: #233b7b;	
}


/* Content */

#content {
	padding: 20px 40px 20px 40px;
	background: #fff;
	margin: 10px auto 0px auto;
	text-align: left;
	border: 1px solid #dbdbdb;
	box-shadow: 0 1px 3px #dddddd;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#content a {
	color: #a41d21;
}
#content a:hover {
	color: #b64a4d;
	text-decoration: underline;
}

header a:hover {
	text-decoration: none;
}

input[type="button"], input[type="submit"], input[type="reset"], .button {
	color: #fff;
	background: #233b7b;
	box-shadow: 0 3px 0 #1c2f62;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	text-align: center;
	transition: background-color .15s ease-in-out;
	border: none;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, .button:hover {
	background: #4f6295;
	box-shadow: 0 3px 0 #213875;
	cursor: pointer;
}

#content a.landingLinks {
	display: block;
	background: #a41d21;
	margin: 20px 0;
	padding: 30px 25px;
	box-shadow: 5px 5px 3px #ccc;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	font-family: "MyriadPro", sans-serif;
	letter-spacing: 1px;
	vertical-align: middle;
	line-height: 1.5em;
}
#content a.landingLinks:hover {
	background: #b64a4d;
	color: #ffffff;
	text-decoration: none;
}
.row.landingSection {
	margin-bottom: 20px;
}
.no-padding {
	padding:0px;
}