/********************************************

	GLOBAL 

********************************************/
body {
  background       : white;
  margin           : 0px 0px 200px 0px;
  padding          : 0px 0px   0px 0px;
}
body, td, div, p, th {
	font-family      : times new roman;
	color            : #000;
	font-size        : 14px;
}
a {
	color            : #456;
}
.small_text {
	font-size				 : 9px;
}

#container {
	border-collapse  : collapse;
	background       : #ccc;
	width            : 731px;
	position         : relative;
	left             : 50%;
	margin-left      : -365px; /* half the width of the div */
}

/********************************************

	BODY HEADER

********************************************/
#header {
	height           : 135px;
  background       : #EEE;
  width            : 100%;
	border-collapse  : collapse;
}
#header .page_header {
	color            : #666;
}

/********************************************

	NAVIGATION BAR (left)

********************************************/
#navbar {
	border           : 0px solid black;
  float            : left;
  width            : 160px;
  margin           : 20px  0px 20px  2px;
  padding          : 10px  0px 20px 0px;
}
#navbar ul {
	list-style          : none;
	margin              : 0px;
	padding-left        : 10px;
}
#navbar li {
	padding-bottom      : 7px;
	padding-left        : 15px;
	padding-top         : 7px;
	font-family         : arial,verdana;
	font-size           : 12px;
	background-position : 0px 7px;
}
#navbar a:link, #navbar a:visited {
	color            : #666;
}
#navbar a:hover {
	color            : #999;
	text-decoration  : none;
}
#navbar ul ul li {
	background     : none;
	padding-bottom : 0px;
	padding-top    : 5px;
}
#navbar ul ul a {
	font-size : 11px;
	text-decoration : none;
}
#navbar ul ul ul {
	padding-left : 5px;
}
	
/********************************************

	BODY 

********************************************/
#content {
	border           : 0px solid black;
  background       : #fff;
  float            : left;
	border-collapse  : collapse;
  padding          :  5px  0px  0px  10px;
  margin           : 20px  0px  30px  0px;
}
#content.content_left, #content.content_right {
	width            : 531px;
}
#content.content_center {
	width            : 361px;
}
#content.content_full {
  padding          :  5px  0px  0px  10px;
  margin           : 20px  0px  30px 10px;
	width            : 701px;
}
#content .page_title {
	font-size      : 26px;
	color          : gray;
	font-weight    : normal;
	padding        : 0px 0px 10px 30px;
	letter-spacing : 4px;
	margin-bottom  : 15px;
	margin-top     : 0px;
}
#intro #quickSummary, #navbar h3 {
	display : none;
}


/********************************************

	INFORMATION BAR (right)

********************************************/
#infobar {
  float						 : right;
  width						 : 160px;
  display					 : none;
}


/********************************************

	FOOTER

********************************************/
#footer {
	height           : 45px;
  clear            : both;
	padding          : 5px 0px 0px 0px;
	font-size        : 10px;
	font-family      : verdana,arial;
	color            : #999;
	width            : 471px;
	left					   : 50%;
	margin-left      : -156px;
	position         : relative;
	top              : 14px;
	text-align       : center;
}




