﻿html {
    overflow-y: scroll;
}
body {
    padding: 10px;
    background-color: #000000;
}
        
#container {
    overflow: hidden;
    background-color: white;
    width: 1000px;
    margin: 0 auto;
}

#container-inner {
    overflow:hidden;
    background-color: white;
    width:972px;
    margin-left: 14px;
    margin-right: 14px;
    display:block;
}    

* html #container {
    height: 1%;
}

.tl, .tr, .bl, .br {
    background-image: url(circle.gif);
    width: 14px;
    height: 14px;
    font-size: 0px;
}

.tl {
    background-position: 0px 0px;
    float:left;
}

.tr {
    background-position: 14px 0px;
    float: right;
}

.bl {
    background-position: 0px 14px;
    float: left;
}

.br {
    background-position: 14px 14px;
    float: right;
}

#print {
	float:right;
	border: 0px;
	outline: none;
}

#deadline-extended {
    float:right;
}

#big-x {
    position: absolute;
    left: 625px;
    top: 60px;
}

.enrollButton {
    background: url('../images/enroll-full.png') no-repeat top left;
    display:block;
    width: 700px;
    height: 50px;
	margin-left: 130px;
}

.enrollButton:link {
    background-position: 0px 0px;
    outline: none;
}

.enrollButton:hover {
    background-position: 0px -50px;
    outline: none;
}

.enrollButton:active {
    background-position: 0px -105px;
    outline: none;
}

p, h1, h2, h3, li {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    font-family: Times New Roman;
    font-size: 12pt;
}

ul, ol {
    margin-bottom: 0px;
    margin-top: 0px;
}

h1, h2, h3 {
    text-align:center;
}

h1 {
    font-size: 20pt;
}

h2 {
    font-size: 16pt;
}
    
h3 {
    font-size: 14pt;
}

.divider {
    margin: 0px 20px 12px 20px;
    width: 100%;
    display:block;
    height: 1px;
    font-size: 1pt;
    background-color: black;

}

.bold {
    font-weight:bold;
}

.underline {
    color: #009700 ;
}

.italic {
    font-style:italic;
}

.highlight {
    background-color: #FFFF00;
}

.red {
    color: #FF0000;
}

#decisions h3 {
    text-align:left;
}

.header1 {
    font-family: Courier New;
    font-weight: bold;
    color: #009700;
}

.header2 {
    font-size: 14pt;
    font-weight: normal;
}

.header3 {
    text-align:left;
    font-family: Trebuchet MS;
}

.header4, .header5, .header6, .header7, .header8 {
    text-align:center;
    font-weight:bold;
}

.header4 {
    font-family: cursive;
    font-size: 14pt;
}

.header5 {
    font-family: Courier New;
    font-size: 30pt;
    line-height: 1;
}

.header6 {
    font-family: Verdana;
    color: #009700;
    font-size: 14pt;
}

.header7 {
    font-family: Lucida Sans;
    color: #009700;
    font-size: 14pt;
}

.header8 {
    font-size: 12pt;
    font-family: Courier New;
    font-weight:normal;
}

.header9 {
    font-weight:bold;
    color: #509850;
}

.header10 {
    font-size: 14pt;
    font-weight:bold;
}

.header11 {
    color: #509850;
}

.font1 li {
    font-family: Arial;
    font-weight: bold;
    font-size: 12pt;
}

.font2 {
    font-family: Arial;
}

.font3 {
    text-align:left;
    font-family: Tahoma;
    font-size: 16pt;
}

.font4 {
    font-family: Arial;
    font-size: 15pt;
}

.font5 {
    font-weight: bold;
    font-family: Tahoma;
}

.font6 {
    font-family: Tahoma;
    letter-spacing: -0.04cm;
    font-size: 18pt;
}

.font7 {
    font-family: Times New Roman;
    font-size: 18pt;
}

.font8 {
    font-family: Georgia;
    font-size: 14pt;
    font-weight:bold;
}

.font9 {
    font-family: Trebuchet MS;
}

.font10 {
    font-family: Arial;
    font-style: Oblique;
    font-size: 20pt;
}

.font11 {
    font-size: 13pt;
    font-family: Tahoma;
    font-weight:bold;
}

.font12 {
    font-family: Arial;
}

.font13 {
    font-family: Arial;
}
.font14 {
    font-family: Arial;
    font-size: 10pt;
}

.font15 {
    font-family: Georgia;
    font-size: 20pt;
}

@media print {
	body {
		background-color: #FFFFFF;
	}
	#print {
		display: none;
	}
}