body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FfffFF;
	color:#3366aa;
	 
}

#apptform {
	display:inline;
	margin:0px;
	padding:0px;
}

.menu {

}

#leftCol {
	background-color:#a6daff;
	}
	
.logoHeader {

}
ul {
	margin-left:2em;
	}
li {
	display:list-item;
	text-align:left;
	padding-bottom:2px;
	padding-left:1em;
	}

.leftCol {
  width:265px;
	float:left;
	background-color:#33CCFF;
}

.rightCol {
  display:inline;
	float:right;
	width:500px;
	padding:0PX;
	background-color:#DFF4FF;
}

.footer {
  clear:both;
  bottom:0;
  width:766px;
	height:43px;
	background-image:url(images/footerBG.jpg);
	background-repeat:repeat-x;
	font-size:10px;
}

.footerText {
	font-size:11px;
	font-weight:200;
	text-align:center;}
a:link {
	text-decoration: none;
	color:#006699;
}
a:visited {
	text-decoration: none;
	color:#006699;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.headline {
  font-size:16px;
	font-weight:bold;
	font-style:italic;
}

.bodyCopy {
  text-align:left;
	text-indent:3em;
	padding-top:3px;
	padding-bottom:5px;
	}
.subhead {
  color:#ffffff;
	text-align:left;
	font-weight:bold;
	font-size:17px;
	background-color:#4e83b5;
	height:45px;}

.q {
	font-size:12px;
	line-height:18px;
	font-weight:800;}

.a {
	margin-left:3em;
	font-size:10px;
	}
	
.formLabels {
  text-align:left;
	width:50px;
	display:inline;
	}