/* column styles */

.leftcol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	position: fixed;
	height: 1000px;
	width: 290px;
	left: 0px;
	top: 0px;
	background-color: #91AEDA;
	z-index: 100;
}
.main {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.25em;
	color: #000000;
	position: absolute;
	margin-left: 0;
	margin-top: 0;
	height: 800px;
	width: 482px;
	left: 414px;
	top: 60px;
}

.main_cover {
	background-image:url(cover.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	margin-left: 0;
	margin-top: 0;
	height: 600px;
	width: 650px;
	left: 290px;
	top: 560px;
	z-index:25;
}

.cover_quote {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	color: #000000;
	position: absolute;
	margin-left: 0;
	margin-top: 0;
	height: 800px;
	width: 650px;
	left: 370px;
	top: 85px;
	z-index:50;
}

.covertitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #91AEDA;
	font-size: 2.5em;
	position: absolute;
	top: 25px;
	left: 330px;
	width: 600px;
	height: 50px;
	z-index: 100;
}


.otherformatrequest {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 top: 325px;
	 left: 600px;
	 z-index: 200;
}

/* header bubble styles */

.register_bg {
	position: absolute;
	width: 700px;
	height: 46px;
	left: 370px;
	top: 39px;
	background-image:url(register_bg.png);
	background-repeat: no-repeat;
}

.register_fedbg {
	position: absolute;
	width: 700px;
	height: 46px;
	left: 370px;
	top: 39px;
	background-image:url(register_fed.png);
	background-repeat: no-repeat;
}

.vbm_bg {
	position: absolute;
	width: 700px;
	height: 46px;
	left: 370px;
	top: 39px;
	background-image:url(vbm_bg.png);
	background-repeat: no-repeat;
}

.instruct_bg {
	position: absolute;
	width: 700px;
	height: 46px;
	left: 370px;
	top: 39px;
	background-image:url(instruct_bg.png);
	background-repeat: no-repeat;
}

.check_bg {
	position: absolute;
	width: 700px;
	height: 46px;
	left: 370px;
	top: 39px;
	background-image:url(check_bg.png);
	background-repeat: no-repeat;
}

.return_bg {
	position: absolute;
	width: 700px;
	height: 46px;
	left: 370px;
	top: 39px;
	background-image:url(return_bg.png);
	background-repeat: no-repeat;
}

.faq_bg {
	position: absolute;
	width: 700px;
	height: 46px;
	left: 370px;
	top: 39px;
	background-image:url(faq_bg.png);
	background-repeat: no-repeat;
}

.contact_bg {
	position: absolute;
	width: 700px;
	height: 46px;
	left: 370px;
	top: 39px;
	background-image:url(contact_bg.png);
	background-repeat: no-repeat;
}


/* hidden column styles */

.link_to_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	z-index: 5;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	left: 100px;
	top: 0px;
	display: none;
	z-index: 5;
}



/* link styles */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #bd2e13;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #bd2e13;
	text-decoration: underline;
}

.leftcol a {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 15px 0px 15px 30px;
	border-bottom: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
}
	
.leftcol a:hover {
	color: #ffffff;
	background-color: #bd2e13;
	text-decoration: none;
}

a.link_to_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}



/* bullet styles */

ul.arrow {
	list-style-type: none;
	text-indent: 0;
	padding-left: 0;
	margin-left: 0;
}

li.arrow {
	padding-left: 16px;
	background: url(arrow.png);
	background-repeat: no-repeat;
	background-position: 0em .4em;
}

ul.reminder {
	list-style-type: none;
	text-indent: 0;
	padding-left: 0;
	margin-left: 0;
}

li.reminder {
	padding-left: 16px;
	background: url(reminder.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

ul.accessible {
	list-style-type: none;
	text-indent: 0;
	padding-left: 0;
	margin-left: 0;
}

li.accessible {
	padding-left: 16px;
	background: url(handicap.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

ul.asterisk {
	list-style-type: none;
	text-indent: 0;
	padding-left: 0;
	margin-left: 0;
}

li.asterisk {
	padding-left: 16px;
	background: url(asterisk.png);
	background-repeat: no-repeat;
	background-position: -.3em 0;
}

ul.one {
	list-style-type: none;
	text-indent: 0;
	padding-left: 0;
	margin-left: 0;
}

li.one {
	padding-left: 16px;
	background: url(one.png);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
}

ul.two {
	list-style-type: none;
	text-indent: 0;
	padding-left: 0;
	margin-left: 0;
}

li.two {
	padding-left: 16px;
	background: url(two.png);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
}

ul.three {
	list-style-type: none;
	text-indent: 0;
	padding-left: 0;
	margin-left: 0;
}

li.three {
	padding-left: 16px;
	background: url(three.png);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
}

ul.four{
	list-style-type: none;
	text-indent: 0;
	padding-left: 0;
	margin-left: 0;
}

li.four {
	padding-left: 16px;
	background: url(four.png);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
}

ul.five{
	list-style-type: none;
	text-indent: 0;
	padding-left: 0;
	margin-left: 0;
}

li.five {
	padding-left: 16px;
	background: url(five.png);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
}

/* text styles */
.big_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #91AEDA;
	font-size: 2.5em;
}

.bold_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
 }
 

blockquote, blockquote p {
        text-indent: -0.5em;
        }

b {
	font-weight: bold;
	color: #000000;
}

i {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-style: italic;
}

.red {
	color: #bd2e13;
}

.blue_headings {
	font-weight: bold;
	color: #91AEDA;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #91AEDA;
}

.white_rule {
	border-top-width: 5px;
	border-top-color: #ffffff;
	border-top-style: solid;
}

.blue_bold {
	color: #003366;
}

.lightblue_bold {
	color: #91AEDA;
	font-weight: bold;
}
