/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-size: 14px;
	background-color: #000000;
	color: #FFFFFF;
	margin: 10px;
}

a {
	text-decoration: none;
	color: #CCCCCC;
}

a:active {
	text-decoration: underline;
	color: #FF0000;
}


a:hover {
	text-decoration: underline;
	color: #FF0000;
}


/* Style for all table cells. */
td {
	font-size: 12px;
}

/* Put a border on all generated images */
.image {
	border-width: 2;
	border-color: #FFFFFF;
	margin: 5;
}

img {
    margin: 3px;
    }

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 5;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 10px;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
	padding: 2px 12px 4px 12px;
}

#imageinfo {
	visibility: hidden;
}

tr.head {
    border-bottom: 1px solid white;
    }

#navigation {
     width: 100%;
     padding: 5px 20px 5px 20px;
     background-color: #333333;
     text-transform: uppercase;
    }
    
    	
#navigation a {
    border: 1px solid #EAEAEA;
	background-color: #808080;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	color: #EAEAEA;
	}
	
#navigation a:hover {
    background-color: #EAEAEA;
	border-color: #808080;
	color: #808080;
	}
	
#navigation a:active {
    background-color: #B02222;
	}
	
#mainnavigation {
	font-size: 10px;
	letter-spacing: .1em;
	text-align: right;
	padding: 6px 6px 2px 14px;
	}
	
#mainnavigation a {
    border: 1px solid #EAEAEA;
	background-color: #808080;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	color: #EAEAEA;
	}
	
#mainnavigation a:hover {
    background-color: #EAEAEA;
	border-color: #808080;
	color: #808080;
	}
	
#mainnavigation a:active {
    background-color: #B02222;
	}
	
td#innernav {
    background-color: #000000;
    }
    
td#innernav a {
    border: 1px solid #EAEAEA;
	background-color: #808080;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	color: #EAEAEA;
	text-transform: uppercase;
	}
	
td#innernav a:hover {
    background-color: #EAEAEA;
	border-color: #808080;
	color: #808080;
	}
	
td#innernav a:active {
    background-color: #B02222;
	}
    
#banner {
    width: 92%
    margin-top: 12px;
    border: 1px solid #999;
    padding: 0px 20px 0px 12px;
    height: 42px;
    background-color: #333;
    background-image: url(bannerback.gif);
    background-repeat: repeat-x;
    }

#thumbnails {
    width: 92%;
    min-width: 720px;
    padding: 15px;
    }
    
#thumbnails a {
    color: #FFFFFF;
    text-decoration: none;
    }

#thumbnails a:hover {
    color: #FF0000;
    text-decoration: none;
    }
    
 #thumbnails a:active {
    color: #FF0000;
    text-decoration: underline;
    }
    
#header {
    background-color: #B4B4B4;
	border: 1px solid white;
	padding: 4px 4px 8px 4px;
	min-width: 790px;
	margin-bottom: 12px;
	}
    
#bottom {
    width: 92%
    border: 1px solid #999;
    padding: 5px 20px 5px 12px;
    margin: 0px 0px 30px 0px;
    background-color: #333;
    background-image: url(bannerback.gif);
    background-repeat: repeat-x;
    }
    
#footer {
    background-color: #282828;
	border: 1px solid white;
	padding:  4px 4px 8px 4px;
	margin-top: 18px;
	min-width: 790px;
	color: #EAEAEA;
	font-size: 10px;
	text-align: center;
	line-height: 120%;
	}

    
.description {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #CECECE;
    margin-left: 150px;
    margin-right: 150px;
    text-indent: 10px;
    background-color: #333333;
    border: 1px solid white;
    padding: 6px;
    }
    
.sitename {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing: .1em;
    color: #FFFFFF;
	text-align: left;
	}
	
