
/*Last update 5.DEC.2004 */
 
 /* Main container div for left  and right content */ 
 #main {	
 	 width: 760px;
	\width: 740px;
	w\idth: 760px;
	border-right: 1px solid gray;
	margin-left: 0p;
	margin-right: auto;
	padding-right: 5px;
} 

/* Logo section for top 100px with backgrd logo/image that sets title fonts */
#banner {
	padding-right: 5px;
	margin-bottom: 5px;
	background-color: rgb(213, 219, 225);
	font-family: Verdana, Arial, sans-serif;
	/*background-repeat : no-repeat;*/
}

/* Title's Shadow set 1 pixel to the left adn below title */
.shadow{
    position:absolute;
    color: #898989; 
    left: 140px; 
    top: 40px;
	font-size: 14pt; 
	}
/* Title text with absolute postion and color */
.title {	
	color: #007cd6;
	position:absolute; 
    left: 139px; 
    top: 39px;
	font-size: 14pt;    
		}

		/* author text with absolute postion and color */
.author {	
	color:#000;
	position:relative;
    float:right; 
	font-size: 10pt; 
    font-weight: normal;
	padding:3px;    
		}	
		
/*  Nav  for horizontal navigation  */
#nav  {	
background-image: url(../media/logo_blue.jpg);
background-repeat: no-repeat;
	float: left;
	width: 110px;
	\width: 124px;
	w\idth: 120px;
	margin-right: 3px;
	padding-top: 10px;
	height: 600px;
	background-color: rgb(235, 235, 235);
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	}

#info {
position:absolute;
top:350px;
left:3px;
width:109px;
font:11px Arial, Helvetica; 
}
.itemBorder { 
border: 1px solid #000000; 
			}
.itemText { 
text-decoration: none; color: #06699;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif; 
 padding: 3px;
 }

.crazyBorder { border: 2px outset #663399; }
.crazyText { text-decoration: none; color: #FFCC99; font: Bold 10px Arial, Helvetica; }
		
/*  div to hold content  */	
#content {
			padding: 5px;
			background-color: #007cd6;
			padding-bottom: 100px;
			height: auto;
			font-size: 10pt; 
			font-family: Verdana, Arial, sans-serif;
		}	
/* used in side nav */
a:link { color: #38598e;}
a:visited { color: #38598e;} 
a:hover { color: #38598e;text-decoration:none; }
a:active {color: #38598e;text-decoration:none; }  

 
 /* links in content */
.links:link {font-weight:bold; color:#ccc;}
.links:visited {font-weight:bold; color:#ccc;}
.links:hover {font-weight:bold; color:#ccc;text-decoration:none; border-bottom: 1px dashed #cdcdcd;}
.links:active {font-weight:bold; color:#ccc;text-decoration:none; border-bottom: 1px dashed #cdcdcd;}
 
.code {
   font-family:"Courier New", Courier, monospace;
   color:#008833;
    } 
	
	
em {
    color:#ff0000;
    font-weight: bold;
    }
            
       
/* Table tags: table to list projects  */
table {
	position:relative;
	float: left;	
}

table.proj {
	border: 2px solid #000000;
	display:table-row-group;
	margin-left: 3px;
	margin-right: 2px;
	padding: 2px;
	font-size: small;
}
/* td border top and bottom lighter purpley */		
td {
	background-color: #efefef;
	border-top:1px solid #940152; 	
	border-bottom:1px solid #940152;
	font-size: small;
}

th {
	text-align: left;
	background-color: #cecece;
	border-bottom: 2px solid #999999;
	height:22px;
	font-size: small;
	}
/* Various text formatting for headings and paragraphs etc., */    
 .head,  .subhead {
    font-size: 10px;     
	padding-left: 8px;	
	font-weight: bold;
    }
    
 .subhead {    
	padding-left: 18px;
}



	
