/* the following are base styles */
body {
	font-family: "Times New Roman",Times,serif;
	font-size: 100%;
	/* background-image: url('images/s02c.gif'); */
	background-image: url('images/bg_marble.jpg');
	background-color: #fff;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
}

#container
{
	width: 960px;
	margin: auto;	
}

#menu-left {
	position: relative;
	float: left;
	width: 220px;
	margin-top: 1px;
}

#menu-right {
	position: relative;
	float: right;
	width: 220px;
	margin-top: 1px;
}

#content
{
	position: relative;
	width: 440px;
	margin-left:230px;
	padding-left: 2.0em;
	line-height: 130%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
	#content h1 {
	color: #9E3C02;
	font-size: 2em;
	font-weight: normal;
	}
	
	#content  h3 {
	/* color: #F5AF63; */
	color: #9E3C02;
	font-weight: normal;
	}
	
	#content a:link, #content a:visited, #content a:active {
	color:#003399;
	text-decoration: none;
	}
	
	#content a:hover {
	color:#003399;
	text-decoration: underline;
	}

/*	
#center {
	clear: both;
}
*/

#center-left {
	float: left;
	width: 220px;
}

#center-right {
	}

#header
{
	clear: both;
	height: 80px;
	padding: 1px;	
}

p.subhead {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 160%;
	color: #0000FF;
	text-align: center;
	padding: 10px 0px 0px 0px;
	}

#footer
{
	clear: both;
	font-family: "Times New Roman",Times,serif;
	margin: 0;
	padding: .5em;
	font-size: 80%;
	line-height: 130%;
	color: #AAAAAA;
}

#system {
	background-color: white;
	padding-bottom: 5px;
	text-align: center;
}

a { color: blue; }	
a:link {color: #000000;text-decoration: none;}    	
a:visited {color: #0000FF;text-decoration: none;} 	
a:hover {color: #0000FF;text-decoration: underline;}  		
a:active {color: #000000;text-decoration: none;} 

.click-print {
	font-size: 115%;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}
.copy {
	font-family: "Times New Roman",Times,serif;
	/*font-size: 90%;*/
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

/* index.htm specific styles */
a:link.menu {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited.menu {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover.menu {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	}
a:active.menu {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	}

/* members.htm specific styles */
a.bio {
	color: #0000FF;
	font-style: italic;
	text-decoration: none;
}
a:visited.bio { color: #660000; }

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { 
	float:left; 
	margin: 3px 12px 0 0; 
	height:auto;
	width:auto;
}

.box {
	color:#333333;
	font-size:11px;
   background: url(images/box_bottom_right.gif) no-repeat bottom right;
   margin-top: 0;  /* margin:0 auto; - for centered box */
   padding:0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.box .header {
		margin: 0;
		padding: 0;
		background:url(images/box_top_right.gif) no-repeat top right;  
		text-align: center;
	}
	.box .header h2{
		color:#ffffff;
		background:url(images/box_top_left.gif) no-repeat top left;
		font-size:14px;
		padding-top: 7px;
		height:20px;
		margin: 0;
	}
	.box .text {
		background:url(images/box_bottom_left.gif) no-repeat bottom left;
		padding:10px 5px 10px 10px;    
		margin:0;
		height:auto;
		text-align:left;
		color:#003399;
		line-height:15px;
	}
	.box .altheader {
		margin: 0;
		padding: 0;
		background:url(images/box2_top_right.gif) no-repeat top right;  
		text-align: center;	
	}
	.box .altheader h2{
		background:url(images/box2_top_left.gif) no-repeat top left;
		padding-top: 0px;		
		height:12px;
		margin: 0;
	}
	.box ul {
		margin-left: -30px;
		margin-right: 5px;
		list-style-type: none;
	
	}
	.box li {
		/* margin-left: 0px; */
	}
	.box li a:link, .box li a.hover, .box li a:active, .box li a:visited {
		color: #000;
	}

	