body {
	/* margin:  0px; */
	/* padding: 0px; */
	padding: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #00b0f0;
}

a, a:visited, a:active {
    color: #000069;
    text-decoration: none;
	font-weight: bold;
}
a:hover {
    text-decoration: none;
}

.col {
	padding: 1em 0;
	text-align: center;
	margin: 0% 0 0% 1.6%;  /* Overrides col.css */
}

.container {
	max-width: 1050px;
	margin: auto;
	border: 10px solid #ffffff;
	border-radius: 8px;
}

.logo {
	background-color: #ffffff;
}

.title {
	background-color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
}

hr.title {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	height: 20px;
	width: 70%;
	background-color: #00b0f0;
}

hr.title_bottom {
	margin-top: 20px;
	margin-bottom: 0px;
}

.content {
	background-color: #ffffff;
	text-align: left;
	line-height: 1.3em;
}

.paddedcontent {
	padding-left:  50px;
	padding-right: 50px;
}

.waitlistdatebox {
	border: 2px solid #000000;
	text-align: center;
	font-size: 1.2em; 
	font-weight: bold;
	color: #00b0f0;
	padding: 7px;
	margin: 15px;
}

.lotterybox {
	text-align: center;
	font-size: 1.1em; 
	font-weight: bold;
	color: #000000;
	padding: 7px;
	margin: 15px;
}

.incomelimits {
	text-align: center;
}

.incomelimitstitle {
	text-align: center;
	font-weight: bold;
}

.incomelimitstable table, th, td {
	border-collapse: collapse;
	border: 1px solid #000000;
	padding: 10px;
	font-size: 0.9em;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.ilt_rowtitle {
	font-weight: bold;
	text-align: left;
}

.howtoapplytitle {
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
}

.specialneeds {
	font-size: 0.9em;
	margin-top: 20px;
	text-align: center;
}

.applink {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

.applinkbutton {
    background-color: #00b0f0;
    border: none;
	border-radius: 8px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.1em;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 30px;
}

.applinkbutton:hover {
    background-color: #3380cc;
}

a.applinkbuttonlink:link, a.applinkbuttonlink:visited, a.applinkbuttonlink:active {
	color: #ffffff;
}

.footer {
	font-size: 0.9em;
	background-color: #ffffff;
	color: #cccccc;
}

.footer a:link    { color: #cccccc; }
.footer a:visited { color: #cccccc; }
.footer a:hover   { color: #cccccc; }
.footer a:active  { color: #cccccc; }

.clear {
	clear: both;
}

.truncate {
	white-space: nowrap;
    width: 16em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hide {
	display: none;
}

.unhide {
	display: block;
}

.bold {
	font-weight: bold;
}

.align_l {
	text-align: left;
}

.align_r {
	text-align: right;
}

.center {
	text-align: center;
}


@media only screen and (max-width: 480px) {
	body {
		padding: 0.5em;
	}
	.col {
		margin: 0% 0 0% 0%;  /* Overrides col.css */
	}	
}	