body {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

a { color: rgb(63, 75, 125); text-decoration: none; }
a:hover { color: rgb(126, 150, 250); text-decoration: underline; }

#container {
	margin-top: 6px;
	margin-left: 130px;	
	padding: 2px;
	width: 522px;
	border: 1px solid #C1CADA;
}

#top {
	width: 522px;
	background-image: url(img/landing/landing_bg.jpg); 
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 70px;
}
#top * {	
	font-size: 12px;
	color: white;
}
	#top h3 {
		font-size: 13px;
		margin: 0;
		margin-bottom: 4pt;
	}
	#top table td.left {
		padding-right: 15px;
		width: 257px;
	}
	#top table td.right {
		padding-left: 10px;
		padding-right: 25px;
		width: 217px;
	}

	#startbutton {
		background-color: #638314;
		color: white;
		font-size: 10pt;
		font-weight: bold;
		border: 0;
		cursor: pointer;
		padding: 4px;
		width: 200px;
		text-align: center;
	}
	#bottomtable {
		width: 524px;
		margin-top: 1px;
		margin-left: -1px;
		margin-right: -1px;
	}
		#bottomtable td {
			width: 50%;
			padding: 5px 10px;
			vertical-align: middle;
			border: 1px solid white;
			font-size: 12px;
			font-weight: bold;
			color: white;
		}
		#bottomtable td.blue {
			background-color: #435085;
		}
		#bottomtable td.red {
			background-color: #621A26;
		}
		#bottomtable td.cyan {
			background-color: #cde2f3;
		}
		#bottomtable tr.row1 td { }
		#bottomtable tr.row2 td { }
		#bottomtable td.cyan img {
			border: 1px solid #C1CADA;
			padding: 2px;
		}
		#bottomtable td .subtitle {
			font-size: 13px;
			font-weight: bold;
			color: rgb(67,80,133);			
		}
		#bottomtable td .subtext {
			font-size: 12px;
			font-weight: normal;
			color: rgb(102,102,102);
		}

#bottomlinks {
	width: 760px;
	font-size: 8pt;
	text-align: center;
	vertical-align: bottom;
}
