body {
	margin : 0px 0px auto;
	padding : 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size : 75%;
	line-height : 1.5;
	color : #000;
	background-color: #ddd;
}
#header {
	padding : 0px 0px 0px 0px;
	border-bottom : 1px solid #dbdbdb;
	border-top : 3px solid #5B329A;
	background: #ffffff;
	color: #000000;
	font-size: 165%;
	font-weight: bold;
	font-variant: small-caps;
}
#navcontainer ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
/*	background-color: #FF0000; change red to light slate gray */
	background-color: #616d7e;
 	color: #FFF;
	width: 100%;	
	font-size: 55%;
	text-align: center;
}
#navcontainer li {
	display: inline;
}
#navcontainer li a{
	text-decoration: none;
	background-color: #616d7e;
	color: #eee;
	padding: .2em 1em;

}
#navcontainer li a:hover{
	background-color: #a8a8a8;
	color: #fff;
	border-bottom: 2px solid #000;
}
#footer {
	clear: both;
	margin: 0px;
	border-top:1px solid #996;
	border-bottom : 3px solid #930;
	font-size: 75%;
}

h2 {
	font-size : 125%;
	margin-bottom: 4px;
	margin-top:0px;
	text-decoration: underline;
}

h3 {
	font-size : 50%;
	margin-bottom: 4px;
	margin-top:0px;
}


#left {
	float:left;
	width:32%;
	margin:9px;	
}

#right {
	margin-top:0;
  	margin-left:35%;
  	margin-bottom:9px;
  	margin-right:9px;
  	margin-top:9px;
  	display:block;
	background: #ffe; 
/*	border-left:1px solid #aa9;
	border-bottom:1px solid #aa9;
	border-right:1px solid #aa9;   
	border:1px solid #5A4ECB;
*/
	border:1px solid #6d7b8d;
}

#full {
	margin-top:0;
  	margin-left:9px;
  	margin-bottom:9px;
  	margin-right:9px;
  	margin-top:9px;
  	display:block;
	background: #ffe; 
/*	border-left:1px solid #aa9;
	border-bottom:1px solid #aa9;
	border-right:1px solid #aa9;   
	border:1px solid #5A4ECB;
*/
	border:1px solid #6d7b8d;
}



#content_wrapper {
/*	border:1px solid #8b00ff;   */
	border:1px solid #aae;
	padding:0px;
	margin-bottom:8px;
	background: #ffe;
}
		
#content_wrapper h1{
	font-size : 130%;
	font-weight:bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color:#fff;
	background: #6d7b8d;
	margin: 0px;
	padding: 5px 12px;
	border:0;
}
		
#subbox{
	padding: 5px 12px 12px 12px;
/*
	min-height:175px;

*/}

#right_content{
	padding:5px 11px;
/*	border-bottom: 1px solid #aa9;  */
	border-bottom: 2px solid #5A4ECB;
	margin-right:0;
	min-height:180px;
}	

#image_container {
	float:right;
	width:260px; 
	padding: 5px;
	margin:35px:
	
}

.dateline {
	font-size: 75%;
	color: #999999;
	left: 15px;
}
















li.curr_loc{
	text-decoration: none;
	font-weight: bold;
	background-color: #eee;
	color: #000;
/*	padding: .2em 1em;
	border-right: 1px solid #fff;
	border-top: 1px solid #ddd;
	border-bottom: 2px solid #ccc;    */
}

#navcontainer li.curr_loc a{
	text-decoration: none;
	font-weight: bold;
	background-color: #eee;
	color: #000;
/*	padding: .2em 1em;
	border-right: 1px solid #fff;
	border-top: 1px solid #ddd;
	border-bottom: 2px solid #ccc;   */
}





















img{
	border: 0px;
}	

img.spacer{
	width: 0px;
	height: 0px;
}

a:link {
	color : #347;
	font-weight:bold;
	background-color : transparent;
}

a:visited {
	font-weight:bold;
	color : #347;
	background-color: transparent;
}

a:hover {
	color : #900;
	background-color: transparent;
	text-decoration: overline underline;
}

.img_right {
	width:250px;
}


div.image {
	width:250px;
	float:right;
	height:300px;
	}
a:active {
	color : #006;
	background-color: transparent;
}
	
a.latest_link{
	text-decoration:none;
}

h1 {
	margin-top:0px;
	font-size : 125%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding:2px 8px;
/*	color:#eee;
	background: #575757;
*/	color:#fff;
	background: #6d7b8d;
	border-bottom: 1px solid #aa9;
}
	
	
	
h3 {
	font-size : 90%;
	margin-bottom: 4px;
	margin-top:0px;
}
 



ul.no_bullets li {
	list-style-type:none;
	line-height: 1.5em;
	padding-bottom:3px;
}
	
#content {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
    text-align:left;
	border : 1px solid #757575;
	background: #fff;
	min-width: 760px;	
	width:80%; 
}

html>body #hood {
	width:85%; /* ie5win fudge ends */
}
	


form{
	margin:0;
}
	
	
#search{
	margin-top:10px;
}
		
		
		
#interviews{
	padding:5px 8px 8px 10px;
    margin-right:0;
}
	
#interviews ul{
	padding:0 12px 0 18px;
	margin:0 6px 6px 0;
}

#interviews ul li {
	margin-bottom:4px;
	padding-bottom:4px;
	border-bottom:1px solid #ddc;
}


.date{
	font-size: 75%;
	font-weight: bold;
}





.hidden{
	display: none;
}

#references{
	border: 0;
	border-collapse: collapse;
}

#references caption{
	text-align: left; 
	font-weight: bold;
}
	
table#references td, th{
	padding: 1px;
	vertical-align: top;
	border: 1px solid #ccc;
	text-align: center;
}
	
acronym, abbr {
	border-bottom: 1px dotted #ccc;
	font-style: normal;
	cursor: help;
}

.abbrev {
	border-bottom: 1px dotted #ccc;
	font-style: normal;
	cursor: help;
}
	
#faq_cat_list{
	border-collapse: collapse; 
	border: 1px solid #ccc;
}

#faq_cat_list caption{
	font-weight: bold; 
	font-size: 110%; 
	text-align: left;
}

#faq_cat_list th, #faq_cat_list td{
	border: 1px solid #ccc; 
	text-align: left; 
	padding: 4px;
}

#faq_ques_list{
	border-collapse: collapse; 
	border: 1px solid #ccc;
}

#faq_ques_list caption{
	font-weight: bold; 
	font-size: 110%; 
	text-align: left;
}

#faq_ques_list th, #faq_ques_list td{
	border: 1px solid #ccc; 
	text-align: left; 
	padding: 4px;
}

#breadcrumb{
	font-size: 12px;
}

#downloads_table{
	border: 0;
	border-collapse: collapse;
}

#downloads_table td{
	border: 1px solid #ccc;
	padding: 3px;
	vertical-align: top;
}

#print_link{
	float: right;
}

#print_link img{
	margin-right: 5px;
}


#lizzogo{
	width: 600px;
	height: 60px;
}


#karl_pic{
	float: left; 
	width: 200px; 
	height: 211px; 
	margin: 10px;
}

.port_thumb{
	float: left; 
	margin: 5px;
	width: 125px;
	height: 90px;
}


/* SEARCH ENGINE STYLES */
.phpdigHighlight { 
	color: #000000;
	background-color: #ADB5CE;
	font-weight: bold; 
}

.grey { 
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 18px;
	margin-right: 32px;
	border: 2px dotted #666686;
	background-color: #EEEEEE;
	font-size: 10px; 
}

.blue { 
	background-color: #EEEEFF;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 32px;
	padding: 3px;
	border-top: 1px solid #5B4A86;
	border-bottom: 1px solid #5B4A86; 
}

.greyForm { 
	padding: 3px;
	border: 1px solid #666686;
	background-color: #EEEEEE;
	font-size: 10px; 
}

.blueForm { 
	background-color: #EEEEFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #5B4A86; 
}

.phpdigMessage { 
	padding: 1px; 
	background-color: #7384B5; 
	color: white; 
}

.smallLink { 
	font-size: 10px; 
	background-color: #BBCCEE; 
}

.color_table_outline {
	background-color: #d5d5e5;
	color: #000000;
	border: 1px solid #5b4a86;
}

.color_top_bottom {
	background-color: #f5f5ff;
	color: #000000;
}

.color_sub_top_bottom {
	background-color: #eeeeff;
	color: #000000;
}

.color_table_cells {
	background-color: #eeeeee;
	color: #000000;
}

.warn_box{
	border: 1px solid #ddd;
	background-color: #eee;
	font-weight: bold;
	color: #ff0000;
	padding: 5px;
}

.warn_list{
	list-style-type: square;
}

.warn_message{
	border: 1px solid #ddd;
	background-color: #eee;
	font-weight: bold;
	color: #ff0000;
	padding: 3px;
}

#mlist_form_wrapper{
	
}

#mlist_form_wrapper form{
	margin: 0;
}

#mlist_form_wrapper table{
	border: 0;
	border-collapse: collapse;
}

#mlist_form_wrapper table td{
	padding: 3px;
}

#mlist_form_wrapper table fieldset{

}

#mlist_form_wrapper table legend{
	color: #000;
}

.newstext {
	font-size: 80%;
	line-height: 1.35em;
	margin-bottom: 12px;
}

.footertext { 
	font-size: 80%; 
	line-height : 1.15em;
}

#submenu {
	margin-top:0px;
	font-size : 100%;
	letter-spacing: 0.1em;
/*	padding:2px 8px;   */
	color:#5B329A;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
}

#submenu a {
	color: #5B329A;
	text-decoration: none;
}

#submenu a:hover {
	color: #999;
	text-decoration:overline underline;
}

.cal_text {
	text-indent: -0.65em;
	padding-left: 0.75em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: normal;
	margin-top: 0px;
}
.cal_text a{
	text-decoration: none;
}
.cal_text a hover{
	text-decoration: underline;
	color:#9900FF;
	background-color:#00FFCC;	
}

.desc_text{
	text-indent: -2.55em;
	padding-left: 3em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: normal;
}

.small_text{
	font-size: 70%;
}

