/*	Main Body 					*/
/********************************/

body 
{
  font-family: Verdana, Arial, helvetica, sans-serif;
  background-color: #6B6B6B;
  color: #333333;
  margin: 0 auto;
  padding: 0;
}

/********************************/
/*	Page Container				*/
/********************************/

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 770px;
	background-color: #2f2f2f;
	color: #333333;
	border: 2px solid gray;
}

/********************************/
/*	Main Header					*/
/********************************/

#top-bar
{
	background-color: #2f2f2f;
	color: #333333;
	height: 40px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

#header
{
	background-image: url(img/matrix_logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 770px;
	height: 108px;
	border-bottom: 2px solid gray;
}

.header-title
{
	font-size: 250%;
	color: #ffffff;
	background-color: inherit;
	padding-left: 100px;
	padding-top: 30px;
}

/********************************/
/*	Level 2 Navigation			*/
/********************************/

#navigation-2
{
	clear: both;
	background-color: #a7506e;
	color: inherit;
	font-size: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	height: 25px;
	border-bottom: 2px solid gray;
	font-weight: bold;
}

#navigation-2 ul li
{
	display: inline;
}


#navigation-2 a
{
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border-right: 1px solid #fff;
	color: #fff;
	background-color: inherit;
	font-size: 80%;
}

#navigation-2 a:hover
{
	color: #2f2f2f;
	background-color: inherit;
}

/*
#navigation-2 a
{
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
}
*/
/********************************/
/*	Pathway	(Not Used)			*/
/********************************/

#pathway
{
	clear: left;
	background-color: #99aaaa;
	color: inherit;
	width: 500px;
	float: left;
	height: 50px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 5px;
	margin-left: 1px;
	margin-right: 5px;
}

/************************************/
/*	Content							*/
/************************************/

#content
{
	clear: left;
	background-color: #ffffff;
	color: inherit;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 20px;
	margin-right: 5px;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 35px;
	border-right: 2px solid gray;
	float: left;
}

#content p
{
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 16px;
}

#content h1
{
	color: #A7506E;
	background-color: inherit;
	font-size: 14pt;
	padding-top: 10px;
}

#content h2
{
	color: #A7506E;
	background-color: inherit;
	font-size: 12px;
	padding-top: 10px;
}

#content a
{
	text-decoration: none;
	color: #A7506E;
	background-color: inherit;
}

#content a:hover
{
	text-decoration: underline;
}

/********************************/
/*	Image Styles				*/
/********************************/
	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }
/********************************/
/*	Right Side					*/
/********************************/

#side-bar
{
	float: right;
	width: 150px;
	padding: 20px 20px 0 20px;
	color: #fff;
	background-color: inherit;
	font-size: 0.7em;
	margin-right: 10px;
}

#side-bar h1
{
	color: #fff;
	background-color: inherit;
	font-size: 1em;
	padding-bottom: 10px;
	padding-top: 10px;
}

#side-bar p
{
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px;
}

#side-bar a
{
	text-decoration: none;
	color: #A7506E;
	background-color: inherit;
}

#side-bar a:hover
{
	text-decoration: underline;
}


/********************************/
/* Footer						*/
/********************************/

#footer
{
	background-color: #a7506e;
	clear: both;
	text-align: center;
	padding-bottom: 5px;
	font-size: 0.6em;
	border-top: 2px solid gray;
	padding-top: 10px;
	color: #fff;
}

#footer ul li
{
	display: inline;
	padding: 10px;
	color: #fff;
	background-color: inherit;
}

#footer a
{
	text-decoration: none;
	color: #fff;
	background-color: inherit;
}

#footer a:hover
{
	text-decoration: underline;
}

/************************************/
/*	Misc							*/
/************************************/


*
{
	padding:0;
	margin:0;
}
