/* CSS Document */

/* page layout */
body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
#wrap {
	background-color: #000000;
	width: 720px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	color: #F5F5F5;
}
#header {
}
#topbar {
	background-color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: left;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	font-weight : bold;
}
#content {
	padding: 10px;
	width: 720px;
	float: left;
	font-size: 0.7em;
	line-height: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#sidebar {
	padding: 10px;
	width: 0px;
	float: left;
	font-size: 0.7em;
	line-height: 16px;
}
#footer {
	font-size: 0.6em;
	color: #666666;
	padding: 10px;
	background-image:  url("../images/footer_bg.gif");
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.album {
	border: 1px solid #333333;
	padding: 5px;
	list-style-type: none;
	list-style-image: none;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
	position: static;
}
#content img {
	margin-right: 5px;
}

/*text formatting*/

#content h2 {
	font-size: 1.2em;
	color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
#sidebar h1 {
	font-size: 1em;
	color: #FFFFFF;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}
#content h1 {
	font-size: 1.4em;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
strong {
	color: #F5F5F5;
}
.updatescript {
	font-weight: bold;
	color: Yellow;
}

/*navigation and links*/


#topbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#topbar li {
	display: inline;
}
#topbar a:link, #topbar a:visited {
	padding: 5px;
	color: Yellow;
	text-decoration: none;
	font-size: 1.0em;
}
#topbar a:hover, #topbar a:active {
	padding: 5px;
	color: #CC0000;
	font-size: 1.0em;
	text-decoration: none;
}
#content a:link, #content a:visited {
	color: Yellow;
	text-decoration: underline;
}
#content a:hover, #content a:active {
	color: #CC0000;
	text-decoration: none;
}

#sidebar a:link, #sidebar a:visited {
	color: Yellow;
	text-decoration: underline;
}
#sidebar a:hover, #sidebar a:active {
	color: #CC0000;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #CC0000;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #CC0000;
	text-decoration: underline;
}

/*form formatting*/

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #CC0000;
	font-size: 10px;
	border: 1px solid #FFFFFF;
	margin-bottom: 1px;
	font-weight: bold;
}
.jump {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F5F5F5;
	background-color: #333333;
	font-size: 10px;
}

/*table formatting*/

td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

th {
	color: #993300;
}
table {
	font-size: 10px;
	color: #F5F5F5;
}
.textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #F5F5F5;
	background-color: #333333;
	border: 0px none;
	height: 50px;
	width: 400px;
}
hr {
	color: #333333;
}
.jumpheader {
	background-color: #000000;
	color: #CCCCCC;
}
caption {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #CCCCCC;
	padding-bottom: 5px;
}
tfoot {
	color: #666666;
}