/* Style sheet designed by Greg Phillips. 
Copyright 2004 Clariscope Creative 
Created:	February 23rd, 2004
Last Updated:	March 9th, 2004
*/


/* General Formatting */
body { 	background: #000000 url(images/starfield.jpg) repeat;
	font: 12pt "Garamond", serif; 
	color: white;
     } 

/* links */
a {color: #ffffff;}
.clink {color: #A58AA4;}
a:link, a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

td { vertical-align: top;}
hr { display: block; width: 75%; text-align: center; margin: 5px auto 5px auto;}
img { border: none 1px white;}

.hide {display: none;}


/* Master Table Formatting */
#mastertable {	width: 100%; 
		padding: 0 0 0 0;
		margin: auto auto auto auto;
		text-align:center;
	      }


/* Row Formatting */
#col1 {	padding: 0 0 0 0;
	vertical-align: top;
	width: 12%;
      }

#col2 {	padding: 0 0 0 0;
	text-align: left;
	vertical-align: top;
	width: 88%;
      }
	

/* Logo Formatting */
#logo {	margin: 0 0 0 0;}


/* Content Area Formatting */
#content {	background: purple;
		color: white;
		font-size: 14pt;
		text-align: left; 
		vertical-align: top;
		padding: 5px 20px 5px 5px;
		margin: 30px 50px 0 50px ;
		border: solid 1px #000000;
	     }

	     
/* Master Table Formatting */
#picstable {	width: 80%; 
		padding: 5px 5px 5px 5px;
		margin: 30px 50px 0 50px;
		text-align: center;
	      }


/* Master Table Formatting */
.thumbnail {	padding: 0 0 0 0;
		margin: 5px auto 3px auto;
		text-align: center;
		vertical-align: middle;
		border: solid 1px black;
	      }



/* Page Header Formatting */
.pagehdr {	font-style: normal;
		font-size: 22pt;
		text-align: left;
		font-weight: bold;
		width: 90%;
		vertical-align:top;
		padding: 3px 3px 3px 3px;
		margin: 10px auto 30px 10px;
	 }


/* Article Formatting */
p {	border: none 1px black;
	font-weight: normal;
	text-align: justify;
	padding: 0 0 0 0;
	margin: 15px 0 15px 10px;
  }


/* Widths */
.w150 { width: 150px;}
.w200 { width: 200px;}
.w220 { width: 220px;}
.w300 { width: 300px;}
.w320 { width: 320px;}
.w340 { width: 340px;}
.w350 { width: 350px;}
.w360 { width: 360px;}
.w390 { width: 390px;}
.w400 { width: 400px;}
.w410 { width: 410px;}
.w500 { width: 500px;}
.w90p { width: 90%;}
.w97p { width: 97%;}

.center { margin: 0 auto 0 auto;}
.flushright {text-align: right;}

#footnote {	font-size: 11pt;
		text-align: center;
		margin: 0 auto 20px auto;
	  }


/* Copyright Area Formatting */
#copyright {	font-size: 10pt; 
		text-align: center; 
		vertical-align: bottom;
		padding: 5px 0 5px 0;
	   }

#copyright a {color: white;}

#bnavbar {	margin: 0 0 7px 0;
		padding: 5px 0 5px 0;
		font-size: 10pt 
	 }
