@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

body {
margin: 0px;
background: #F0F0F0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 10px 0px 10px 0px;
}

a {
font-weight: bold;
color: #b1749c;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #b1749c;
padding-bottom: 20px;
}

h2 {
font-size: 15px;
color: #000000;
padding: 10px 0px 8px 0px;
}

#container {
width: 750px;
background: #FFFFFF;
margin-left: auto;
margin-right: auto;
}

#header {
background: url(../images/header.jpg);
width: 750px;
height: 252px;
}

#logos {
background: url(../images/logos.gif);
width: 228px;
height: 218px;
float: left;
}

#main {
background: url(../images/vertBg.gif) repeat-y top left;
float: left;
width: 504px;
}

#content {
/*margin: 25px; */
padding: 15px 30px 30px 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#footer {
background: url(../images/footer.gif);
width: 504px;
height: 36px;
clear: both;
}

.spacer {
clear: both;
}

.enclosure {
background: #f3f7fa;
border: 1px solid #b1749c;
padding: 20px;
margin-left: auto;
margin-right: auto;
}

.formRow {
padding-bottom: 20px;
}

.formCell {
float: left;
margin-right: 10px;
}

.formCell input {
float: left;
padding-left: 0px;
margin-left: 0px;
}

.w75 {
width: 75px;
}

.w100 {
width: 100px;
}

.w150 {
width: 150px;
}

.w200 {
width: 200px;
clear: both;
}

.w300 {
width: 300px;
}

/* FOR PRESENTATION LANDING PAGE */

.btnPresentation {
width: 424px;
height: 70px;
}

.btnPresentation a {
font-weight: bold;
color: #6a1a4f;
text-decoration: none;
}
 
.Incomplete {
background: url(../images/btnPresentationOff.gif) no-repeat top left;
display: block;
}

.Complete {
background: url(../images/btnPresentationCompleteOff.gif) no-repeat top left;
display: block;
}

.btnPresentation td {
vertical-align: middle;
}

.highlight {
font-weight: bold;
color: #6a1a4f;
}