@charset "utf-8";
/* CSS Document */

html {
    overflow-y: scroll;
    }

body {
	color:#333333;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(images/stars.png);
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#444444;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 2px;
	text-shadow: #999 2px 2px 2px ;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#CC0033;
	letter-spacing: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-shadow: #aaa 2px 2px 2px;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#CC6633;
	letter-spacing: 3px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#3399FF;
	letter-spacing: 3px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#33CCFF;
	letter-spacing: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	}
	
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#CC3366;
	letter-spacing: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	}

p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.white_text {
	color: #FFFFFF}
    ]

hr {
	height: 2px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

img {
	border: 0;
    } 
	
/* applies to GIF and PNG images; avoids blurry edges */
img[src$=".gif"], img[src$=".png"]
	{
	image-rendering: -moz-crisp-edges;  /* Firefox, future version (Gecko 1.9.2) */
    -ms-interpolation-mode: nearest-neighbor;   /* Internet Explorer 7.0+ */
    }
	
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	padding-bottom: 10px;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	padding-left: 10px;
	padding-bottom: 10px;
}

strong {
	padding: 0;
	color: #999999;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	font-style: italic;
	font-size: 120%;
	letter-spacing: 1px;
}

em {
}

a {
	color:#3399FF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
a:link {color:#3399CC;}
a:visited {color:#3366CC;}
a:hover {
	color: #FF3366;
	text-decoration: underline;
}
  
.numbers {
	font-family: "Courier New", Courier, monospace;
	color: #666;
	font-size: 130%;
	letter-spacing: -4px;
}  
  
.image_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #666666;
}

.description {
	margin:0px 0px 16px;
	color: #666666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
}

.date {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	letter-spacing: 1px;
	margin-top: 15px;
	padding-top: 2px;
}

#content {
	background-color: #FFFFF8;
	width: 1020px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	}

#header_logo {
	float: left;
}

#header_section {
	text-align: right;
}

nav {
	position: relative;
	clear: left;
}

#countdown {
	background-attachment: scroll;
	background-image: url(images/bg_yellow_double.png);
	background-repeat: repeat-y;
	background-position: 50%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	margin-right: 150px;
	padding-top: 2px;
	padding-right: 1%;
	padding-bottom: 2px;
	padding-left: 1%;
	text-align: center;
	z-index: 2;
	position: relative;
}

.align_center {
	text-align: center;
	}

.align_left {
	text-align: left;
	}

.align_right {
	text-align: right;
	}

.jamma_align_center_1 {
	text-align: center;
	background-color: #ffffcc;
	width: 40px;
	}

.jamma_align_center_2 {
	text-align: center;
	background-color: #ccff99;
	width: 40px;
	}

.jamma_align_left_1 {
	text-align: left;
	background-color: #ffffcc;
	width: 250px;
	}

.jamma_align_left_2 {
	text-align: left;
	background-color: #ccff99;
	width: 250px;
	}

.jamma_align_right_1 {
	text-align: right;
	background-color: #ffffcc;
	width: 250px;
	}

.jamma_align_right_2 {
	text-align: right;
	background-color: #ccff99;
	width: 250px;
	}

.table_standard {
	border-spacing: 2px;
	border-collapse: separate;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CCC;
	margin-bottom: 20px;
    }

.table_standard th {
	padding: 1px;
	border: 1px inset #999;
	background-color: #ffffcc;
    white-space: nowrap;
    }

.table_standard td {
	padding: 1px;
	border: 1px inset #999;
    }

.table_standard_100 {
	border-spacing: 2px;
	border-collapse: separate;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CCC;
	margin-bottom: 20px;
	width: 100%;
    }

.table_standard_100 th {
	padding: 1px;
	border: 1px inset #999;
	background-color: #ffffcc;
    white-space: nowrap;
	table-layout: fixed;
    }

.table_standard_100 td {
	padding: 1px;
	border: 1px inset #999;
    white-space: nowrap;
	table-layout: fixed;
    }

.table_standard_80 {
	border-spacing: 2px;
	border-collapse: separate;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CCC;
	margin-bottom: 20px;
	width: 80%;
    }

.table_standard_80 th {
	padding: 1px;
	border: 1px inset #999;
	text-align: center;
	background-color: #ffffcc;
    white-space: nowrap;
    }

.table_standard_80 td {
	padding: 1px;
	border: 1px inset #999;
    white-space: nowrap;
    }

.table_standard_50 {
	border-spacing: 2px;
	border-collapse: separate;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CCC;
	margin-bottom: 20px;
	width: 50%;
    }

.table_standard_50 th {
	padding: 1px;
	border: 1px inset #999;
	background-color: #ffffcc;
    white-space: nowrap;
    }

.table_standard_80 td {
	padding: 1px;
	border: 1px inset #999;
    white-space: nowrap;
    }

.table_float_center {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position: relative;
	clear: left;
	margin-bottom: 20px;
	}

.table_float_left {
	margin-right: auto;
	margin-left: auto;
	float: left;
	}

.table_float_right {
	margin-right: auto;
	margin-left: auto;
	float: right;
	clear: right;
	}

