body
	{
		/*background: #fff url(../images/caduceus_a.jpg) no-repeat fixed 50% 160px;*/
		font-family: "Arial Narrow";
		font-size:14px;
	}
.page
	{
		position:relative;
		width:800px;
		height:600px;
	}

.top_row
	{
		position:relative;
		float: left;
		/*	background-color:#FFCCCC;*/
		background-image:url(../images/logo_and_top_row.jpg);
		background-repeat:no-repeat;
		width:800px;
		height:118px;
	}
.top_row_left
	{
		position:relative;
		float:left;
		width:375px;
		height:118px;
	}
.top_row_left_top_spacer
	{
		position:relative;
		float:left;
		width:375px;
		height:102px;
		/*background-color:#9900CC;
		background-image:url(../images/logo.gif);
		background-repeat:no-repeat;*/
	}
.top_row_left_space
	{
		position:relative;
		float:left;
		width:100px;
		height:16px;
	}

.top_row_left_slogan
	{
		position:relative;
		float:left;
		width:275px;
		height:16px;
		font-family:"Arial Narrow";
		font-size:14px;
		color:#000000
		/*background-color:#99CC00;
		background-image:url(../images/logo.gif);
		background-repeat:no-repeat;*/
	}
.top_row_right
	{
		position:relative;
		float:left;
		width:425px;
		height:118px;
		color:#000000;
		font-size:12px;
		text-align:right;
/*
		font-family: "Arial Narrow";
*/
	}
.top_row_right_spacer
	{
		position:relative;
		float:left;
		width:305px;
		height:118px;
	}
.top_row_right_text 
	{
		position:relative;
		float:right;
		text-align:right;
		width:130px;
		height:118px;
	}
.top_row_right_text a
	{
		text-decoration:none;
		color:#666666;
	}
.top_row_right_text a:hover
	{
		color:#000000;
	}
.footer_row
	{
		position:relative;
		float:left;
		width:800px;
		height:59px;
		background-image: url(../images/footer_row_bg.gif);
	}
.footer_row_space
	{
		position:relative;
		float:left;
		width:75px;
		height:59px;
	}
.footer_row_space2
	{
		position:relative;
		float:left;
		width:100px;
		height:15px;
	}

.footer_row_top
	{
		position:relative;
		float:left;
		font-size:11px;
		font-weight:bold;
		color:#000000;
		width:650px;
		height:30px;
	}
.footer_row_top a
	{
		color:#000000;
		text-decoration:none;
	}
.footer_row_top a:hover
	{
		color:#FF0000;
		text-decoration:none;
	}
.footer_row_data
	{
		position:relative;
		float:left;
/*
		font-family: "Arial Narrow";
*/
		width:100px;
	}
.footer_row_square
	{
		position:relative;
		float:left;
		width:15px;
		height:30px;
		background-image:url(../images/tiny_square.gif);
		background-repeat:no-repeat;
	}
.footer_row_hr
	{
		position:relative;
		float:left;
		width:650px;
		height:12px;
		line-height:12px;
		background-image:url(../images/bottom_hr.gif);
		background-repeat:no-repeat;
	}
.footer_row_bottom
	{
		position:relative;
		float:left;
		width:650px;
		height:20px;
		color: #ff0000;
		font-style:normal;
		font-weight:bold;
		text-align:left;
	}
.footer_row_bottom_left
	{
		position:relative;
		float:left;
		color:#CCCCCC;
		font-size:14px;
		font-style:normal;
		font-weight:bold;
		text-align:left;
		width:100px;
	}
.footer_row_bottom_left a#contact
	{
		color: #FF0000;
		font-style:normal;
		font-weight:bold;
		text-decoration:none;
		width:100px;
	}
.footer_row_bottom_left a#contact:hover
	{
		color:#333399;
		font-size:14px;
		font-style:normal;
		font-weight:bold;
		text-decoration:none;
	}
.footer_row_bottom_center
	{
		position:relative;
		float:left;
		width:400px;
		font-size:9px;
		font-style:normal;
		text-align:center;
		color:#CCCCCC;
	}
.footer_row_bottom_center_copy
	{
		position:relative;
		float:left;
		width:400px;
		font-size:9px;
		font-style:normal;
		text-align:center;
		color:#000000;
	}

.footer_row_bottom_center a#referral
	{
		color: #CCCCCC;
		font-style:normal;
		font-weight:bold;
		text-decoration:none;
	}
.footer_row_bottom_center a#referral:hover
	{
		color:#666666;
		font-size:9px;
		font-style:normal;
		font-weight:bold;
		text-decoration:none;
	}
.footer_row_bottom_right
	{
		position:relative;
		float:left;
		color:#000000;
		font-size:10px;
		font-style:normal;
		font-weight:bold;
		text-align:right;
		width:125px;
	}
ul
	{
		line-height: 12px;	
	}	
ul li
	{
		color:#000000;
		font-size:9px;
		list-style-type:square;
		line-height: 17px;
		width: auto;
	}
ul li a
	{
		color:#000000;
		font-size:14px;
		text-decoration:none;
	}
ul li a:hover
	{
		color:#FF0000;
		font-size:14px;
		text-decoration:none;
	}
ol
	{
		list-style-type:none;
		list-style:none;
		list-style-image:none;
		list-style-position:outside;
	}
ol li
	{
		color:#000000;
		list-style-type:upper-roman;
		list-style:none;
		list-style-image:none;
		list-style-position:outside;
	}
ol li a
	{
		color:#000000;
	}
ol li a:hover
	{
		color:#FF0000;
	}
.text_14
	{
		font-size:14px;
		color: #000000;
		text-align: left;
		font-weight:normal;
	}
.text_14 a:link
	{
		color:#0000FF;
	}
.text_14 a:active
	{
		color:#0000FF;
	}
.text_14 a:hover
	{
		color:#FF0000;
	}
.text_14 a:visited
	{
		color:#0000FF;
	}
.text_16
	{
		font-size:16px;
		color: #000000;
		text-align: left;
		font-weight:normal;
	}
img#association
	{
		position:relative;
		float:left;
		width:100px;
		height:75px;
	}
.hr_row
	{
		float:left;
		width: 250px;
		height:15px;
		position: relative;
		float: left;
	}
h1
	{
		font-size:20px;
	}
