body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/gradientbackground.png);
	background-color: #FFFFFF;
	background-repeat:repeat-x;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}

p{
	color:#606060;
	margin-bottom: 1.5em;
	margin-top: 0em;
	line-height: 1.5em;
}

p a:link {		color: #ff6600;	}     /* unvisited link */
p a:visited {	color: #606060;	}  /* visited link */
p a:hover {		color: #003366;	}   /* mouse over link */
p a:active {	color: #003366;	}   /* selected link */ 

a:link {		color: #ff6600;	}     /* unvisited link */
a:visited {	color: #606060;	}  /* visited link */
a:hover {		color: #003366;	}   /* mouse over link */
a:active {	color: #003366;	}   /* selected link */ 

strong{
	color: #333333;
}

ul{	
	padding: 0; 
}

li
{
	color:#606060;
	list-style-type:square;
	list-style-position: 0 -2px;
	line-height: 1.5em;
	font-size: 10pt;
	margin-bottom: 0.8em;
	margin-top: 0px;
	font-weight: normal;
	margin-left:1.25em;
	
}
h1{
	font-weight: bolder;
	color: #ff6600;
	font-size: 14pt;
	margin-top: 0.7em;
	margin-bottom: .4em;
	padding: 0px;
	}

h2{
	font-weight: bold;
	font-size: 110%;
	margin-bottom: .2em;
	}
h3{
	font-weight: bold;
	color: #ff6600;
	font-style:italic;
	font-size: 100%;
	margin: 0px;
	}	


.tbl {
	vertical-align:middle;

}

.tbl p{
	padding:0;
	padding-bottom:0.1em;
	padding-left: 0.1em;
	padding-right:0.1em;
	margin:0;
}

.tbl-hdr td{ 
	background-color:#ff6600; 
}

.tbl-hdr p{
	font-weight:bold;
	font-size:larger;
	color:#fff;
}

.tbl-left {
background-color: #eeeeee;
}

.tbl-left p{
color:000;
font-weight:bold;
padding-left:0.5em;
}


a.nav:link {		color: #777777;	text-decoration: none;}     /* unvisited link */
a.nav:visited {		color: #777777;	text-decoration: none;}  /* visited link */
a.nav:hover {		color: #003366;	text-decoration: none;}   /* mouse over link */
a.nav:active {		color: #003366;	text-decoration: none;}   /* selected link */ 

a.active:link {		color: #ff6600;	text-decoration: none; }     /* unvisited link */
a.active:visited {	color: #ff6600;	text-decoration: none; }  /* visited link */
a.active:hover {	color: #003366;	text-decoration: none; }   /* mouse over link */
a.active:active {	color: #003366;	text-decoration: none; }   /* selected link */ 



/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.styleEmphasis {color: #ff6600}
a.styleEmphasis:link { 	color: #ff6600;	text-decoration: none; }   
a.styleEmphasis:visited {	color: #ff6600;	text-decoration: none; }  
a.styleEmphasis:hover {	color: #003366;	text-decoration: none; }  
a.styleEmphasis:active {	color: #003366;	text-decoration: none; }  


.contact   { 		color: #ff6600; font-weight: bolder; font-size: 12pt;}
a.contact:link { 	color: #ff6600;	text-decoration: none; }   
a.contact:visited {	color: #ff6600;	text-decoration: none; }  
a.contact:hover {	color: #003366;	text-decoration: none; }  
a.contact:active {	color: #003366;	text-decoration: none; }  


#logo img {
	float: left;
	position: relative;
	top: 2.75em;
	left: 0px;

}

#TopNavBar
{
	padding-top: 12px;
	padding-bottom: 0.7em;

	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:500;
	font-style: normal;
}
#TopNavBar p
{
	padding:0;
	margin-bottom: 0em;
	line-height:1em;
	vertical-align:middle;
	color: #003366;
}




#footer p{
	font-size: 10px;
	text-align: right;
}


/*  Bio Styles. */
.titlestyle {
	font-size: small;
	font-style: italic;
	color: #006699;
}

a.bioEmail:link {		color: black;	text-decoration: none;}     /* unvisited link */
a.bioEmail:visited {	color: black;	text-decoration: none;}  /* visited link */
a.bioEmail:hover {		color: #FF9933;	text-decoration: none;}   /* mouse over link */
a.bioEmail:active {	color: #FF9933;	text-decoration: none;}   /* selected link */ 