*
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #333333;
}

a		{	text-decoration: none; color: rgb(0, 77, 121) }
a:hover { text-decoration: underline;  color: #FF9900;}

a.sidebar:link {font-weight: bold; color: rgb(0, 77, 127);}   
a.sidebar:visited {font-weight: bold; color: rgb(0, 77, 127);}
a.sidebar:hover { text-decoration: none; font-weight: bold; color: rgb(6, 125, 190);}

body 					{ background-color: rgb(80, 80, 80); }

.outer
{
position: relative;
left: 50%;
top: 30px;
width: 802px;
height: 600px;
margin-left: -401px; /* half of width */
background-color: rgb(255, 255, 255);
}
.outerLong
{
position: relative;
left: 50%;
top: 30px;
width: 802px;
height: 800px;
margin-left: -401px; /* half of width */
background-color: rgb(255, 255, 255);
}




.header
{
	position: relative;
	top: 2px; left: 2px;
	background: url('title.JPG'); background-repeat: no-repeat;
	width: 802; height: 114px;
}

.header_smallnavbar
{
	position: relative;
	top: 90px;
	left: 35px;
	font-size: 15px;
	font-weight: bold;
	color: white;
	
}
.header_smallnavbar a
{
	font-size: 15px;
	font-weight: normal;
	color: white; 
}
.header_smallnavbar a:hover
{
	color: #FF9900; 
}

.middle
{
	position: relative; 
	padding: 5px 0px 0px 0px; 
	height: 475px; 
	background: url('background3.jpg'); background-repeat:repeat-y;
}
.middleLong
{
	position: relative; 
	padding: 5px 0px 0px 0px; 
	height: 675px; 
	background: url('background3.jpg'); background-repeat:repeat-y;
}


#header_navbar ul
{
	position: relative; 
	left: 0px; top: 0px;
	height: 30px; width: 820px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: bold 16px tahoma, Arial, sans-serif; 
}
#header_navbar li 
{
	float: left; display: inline; 
	background-color: rgb(102, 102, 102); 
	margin: 0px 5px 0px 5px;
	width: 190px; height: 30px; top:0px;
}
#header_navbar li:hover
{
	background-color: rgb(70, 70, 70); 
}
#header_navbar li a {
	display: block;
	text-align: center; vertical-align: text-bottom;
	color: #FFFFFF;
	padding-top:5px;
	font: bold 16px tahoma, Arial, sans-serif;
}
#header_navbar li a:hover { text-decoration: none; color: #FF9900; }





.content
{
	position: relative;
	display: block;
	width: 450px;
	top: 30px; left: 200px; vertical-align: middle;
}




.footer
{
	position: relative;
	padding-top: 30px;
	font-size: 10px;
	text-align: center;
	color: rgb(122, 122, 122);
}

