

body 
{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #E1E4E6;
  background-position: top left;
  background-repeat: repeat-x;
  font-size: 76.1%;
  margin: 0 auto;
  padding: 0;
}

/************************
Page Container
*************************/

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 770px;
	background-color: #fff;
	color: #333333;
	border: #97a8bb solid 0px;
}

/*************************
Header
*************************/

#header
{
	width: 770px;
	height: 50px;
	padding-top: 20px;
	line-height: 0px;
	text-align: center;

}

#header h1
{
	font-size: 150%;
	padding-left: 30px;
	padding-right: 30px;
	color: #000000;
	background-color: inherit;
	text-align: center;
}

#header p
{
	font-size: 100%;
	padding-left: 0px;
	color: #FF3300;
	background-color: inherit;
}

.redfont
{
	color: #FF3300;
}

/**************************************************
Pathway
**************************************************/

#pathway 
{
	clear: both;
	overflow: auto;
	padding: 10px 10px 10px 10px;
}

#pathway p
{
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#pathway h1
{
	color: #FF3300;
	font-size: 100%;
	font-weight: normal;
}


/***********************************
NavBar
***********************************/

#navbar
{
	text-align: center;
	display: block;
	font-size: 100%;
	color: #fff;
	background-color: inherit;
	border-bottom: 1px solid #ccc;
	height: 30px;
  	line-height: 30px;
  	padding: 0 20px;
}

#navbar a
{
	text-decoration: none;
	color: #666;
	background-color: inherit;
	background: url(img/menubar-bg.gif);
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 1px;
	font-weight: normal;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;

}

#navbar a:hover
{
	background: url(img/menubar-bg.gif);
	color: #FF3300;
	padding-bottom: 5px;
	padding-top: 7px;
	text-decoration:none;
}


#navbar a.active
{
	background: url(img/menubar-bg.gif);
	color: #FF3300;
	padding-bottom: 5px;
	padding-top: 7px;
}




/************************************
Content
************************************/

#content1

{
	color: inherit;
	padding-right: 30px;
	padding-left: 0px;
	margin-left:auto;
	margin-right: 5px;
	width: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 35px;
	float: left;
	font-size: 12px;
}


#content1 p

{
	color: inherit;
	padding: 0px 10px;
}

#content1 a
{
	text-decoration: none;
	color: #FF3300;
	background-color: inherit;
}

#content1 a:hover
{
	text-decoration: underline;
}

#content1 h1
{
	font-size: 105%;
	color: #000000;
	padding: 1px 10px 1px 10px;
	border-bottom: 1px solid #ccc; 

}

#content1 h3
{
	font-size: 110%;
	border-bottom: 1px solid #eee;
	background-color: #bce77c;
	color: inherit;
}

#content1 ul
{
	list-style: square;
}







/****************************
Side Bar
****************************/

#sidebar
{
	float: right;
	width: 160px;
	padding: 10px 10px 50px 10px;
	color: inherit;
	border-left: 1px solid #ccc;

/*	background-color: #5f7287;*/
/*	font-size: 0.8em;*/
}

#sidebar p
{
	padding: 5px;
	color: inherit;
}

#sidebar a
{
	text-decoration: none;
	background-image: url(img/menu-bg.gif);
	background-position: bottom;
	color: #666;
	line-height: 20px;
	height: 20px; 
	padding: 5px;
	border: 1px solid #ccc;
	display: block;

}

#sidebar a:hover
{
	text-decoration: none;
	color: #FF3300;
}

#sidebar h3
{
	font-size: 110%;
	padding-left: 5px;
	color: #000;
	border-bottom: 1px solid #ccc;
	
}

/*************************************
Form
*************************************/

input.red
{
	font-size: 85%;
	margin: 10px;
}

select.red
{
	background-image: url(img/menu-bg.gif);
	font-size: 85%;
	margin: 10px;
}


#form p
{
	line-height: 15px;
	font-weight: bold;
	border: 1px solid #ccc;
}

#form
{
	border: 1px solid #ccc;
}


/********************************
Footer
********************************/

#footer
{
	clear: both;
	text-align: center;
	padding-bottom: 8px;
	padding-right: 20px;
	font-size: 0.9em;
	border-top:1px solid #ccc;
	padding-top: 10px;
	height: 50px;
	color: #666;
	background-color: inherit;
}

#footer a
{
	text-decoration: none;
	background-color: inherit;
	color: #FF3300;
}

#footer a:hover
{
	text-decoration: underline;
}
