* {
	padding: 0px;
	margin: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
}
body {
	background-image: url(../images/tilebg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	
}

span.asterisk { color: #ff0000; }

input, textarea, select { margin-bottom: .5em; }

h1 {
	color: #333333;
	font-weight: bold;
	font-size: 1.5em;
}

h1.paheader {
	color: #333333;
	font-weight: bold;
	font-size: 1.75em;
}

h3 {
	color: #333333;
	font-weight: bold;
	font-size: 1.2em;
}

p { margin-top: 1em; }

a:link, a.practice, a.practice:visited { color: #333333 }
a:visited { color: #222222; }
a:hover { color: #000000; }
a:active { color: #666666; }

a.practice, a.practice:visited { text-decoration: none; }
a.practice:hover, a.practice:active  { text-decoration: underline; }

a.fineprint, a.fineprint:visited { color: #CCCCCC; text-decoration: none; }
a.fineprint:hover, a.fineprint:active  { color: #ffffff; text-decoration: none; }

.floatleft { 
	float: left; 
	margin-right: 1em;
	margin-bottom: 1em;
}

.floatright { 
	float: right; 
	margin-left: 1em;
	margin-bottom: 1em;
}

div.featured {
	font-size: .75em;
	text-align: right;
}

div.contactinfo {
	font-size: .9em;
	text-align: left;
	color: #333333
}

p.featured {
	text-align: left;
}

li {
	margin-left: 1em;
	margin-top: .25em;
}

table.main {
	width: 780px;
	border-collapse: collapse;
	border: solid #333333 10px; 
}
td.header {
	background-color: #333333;
	height: 114px;
}
td.header2 {
	background-color: #ffffff;
	height: 241px;
	overflow: hidden;
}

.headerform {
	font-size: .9em;
	margin-top: .5em;
}
div.headerform {
	background-image:url(../images/bg-shortForm.gif);
	background-position: top;
	background-repeat: repeat-x;

	padding-left: 5px;
	margin: 0px;
	overflow: hidden;
}

div.flashheader {
	float: right;
	width: 572px;
	height: 241px;
	overflow: hidden;	
}

td.prefooter {
	height: 1.5em;
	background-color: #6699CC;
}
td.footer {
	padding: 0px;
	background-color: #333333;
	color: #ffffff;
}
td.left {
	vertical-align: top;
	width: 230px;
	padding: 10px;
	background-color: #F7F6F3;
	border-left: 1px solid #000000;
}

td.navcontainer {
	color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	background-color: #333333;
	color: #ffffff;
	height: 2em;
	font-weight: bold;
	text-transform: none;
	border: solid 1px #ffffff;
}

a.nav, a.nav:visited { color: #CCCCCC; text-decoration: none; }
a.nav:hover, a.nav:active  { color: #ffffff; }

div.toolbar { float: right; }

td.maincontent {
	text-align: left;
	vertical-align: top;
	width: 530px;
	padding: 10px;
	background-color: #eaeaea;
}

table.practice {
	background-color: #eaeaea;
	border: solid #333333 1px;
}
td.practice {
	padding: 10px;
}

p.fineprint {
	font-size: .75em;
}

div.copyright {
	text-align: center;
	font-size: .75em;
	margin-top: 1em;
}

hr {
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
}