body	{
	background-color: #fff;
	margin: 20px;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	color: #000;
	width: 630px;
	}

body, p, td	{
	font-size: 11px;
	}
	
form	{
	margin: 0;
	}

table	{
	margin: 0;
	padding: 0;
	border: 0;
}

p	{
	margin: 0 0 1.5em 0;
	line-height: 16px;
}

p.padBottom	{
	margin-bottom: 3em !important;
}

p.list strong	{
	color: #000;
	}
	
p.padTop	{
	padding-top: 1em;
	}
	
.padLeft	{
	padding-left: .7em;
	}
	
.padRight	{
	padding-right: 1.5em;
	}
	
span.padLeft	{
	margin-left: .7em;
	}
	
p.topBorder	{
	}

a:link, a:visited	{
	color: #000;
	text-decoration:none;
	}

a:active	{
	color:#000;
	}

a:hover	{
	color:#000;
	text-decoration:none;
	}

a.button	{
	:none !important;
	}

a img	{
	border: 0;
	vertical-align:middle;
	}
	
p a img	{
	margin-right: 5px;
	}




h1	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 18px;
	margin: 0 0 .7em 0;
	white-space:nowrap;
	}
	
h2	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	margin: 1.5em 0 .5em 0;
	border-bottom: solid 1px #000;
	}
	
h2.topBorder	{

	}
	
h3	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	margin: 1.5em 0 .3em 0;
	}
	
.headingColor	{
	color: #000;
	}
	
ul	{
	margin: 1.5em 0 1.5em 0;
	padding: 0;
	}
	
ul li	{
	margin-left: 26px;
	padding-bottom: .5em;
	}
	

ul li ul	{
	margin: 1.5em 0 0 0;
	padding: 0;
	}
	
ul li ul li	{
	list-style-type:circle;
	padding-bottom: .5em;
	}
	
ol	{
	margin: 1em 0 1em 0;
	padding: 0;
	}
	
ol li	{
	margin-left: 26px;
	padding-bottom: 1.5em;
	}
	
ol li ol	{
	margin: .7em 0 0 0;
	padding-bottom: 0;
	list-style-type:lower-alpha;
	}
	
ol li ol li	{
	list-style-type:lower-alpha;
	margin-left: 32px;
	padding-bottom: .5em;
	}
	
div.indent	{
	margin-left: 1.8em;
	}
	
hr	{
 	color: #ccc;
	height: 1px;
	}
	
.noPrint	{
	display:none;
	}
	


/* CONTAINER STUFF */
#header {
	display: none;
	}
	
#headerPrint {
	border-bottom: solid 1px #000;
	margin-bottom: 1.5em;
	padding-bottom: .5em;
	font-weight:bold;
	}
	
#titleImage {
	display: none;
	}

#leftBG {
	display: none;
	}

#leftBGCorner {
	display: none;
	}

#rightBG {
	display: none;
	}

#rightBGCorner {
	display: none;
	}

#topBG {
	}

#bottomBG {
	display: none;
	}


#logo	{
	display:none;}



/*  ###### CONTAINERS THAT HOLD CONTENT #########   */
#container {
	border-top: 0;
	background-color: #fff !important;
	}

/*  important - gives fixed width   */
#menuContent	{
	background-color: #fff;
	}	

/*  place on div's in main body   */
.content	{
	padding: 15px;
	margin-bottom: 10px;
	}	
	
.contentNoPad	{
	padding: 0;
	margin-bottom: 0;
	}
	
/* ##### 3-column layout ###### */
/* General component container  */
table.threeCol	{
	border-collapse:collapse;
	border-spacing:0;
	}
	
table.threeCol td 	{
	padding-bottom: 10px;
	}
	
table.threeCol h2	{
	margin: 0 5px .5em 15px;
	}
	
table.threeCol td.last h2	{
	margin: 0 15px .5em 15px;
	}
	
table.threeCol td p	{
	margin: 0 5px 1em 15px;
	}
	
table.threeCol td.last p	{
	margin: 0 15px 1em 15px !important;
	}
	
table.threeCol img	{
	margin: 0 0 1em 0;
	}
	
/* inset div in main body  */
div.inset	{
	 border: solid 2px #ccc; 
	 padding: 10px; 
	 margin: 20px; 
	 line-height: 18px;
	 text-align:center;
	 }
	 
div.inset h2	{
	margin: 0 0 .5em 0;
	font-size: 14px;
	}
	
div.inset p	{
	font-size: 14px;
	line-height: 28px;
	margin: 0;
	text-align:left;
	}

div.inset p.minHeight	{
	line-height: 20px;
	}
	
div.inset img	{
	margin: 0 0 1em 0;
	clear:right;
	}
	
div.inset ul	{
	margin: .7em 0 0 0;
	padding: 0;
	text-align:left;
	}
	
div.inset ul li	{
	font-size: 13px;
	margin-left: 16px;
	padding-bottom: .7em;
	}
	
div.inset ol	{
	margin: .7em 0 0 0;
	padding: 0;
	text-align:left;
	}
	
div.inset ol li	{
	font-size: 13px;
	margin-left: 22px;
	padding-bottom: .7em;
	}
	
/* ########## ONLINE TEST ############  */
table.test		{
	margin: 1.5em 0 10px 0;
	border-bottom: solid 1px #B1C3DC;
	}
	
table.test	td	{
	padding: 0 0 2.5em 22px;
	text-indent: -22px;
	vertical-align:top;
	}

table.test	td.first	{
	padding-right: 3em;
	}
	
table.testResults	 {
	border-top: solid 1px #B1C3DC;
	}

table.testResults	td {
	border-bottom: solid 1px #B1C3DC;
	padding: .7em .7em .7em .3em;
	}
	
.test	p	{
	margin-bottom: .3em;
	}
	
	
.correctAns	{
	font-weight: normal;
	color:#345563;
	}
	 


/*  right column module backgrounds   */
#rightContentTD	{
	display: none;
	}

/*  right column module backgrounds   */
#rightContent	{
	display: none;
	}

/*  FORM ELEMENTS   */
.input,
select,
textarea	{
	border: solid 1px #999;
	border-width: 0 0 1px 0;
	font-size:16px;
	}
	
table.formTable td {
	padding-top: .7em;
	padding-bottom: .7em;
	}

table.formTable td.spacerCell {
	padding: 0;
	font-size: 10px;
	}
	
table.formTable td.padLeft	{
	padding-left: 10px;
	}
	
table.formTable td.padRight	{
	padding-left: .5em;
	}
	
	
.formLabel,
.formLabelAbove	{
	color:#000;
	font-weight: bold;
	white-space:nowrap;
	text-transform:capitalize;	
	}
	
.formLabel	{
	padding-right: .7em;
	text-align: right;
	}
	
.formLabelAbove	{
	padding-bottom: .5em;
	text-align: left;
	}
	
td.topLabel {
	vertical-align: top;
	padding-top: 1em !important;
	}

.optional	{
	color: #000;
	font-weight:normal;
	}
	
td.alert {
    color: #C00;
	}
	
INPUT.checkbox,
img.checkbox	{
	margin: 2px 3px 2px 0;
	vertical-align: middle;
	}
	
INPUT.padLeft	{
	margin-left: 10px !important;
	}
	
INPUT.readOnly	{
	background-color:transparent;
	border: 0;
	}
	
table.formTable td table td {
	padding-top: .15em;
	padding-bottom: .15em;
	}
	
table.formTable td table td.formLabel {
	font-weight: normal;
	}
	
div.submitButtons	{
	text-align:right;
	margin: 0; 
	padding: 0 0 0 0; 
	}
	
.popup div.submitButtons	{
	text-align:center;
	margin: 10px; 
	padding: 10px 0 0 0; 
	border-top: solid 1px #B1C3DC;
	}


/*  Data Tables   */
.dataTable td	{
	padding: .4em 2em .4em .1em;
	border-bottom: dotted 1px #ccc;
	}
	
.dataTable td.noPad	{
	padding: .4em .1em .4em .1em;
	}

.rowOdd	{
	background-color:#fff;
	}


/*  FOOTER   */
#footer	{	
	border-top: solid 1px #ccc;
	padding-top: 1em;
	clear:left;
	text-align:left;
	color: #000;
}


#footer a	{
	white-space: nowrap;
	color: #000;
	text-decoration: none;
}

#footer a:hover	{
	color: #000;
}

/* Reg Page Title */
.regPageHeader	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 7px;
	border: solid 2px #000;
	margin-bottom: 1em; 
	font-weight:bold;
	text-align:center;
	}
	
/* OTHER */
div.upFontSize h3,
div.upFontSize p,
div.upFontSize li,
div.upFontSize td,
div.upFontSize submit,
div a.upFontSize,
a.upFontSize,
p.upFontSize	{
	font-size: 14px !important;
	}
	
div.upFontSize .small	{
	font-size: 12px !important;
	}
	
div.upFontSize h2,
div.upFontSize div.inset p,
div.upFontSize div.inset li,
div.upFontSize div.inset	{
	font-size: 17px !important;
	}