



/* set the background of the window to medium gray and the margins to 0 */
body {
	margin: 0;
	padding: 0;
	background: #999;
	}
	
	
	
/* define default header values to values color to white*/

h2 { font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	}


h3 { font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: .6em;
	padding-top: .6em;
	}

h4 { font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: .6em;
	padding-top: .6em;
	}
	
h5 { font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 2em;
	}
	
h6 { font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	margin-bottom: 2em;
	}

/* use to bold/italic phrases -  <span class ="bold"> phrase  */

.bold {font-weight: bold;} 
.italic {font-style: italic;} 
.new {color: yellow;}
.large {font-size: 16px;}
.small {font-size: 9px;}

/* these define how links look that aren't in the menu - hover sets the color when a mouse is over the link - currently that's yellow */

a:link, a:visited, a:active {color: yellow; text-decoration: none;}
a:hover {border-bottom: 1px solid yellow;}


/* change images to block elements */
img {
		margin: 2em 0 0 0;
     	display: block;
		border: 0;
		
			}

/* define default text values in paragraphs and other tags*/

p {
	font: normal 12px Arial, Helvetica, sans-serif; 
	color: #FFF;
	line-height: 15px;
	}
	
cite {
	margin: 0 0 1em 0;
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 15px;
	}
	
/* this places a 1px gray line at the top of a paragraph as a seperator - use at the start of the paragraph when you want paragraph divisions- <p class = "divider"> information </p>*/

p.divider {
    	border-top: solid 1px #666;
		padding: 2em 0 0em 0;
		margin: 1.5em 0 0 0;
		}
		
p.invdivider {
		padding: 2em 0 0em 0;
		margin: 1.5em 0 0 0;
		}
	

		
/* use ul and li for anything that's a list */
	
ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0 0 1em 0;
	padding: 0; 
	}	
	
li	{
	font: bold 12px Arial, Helvetica, sans-serif;
	 color: #FFF; 
	 list-style-type: none;	
	}
	
/* a variation with hanging indents for the press page*/
	
	
	
ul.dent {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0 0 1em 0;
	padding: 0;
	text-indent: -5px; 
	}	
	
li.dent	{
	font: normal 12px Arial, Helvetica, sans-serif;
	 color: #FFF; 
	 list-style-type: none;
	 text-indent: -5px;
	}

		

/* this sets the header dimensions and loads the logo image into the header */
#header {
	margin: 0 0 0 0;
	height: 10px;
	width: 100%;
	padding: 20px 0px 12px 145px;
	border-bottom: 2px solid yellow;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;

	}

	

/* this defines the left column */

#leftcol {
	position: absolute;
	left: 5px;
	top: 0%;
	padding: 40px 0px 0px 0px;
	width: 135px;
	font: 18px Arial, Helvetica, sans-serif;
	color: #FFF;
	border-right: 2px solid yellow;
	}	

	
/* and this defines the menu and anything that a link in the left column menu */

#leftcol a {
	display: block; 
	padding: 1em 1em 0em 1em;
	font: normal 12px Arial, Helvetica, sans-serif;
	background: transparent;
	color: #FFF;
	}

	
/* hide from IEmac \*/
* html #leftcol a {height: 1%;}
/* end hide */

/* and this defines what happens when the mouse is over the menu items */

#leftcol a:hover {border-bottom: 1px solid yellow;}

/* submenus */

#smbox {
	position: relative;
	margin: 2em .25em .25em .25em;
	padding: .25em;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 1em;
	}
	
/* and the links in the special info box */
#smbox a {
	display: block; 
	padding: .25em;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: yellow;
	line-height: 1em;
	}


/* these rules define the appearence of the center main content and change the behavior of some of the header defaults when the are used in the content div */

#content {
	margin: 0% 0% 0% 140px;
	padding: 1% 1% 2% 3%;
	width: 70%;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
	line-height: 15px;
	border-left: 2px solid yellow;
	}

#content li {font: normal 12px Arial, Helvetica, sans-serif;}


/* stying image tables  -  */

table#artwork {
	width: 75%;
	}
	
table#artwork td {
				padding: 1em;
				width: 50%;
				vertical-align: middle;
				}
				
/* stying image tables 2 -  */

table#artwork2 {
	width: 75%;
	}
	
table#artwork2 td {
				padding: 1em;
				width: 50%;
				vertical-align: top;
				}




/* CSS that's not in use */

/* headlines inside of main gray content */
#content h1	{
	margin: 0px;
	font-family: bold normal Arial, Helvetica, sans-serif;
	color: #909;
	font-size: 20px;
	font-weight: bold;
	margin-top: .6em;
	margin-bottom: .6em;
	line-height: 23px;
	}

/* sub heads inside of main gray content */
#content h2 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #909;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: .6em;
	padding-top: .6em;
		}

#content h4 {margin: 0; font-weight: bold;}
#content h5 {margin: 0; font-weight: bold;}
#content a {font-weight: bold;}
	
	
/* CSS that applies to the validation markers */

#validation {position: relative;
	text-align: center;
	margin: 15% 0% 1% 0%;
	}
	
#validation img {border: 0;}



		
/* this places a 10 px gray line at the bottom of a paragraph as a seperator - use at the start of the paragraph when you want paragraph divisions- <p class = "divider"> information </p>*/

p.divider1 {
    	border: solid 1px #666; 
      	border-width: 0 0 10px 0;
		padding: 0 0 2em 0;
		margin: 0 0 1.5em 0;}
		
/* this places a 20 px gray line at the bottom of a paragraph as a seperator - use at the start of the paragraph when you want paragraph divisions- <p class = "divider"> information </p>*/

p.divider2 {
    	border: solid 1px #666; 
      	border-width: 0 0 20px 0;
		padding: 0 0 2em 0;
		margin: 0 0 1.5em 0;}




		

