body 
{
	/* The background image (which is a transparent gif
		is needed to stop the IE Scrolling DIV display bug
		on the right hand events box.*/
	
	color:#333;
	background-color:#ffffff;	/* white */
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc 
	change almost not at all. seems 76% is as small as you can go and stay the same across browsers. */
	}
.required 
{ background-color:#eeeeee;
}
	
.titleTop img { padding-bottom: 8px; }


table tr td 
{
	font-size:12px; 
} 
.leftcol
{
	border: solid 1px #FFFFFF; 
	font-size:100%; 
	float: left;
	width: 100px; 
	padding: 2px;
	margin: 0;
}
.leftcol200px 
{
	border: solid 1px #FFFFFF; 
	font-size:100%; 
	float: left;
	width: 200px; 
	padding: 2px;
	margin: 0;
}

.leftcol300px 
{
	border: solid 1px #FFFFFF; 
	font-size:100%; 
	float: left;
	width: 300px; 
	padding: 2px;
	margin: 0;
}
.rightcol
{
	width:300px; 
	font-size:100%; 
	margin: 0 0 0 5px;
	padding: 2px;
}
.rightcol200px 
{
	width:200px; 
	font-size:100%; 
	margin: 0 0 0 5px;
	padding: 2px;
}
.doublecol 

{ 
	
	border: solid 1px #FFFFFF; 
	font-size:100%; 
	float: left;
	width: 400px; 
	padding: 2px;
	margin: 0;
}

.boxtitlelink
{
	font:#FFFFFF; 
	
	}
.tbTitleBox			
{
	font-family: verdana,arial, helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold;
	color: #000080;
	background-image: url(../images/bgt-grey.gif); 
	padding: 3px 3px 3px 3px; 
	border-left: solid 1px #C0C0C0; 
	border-right: solid 1px #C0C0C0; 
	border-top: solid 1px #C0C0C0;
	background-repeat:repeat-x;
	margin-left:175px;
	
	width:300px;
}
.tbMainBox			
{
	border-top: solid 1px #C0C0C0; 
	border-left: solid 1px #C0C0C0; 
	border-bottom: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	margin-left:175px; 
	margin-top:0px;
	padding-left:4px;
	padding-right:4px; 
	width:580px; 
}
/*typography*/
h1, h2, h3, h4, h5, h6, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin:10px 0px 15px 0px;
	padding:0px;
	font-size: 2.0em;
	font-weight: normal;
	color:#000000;
	background-color:#C65C29;
	font-family: arial, helvetica, sans-serif;
	}
h2 {
	font-size: 1.7em;
	background-color:#C65C29;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
	
h3 {
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
	}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
	}
h6 {
	font-size: 0.8em;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
	}
p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom:5px;
	}
pre {
/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, 
but i'm not going to go larger because monospace tends to 
run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
a {
	text-decoration:none;
	color:#FF0000;	/* red */
	}
a:link {
	color:#C65C29;	/* mid-brown */
	}
a:visited {
	color:#C65C29;	/* mid-brown */
	}
a:focus	  { 
	color:#faa632;	/* pale orange */
	}
a:active {
	color:navy;
	}
a:hover {
	color:#663333; 	/* dark-brown */
	text-decoration: underline;
	}

a.email {
	font-family:arial, helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.8em;
}
a.h1 { 
	font-size: 2.0em;
	font-weight: normal;
	}
a.h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	}
a.h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	}	
a.h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	}
a.boxtitlelink
{
	color:#FFFFFF; 
	text-decoration:none; 
}
a.boxtitlelink:link{color:#FFFFFF; text-decoration:none; }
a.boxtitlelink:hover{color:#FFFFFF; text-decoration:underline; } 
a.boxtitlelink:visited{color:#FFFFFF; text-decoration:none; } 
a.boxtitlelink:visited:hover{color:#FFFFFF; text-decoration:underline; } 

.errorMSG
{
	color:Red;
}  


#dlSubcats tr td 
{
 font-size:12px; 	

} 
.floatimgRight {
float:right;
margin-top:5px;
margin-left:5px;
margin-bottom:5px;
} 
img.floatimgLeft {
float:left;
margin-top:5px;
margin-right:5px;
margin-bottom:5px;
} 