body
{
	margin: 0;
	padding: 0;
	background-color: #0b225e;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
}

#container
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
}

#container h1.finalize {
	text-align:center;
	color:#CC0000 !important;
}

#header
{
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: no-repeat bottom left url('/images/background-top.gif');
	height: 153px;
}
#header img
{
	border: none;
}
#headerLogo, #headerText
{
	float: left;
}
#headerText
{
	margin-top: 25px;
}

#navigation
{
	margin-top: 101px;
	margin-right: 20px;
}

#navigation li
{
	float: right;
	display: block;
	width: 100px;
	height: 40px;
	margin: 2px;
	text-align: center;
	background: no-repeat top left url('/images/tab.gif');
}
#navigation a
{
	display: block;
	position: relative;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	margin-top: 14px;
}
#navigation .double
{
	margin-top: 2px;
}
#navigation a:link, #navigation a:visited
{
	text-decoration: none;
}
#navigation a:hover, #navigation a:active
{
	text-decoration: underline;
}
#home #navigation, #waiver #navigation, #check-list #navigation
{
	display: none;
}

#content
{
	position: relative;
	float: left;
	width: 750px;
	margin: 0;
	padding: 10px 25px 10px 25px;
	background: repeat-y top left url('/images/background-middle.gif');
}
#content h2
{
	padding: 0;
	margin: 0;
}

#footer
{
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	background: no-repeat top left url('/images/background-bottom.gif');
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
#footer a
{
	color: #fff;
}

/* homepage specific stuff */
#news
{
	clear: left;
	float: left;
	width: 482px;
	margin; 0;
	padding; 0;
	background-color: #DCECFC;
}
#news h2
{	
	background: no-repeat top left url('/images/news_bg_top.gif');
	padding: 10px 15px 5px 15px;
}
#news p
{
	padding: 0 15px 5px 15px;
}
#moreNews
{
	background: no-repeat bottom left url('/images/news_bg_bottom.gif');
	margin: 0;
	padding: 5px 15px 10px 15px;
}

#homePics
{
	width: 482px;
	padding: 10px 0 10px 0;
	background-color:#ffc;
	margin-bottom: 15px;
}
#homePics img
{
	margin-left: 25px;
}

#homeLinks
{
	float: right;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
}
#homeLinks ul, #homeLinks ul li
{
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0 0 0 15px;
}
#homeLinks ul li
{
	background: no-repeat top left url('/images/button_small.gif');
	width: 206px;
	height: 58px;
	margin: 0;
	padding: 15px 0 0 0;
}
#homeLinks a
{
	color: #fff;
}
#homeLinks a:link, #homeLinks a:visited
{
	text-decoration: none;
}
#homeLinks a:hover, #homeLinks a:active
{
	text-decoration: underline;
}

#applicationButton
{
	height: 100px;
	background: no-repeat top left url('/images/button_big.gif');
}

/* form stuff */
form
{
	width: 740px;
	margin: 0;
	padding: 0;
	position: relative;
}
.formBlock
{
	background: no-repeat top left url('/images/form_bg_top.gif');
	clear: both;
	background-color: #ffc;
	margin: 0 0 15px 0;
	padding: 10px 0 10px 0;
	width: 100%;
	float: left;
}
form p
{
	float: left;
	clear: both;
	display: block;
	width: 100%;
}
.formBlock h2
{
	width: 100%;
	text-indent: 10px;
}
.formBlock h3
{
	clear: both;
	float: left;
	width: 100%;
}
.formContent
{
	margin: 0;
	padding: 10px;
}

label
{
	display: block;
	width: 150px;
	text-align: right;
	position: relative;
	clear: both;
	float: left;
	margin-top: 9px;
}
.subLabel
{
	margin-left: 60px;
}
.subInput
{
	width: 240px;
}
input, select
{
	position: relative;
	width: 400px;
	display: block;
	float: left;
	margin: 8px 0 0 4px;
}
.shortSelect
{
	width: auto;
}
.formQuestionContainer
{
	clear: both;
}
.radioContainer, .column-container
{
	clear: both;
}
.radioContainer.triple-column
{
	width:200px;
	float: left;
	clear: none;
}
.radioContainer.triple-column .radioLabel
{
	display: block;
	width: 100px;
	clear: none;
} 
.radio
{
	width: auto;
	margin-left: 50px;
	clear: both;
}
.radioLabel
{
	display: block;
	width: 350px;
	clear: none;
	margin: 6px 0 0 4px;
}
* html .radioLabel
{
	margin-top: 12px;
}
*:first-child+html .radioLabel
{
	margin-top: 12px;
}

.radioLabel label
{
	display: inline;
	width: auto;
	text-align: left;
	position: relative;
	float: none;
	margin: 0;
}

.style3 {
	font-size:14px;
}

button
{
	clear: both;
	display: block;
	margin: auto;
	width: 500px;
}


/* Print Form Functions */

#printForm input, #printCheck input {
	width:100% !important;
	text-align:center !important;
}


/* Error message */
#errorMessage
{
	width: 720px;
	border: 1px solid #900;
	color: #900;
	margin: 0 5px 10px 5px;
	padding: 10px;
}
/* Update message */
#updateMessage
{
	width: 720px;
	border: 1px solid #090;
	color: #090;
	margin: 0 5px 10px 5px;
	padding: 10px;
}

ul.abbCollegeList
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.collegeList
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.collegeList h4
{
	margin: 0;
}
ul.collegeList li
{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	padding: 10px;
}
ul.collegeList
{
	border-bottom: 1px solid #000;
}


				/* ----- BELOW STLYES FOR WAIVER PAGES ----- */
a {
	color:#003399;
	text-decoration:underline;
}

.clear {
	clear:both;
}

hr {
	width:90%;
	border:1px dotted #FFFFFF;
	text-align:center;
	margin:10px 0;
}

form#print {
	width:100%;
	text-align:right;
	display:block;
}

form#print input {
	width:auto !important;
	float:none !important;
	font-size:14px;
	position: static !important;
	display: inline !important;
	margin:auto !important;
}

.container {
	text-align:left;
	background:#FFFFFF;
	page-break-after:auto;
}

.container img {
	display:none;
}

#break {
	page-break-after:always !important;
}

.container p {
	margin:0;
	width:100%;
	border:1px solid #666666;
	padding:5px;
	font-size:12px;
}

.container p.lastP {
	text-align:right;
	border:none !important;
	font-size:10px;
	margin:-5px 0 0 0;
	padding:0;
}

.container span.officialName {
	padding-left:50px;
	font-weight:bold;
}

.container h2 {
	text-align:center;
	font-size:16px;
	color:#CC0000;
	margin:50px 0 0 0;
}

.container h2:first-line, .container h2 span {
	color:#000000 !important;
}

.container hr {
	width:85%;
	border:5px ridge #000000;
}

.container h3 {
	font-size:16px;
	margin:auto auto 0 0;
	font-weight:bold;
	text-transform:uppercase;
}

.container h4 {
	margin-left:35%;
}

.container ul {
	list-style-image:url(images/checkbox.jpg);
	margin:0 50px;
	padding:5px;
}

.container ul li {
	font-size:14px;
	margin-left:5px;
	padding:0 0 20px 10px;
}

.container li.firstLI {
	list-style-type:none !important;
	list-style-image:none !important;
	text-align:center;
}

.container h4:first-line {
	text-decoration:underline;
	text-transform:uppercase;
}

.release {
	margin:0;
	width:98%;
	border:1px solid #666666;
	padding:1%;
}

.release p {
	border:0;
	font-size:12px;
}
