a.headLink:link
		{
		color: 			white;
		text-decoration:none
		} 

a.headLink:active
		{
		color: 			white;
		text-decoration:none
		} 

a.headLink:visited
		{
		color: 			white;
		text-decoration:none
		} 


a.headLink:hover
		{
		color: 			black;
		text-decoration:none
		} 

a:link 
		{
		color: 			#669999;
		text-decoration:none
		}    

a:active
		{
		color: 			#669999;
		text-decoration:none
		} 

a:visited
		{
		color: 			#669999;
		text-decoration:none
		} 
a:hover
		{
		color: 			#336666;
		text-decoration:underline
		} 

body
		{
		margin: 		8px;
		color:			black;
		background:		#333333;
		text-align:		center;
		}

#headBar
		{
		position:		relative;
		margin:			0px auto;
		padding:		0px;
		width:			800px;
		height:			260px;
		background:		url(../img/buildingHead2.jpg);
		vertical-align:	middle;
		border-width:	1px 1px 0px;
		border-style:	solid;
		border-color:	#003333;
		font:			24pt 'Courier New';
		}
		
h1.myName
		{
		position: 		relative;
		margin: 		0px;
		width: 			100%;
		top:			40%;
		background: 	#ccffff;
		text-align: 	center;
		font: 			24pt 'Courier New';
		opacity:		0.8
		}

#myTitle
		{
		position: 		relative;
		margin: 		0px;
		width: 			100%;
		top:			40%;
		background: 	#ccffff;
		text-align: 	center;
		font: 			16pt 'Courier New';
		opacity: 		0.4;
		}
		
#linkBar
		{
		position:		relative;
		margin:			0px auto;
		width:			800px;
		background:		#669999;
		font:			12pt 'Courier New';
		text-align:		center;
		color:			white;
		border-style:	solid;
		border-width: 	0px 1px;
		border-color: 	#003333;
		}

#linkBarTable
		{
		position:		relative;
		margin:			0px auto;
		width:			100%;
		font:			12pt 'Courier New';
		text-align:		center;
		color:			white;
		}
		
#footBar
		{
		position:		relative;
		margin:			0px auto;
		width:			800px;
		background:		#669999;
		font:			12pt 'Courier New';
		text-align:		center;
		border-style:	solid;
		border-width:	0px 1px 1px;
		border-color:	#003333;
		}

.footParagraph
		{
		margin: 		0px;
		padding:		0px;
		font:			12pt 'Courier New';
		}

.clickable
		{
		position:		relative;
		width:			20%;
		border-style:	solid;
		border-width:	1px;
		border-color:	#99cccc;
		}
		
#toolTip
		{
		position: 		relative;
		margin: 		0px;
		width: 			100%;
		top:			240px;
		z-index:		3;
		background: 	#ccffff;
		text-align: 	center;
		font: 			16pt 'Courier New';
		opacity: 		0.4;
		}
		
#bodyContainer
		{
		position:		relative;
		margin:			0px auto;
		padding:		0px;
		width:			800px;
		background:		white;
		border-width:	0px 1px;
		border-style: 	solid;
		border-color: 	#003333;
		font:			10pt 'Georgia';
		line-height:	1.4em;
		text-align:		left
		}
		
#rightPane
		{
		position:		relative;
		margin:			0px;
		background:		#cccccc;
		border-style:	solid;
		border-color:	#999999;
		border-width:	1px;
		width:			230px;
		text-align:		left;
		height:			100%;
		}
		
#leftPane
		{
		position:		relative;
		margin:			0px;
		padding:		0px;
		background:		white;
		width: 			534px;
		vertical-align:	top;
		}
		
.pageGreeting
		{
		margin: 		0px;
		padding:		0px;
		background:		#999999;
		font:			12pt 'Courier New';
		line-height:	1.6em;
		border-width:	1px;
		border-style:	solid;
		border-color: 	#666666;
		}
		
table.main 
		{
		border-collapse:separate;
		border-spacing:	12px;
		vertical-align:	top;
		font:			10pt 'Georgia';
		line-height:	1.4em;
		margin: 		0px;
		}
		
		
table.bottom
		{
		vertical-align:	middle;
		font:			12pt 'Courier New';
		margin:			0px;
		width:			100%;
		line-height:	0.5em;
		}
