BODY  {
	background-color : White;	
	color : black;
	margin-left : 155px;
	}
SPAN, P, BODY, DIV, H1, H2, H3, H4, A, TABLE, TR, TD, LI {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	}
PRE {
	font-family : "Courier New", Courier, monospace;
	}

td.navbar {
        position: fixed;
        vertical-align: top;
         
        padding-left: 100px; 
        padding-right: 0px;
        }

/* HEADINGS */
	.h1 {
		color : #660033;
		font-size : 16pt;
		font-weight : bold;
		margin-top : 0;
		margin-bottom : 10px;
		width : 445px; 
		}	
	.h2 {
		color : #660033;
		font-size : 14pt;
		font-weight : bold;
		margin-top : 0;
		margin-bottom : 10px;
		width : 445px; 
		}
	.h3 {
		color : #660033;
		font-size: 10pt;
		font-weight : bold;
		text-transform : uppercase;
		width : 435px;
		}


/* DIV */
	.p {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 8pt;
		}


H1 {
	color : #660033;
	font-size : 16pt;
	font-weight : bold;
	margin-top : 0;
	margin-bottom : 10px;
	margin-left : 5px;
	width : 445px; 
	}
H2 {
	color : #660033;
	font-size : 12pt;
	font-weight : bold;
	margin-top : 0;
	margin-left : 10px;
	width : 440px; 
	line-height : 1.1em;
	}
H3 {
	color : #660033;
	font-size: 10pt;
	font-weight : bold;
	text-transform : uppercase;
	margin-left : 15px;
	width : 435px; 
	}
H4 {
	margin-left : 15px;
	width : 435px; 
	}
P  {
	margin-left : 30px;
	margin-top : 10px;
	margin-bottom : 12px;
	width : 420px;
	}
.name  {
	font-weight : bold;
	font-size : 20pt;
	}
.address {
	font-size : 8pt;
	}
.nameinfo {
	font-size : 10pt;
	font-style : italic;
	}
.update {
	font-size : 8pt;
	font-style : italic;
	color : #cccccc;
	}
.corsdata {
	font-size : 8pt;
	color : #330033;
	}
.smalltext {
	font-size : 8pt;
	/*font-style : italic;*/
	color : #9999aa;
	}
ul {
	width: 400px;
	}
LI {
	margin-left : 5px;
	list-style-image: url("graphics/navdot2.gif");
	list-style-type: none;
	margin-bottom: 12px;
	}
A  {
	color : #990000;
	text-decoration: none;
	}
A.BigText {
	font-size: 13pt;
	}
A:Visited  {}
A:Active  {}
A:Hover  {
	color : #ff6600;
	text-decoration: none;
	}
HR {
	color: #990000;
	height: 1px;
	margin-bottom : 0;
	margin-top : 0;
	margin-left : 0;
	text-align : left;
	width : 500px;
	}



/* TWO COLUMN LAYOUTS */
.colleft{
	width: 240px;
	margin-left: 20px;
	}
.colright {	
	position: fixed;
	left: 340px;
	width: 180px;
	}
.colrightcaption {
	width: 180px;
	font-size: 10px;
	margin-left: 0px;
	color: #9999aa;
	}



	 /* SLIDESHOWS */
  	#photoslideshow {
		margin-left : 30px;	
		position: relative;
		left: 0px;
		width: 200px;
		margin-top: 40px;
  		}
	#photobuttons {
		position: absolute;
		top: -28px;
		left: 0px;
		z-index: 4;
		}
  	#photoarea {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;
  		padding : 8px;
		background-color: white;
  		}
	.picture {
		padding: 8px;
  		border : 1 solid #9999aa;
		}
	.photocaption {
		margin: 0px;
		}
  	.caption, .captionTitle {
		font-size: 8pt; 
		color : #9999aa;
		border: 0px solid #eeeeee;
		width: 260px;
		font-style: normal;
		}
	.caption a {
		font-size: 8pt;
		}
  	.captionTitle, .captionTitle a {
		font-size: 10pt; 
		font-weight: bold;
		}

/* Custom Data Image Form */
#forminstructions {
  color: gray;
}

#forminstructions p {
  font-size: 6pt;
  width: 250px;
  margin-left: 2px;
}

