﻿/* Default styles by element type */
* {	margin:0; padding:0;font-size:100%; }
body { text-align:center;background:url(images/bg_body.gif); }
html { font-family:Arial; font-size:0.75em; color:#e8e4d6; }

input 
{ 
	vertical-align:middle; 
	font-weight:normal; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:1em;
}
h2 {font-size:1.667em; text-transform:uppercase; font-family:times new roman, tahoma; font-weight:normal; line-height:1em; margin-bottom:10px;}
h3 {font-size:1.2em; text-transform:uppercase; font-family:times new roman, tahoma; font-weight:bold;}

a {color:#ffffff;text-decoration:none;outline:none}
a img { border:0;}
a:hover { color:#884400; }
ul { margin-left:16px; }

/* Styles by ID */
#page-container { width:780px; margin:0 auto; text-align:left;color:black}
#main-content
{
	padding:8px;
	color:white;
	background:url(images/bg_content.gif) repeat-y top;
	margin-top:-1px
}

#welcome-box
{
	float:none;
	margin-bottom:8px;
	padding:8px;
	background-color:#85765c;
	border: thin black solid;
}

#welcome-box h1
{
	font-family:"Segoe Script", Verdana, Tahoma, Geneva;
	font-style:italic;
	font-weight:bold;
	font-size:3em;
	margin:8px 0px 8px 0px;
}

/* Styles by class */
.box-header
{
	background:url(images/bg_box_header.gif);
	text-align:center;
	color:white;
	height:16px;
	padding:4px 2px 2px 2px;
	font-weight:bold;
}

.box-header250
{
	background:url(images/bg_box_header_250.gif);
	text-align:center;
	color:white;
	height:16px;
	padding:4px 2px 2px 2px;
	font-weight:bold;
}

.box-header500
{
	background:url(images/bg_box_header_500.gif);
	text-align:center;
	color:white;
	height:16px;
	padding:4px 2px 2px 2px;
	font-weight:bold;
}

.box-content
{
	text-align:left;
	color:#f4f4f4;
	border:thin black solid;
	padding:8px;
}

.box-main-content
{
	float:none;
	margin-bottom:8px;
	padding:16px 8px 8px 8px;
	background-color:#85765c;
	border: thin black solid;
}

.box-content-gray
{
	color:#444444;
	background-color:#e8e4d6;
	padding:16px 8px 8px 8px;
	text-align:left;	
	border:thin black solid;	
}

.box-content-gray a { color:#444444; }
.box-content-gray a:hover { color:blue; }
.box-content-gray h2 { color:#953116; }
.box-content-gray h3 { color:#953116; }

/*
.box-yellow { background:url(images/bg_yellow.gif) repeat-y top; }
.box-green { background:url(images/bg_green.gif) repeat-y top; }
.box-olive { background:url(images/bg_olive.gif) repeat-y top; }
.box-blue { background:url(images/bg_blue.gif) repeat-y top; }
*/

.box-yellow { background-color:#c7803a; }
.box-green { background-color:#747f4d; }
.box-olive { background-color:#8b8650; }
.box-blue { background-color:#3e768a; }


.bg-yellow250 { background:url(images/bg_yellow_250.gif) repeat-y top; }

.bg-gray { background-color:#e8e4d6; }
.bg-yellow { background-color:#e9ab50; }
.bg-red { background-color:#9c4732; }
.bg-olive { background-color:#8b8650; }

.img-prog {	float:left; margin-right:8px; border:thin black solid; }
.img-staff { float:left; height:100px; width:75px; margin:0 8px 0 0; border:thin black solid;}

.line-bottom { border-bottom:thin white solid;padding-bottom:8px;margin-bottom:8px; }
