body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image: url(images/pagebkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
p, div, table, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
	}
#flash        { width: 617px; height: 200px;
			text-align: left; 
			margin: 0 auto; 
			padding: 0px;
			background: #333333 url(../images/flash.jpg) no-repeat left top;
			 }	

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC3300;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.text9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
.greyed {
	color: #AAAAAA;
}


a, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	text-decoration: none;
}

a:hover {
	color: #993300;
	text-decoration: underline;
}


a.con, a.con:visited, a.con:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

a.con:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

	
ul {
	line-height: 140%;
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	}
	
li {
	}
img.bordered {
	border-color:#666666;
	border-width=1px;
	}

table.fine {
	border-width: 0.5px;
	border-spacing: ;
	border-style: none;
	border-color: #000000;
	border-collapse: collapse;
}
table.fine th {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	padding: 0px;

}
table.fine td {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	padding: 0px;
}
/* 2 column text position
----------------------------------------------------------------------------- 
*/
#col1 {
	position:relative;/*ie needs this to show float */
	width: 300px;
	float: left;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}
#col2 {
	position:relative;/*ie needs this to show float */
	width: 220px;
	float: right;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	border-left:1px dotted #cccccc;
	/*border-bottom:1px dotted #cccccc;*/
	/*border-left:1px solid #cccccc;*/

}

/* heading position
----------------------------------------------------------------------------- 
*/
#heading { height: 35px;
		padding: 9px 0 0 160px;
		background: #CC6600 url('images/nav/footb.gif') no-repeat top left;
		margin: 0;
}
#text {
	position:relative;
	float: right;
	width: 450px;
	margin-right:10;
	padding: 10px 0px 10px 10px;
}
#arrow {
	position:relative;
	float: left;
	width: 30px;
	margin-left:30;
	margin-top:30;
}

/* FOOTER ---------------------------------------------------------- */

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 20px 10px 10px 25px; padding: 10px 0 0 0;
	border-top: 1px solid #e8e8e8;
}
#footer a, #footer a:visited, #footer a:active { color: #666; text-decoration: none; }

#footer a:hover { color: #993300; text-decoration: underline; }

/*** -----------------main menu navigation-------------------- ***/	
#nav {
height: 20px;
padding: 0; margin: 0;
}

.topmenu{
width: 617px;
padding: 0;
top: -15px;
position: relative; 
}

.topmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.topmenu ul{
margin: 0 0 0 20px; text-align: left; padding: 0px;   }

.topmenu li{ margin-left: 7px; }

.topmenu ul li{
background: url('images/divider.gif') no-repeat center right; display: inline; padding: 0 8px 0 5px;}

.topmenu ul li a, .topmenu ul li a:visited, .topmenu ul li a:active{
font-family: Georgia, "Times New Roman", Times, serif;
color: #666;
padding: 1px;
margin-left: 2px;
text-decoration: none;
font-size: 11px; 
font-weight: normal;
}

.topmenu ul li a:hover{
color: #CC3300;
text-decoration: none;

}

