/*<group=General Styles>*/

body {
	background: repeat url(images/body_bg.png);
	color: #333333;
	font: 11px Tahoma, Verdana, Helvetica, Arial;
}

td {
font-size: 11px;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #0080ff;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #006ad3;
}

#container { /* This Is The BG Color Of The Main Div */
	width: 669px;
	margin: 16px auto 0px; /* Right And Left Margin Widths To Auto */ /* Hack To Keep IE5 Windows Happy */
	line-height: 2.0em;
	background: url(images/content_bg.png) repeat-y;
	width: 767px;
}

#bottom {/* This Is The BG Color Of The Main Div */
	width: 669px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	background: url(images/content_bottom.png) no-repeat;
	width: 767px;
	height: 55px;
}

#pageHeader {
	width: 767px;
	text-align: left;
	list-style: none;
	height: 263px;
	background: no-repeat url(images/bg_header.jpg);
}

#pageHeader img {
	float: right;
	margin-top: 25px;
	padding-right: 45px;
}

#pageHeader h1 {
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	margin: 20px 0px 0px 30px;
	text-align:
	padding: 0 0 0px 0px;
	text-shadow: 2px 2px 2px #333333;
	position: absolute;
	letter-spacing: -2px;
}

#pageHeader h2 {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	text-align:
	padding: 0px 15px 0px 0px;
	letter-spacing: -1px;
	text-shadow: 2px 2px 2px #333333;
	position: absolute;
	margin: 73px 0px 0px 38px;
}

#contentContainer {
	float: left;
	text-align: left;
	width: 669px;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 30px;
}

#contentContainer #content {
	line-height: 2em;
	padding-right: 30px;
	padding-left: 30px;
}

#footer {
	text-shadow: 0px 1px 0px #ffffff;
	text-align: center;
	font-size: 1.0em;
	margin-right: 50px;
	margin-top: 15px;
}

#footer a {
	color: #999999;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	font-weight: 800;
}

#footer a:hover {
	color: #333333;
	text-decoration: none;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align:
	font-size: 9px;
	clear: both;
	position: relative;
	font-size: 9px;
	left: 14px;
	border-top: dashed #cccccc 1px;
	margin-top: 20px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Parent - Level 0 */

#navcontainer {
	width: 767px;
	text-align: center;
	height: 31px;
	position: absolute;
	padding: 0px;
	font-size: .86em;
	line-height: 3.1em;
	margin: 201px 0px 0px 12px;
}

#navcontainer #current {
	background: url(images/button.png) no-repeat;
	color: #0080ff;
	position: relative;
	font-weight: 600;
}

#navcontainer .currentAncestor {
	background: url(images/button.png) no-repeat;
	color: #01003E;
	font-weight: 300;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	z-index: 2;
}

#navcontainer li {
	display: inline;
	padding: 0px;
	margin: 0px;
	text-align: center;
	float: left;
}

#navcontainer a {
	display: block;
	width: 111px;
	height: 31px;
	color: #999999;
	text-align: center;
	text-decoration: none;
	padding-top: 6px;
}

#navcontainer a:hover {
	color: #000000;
}	
/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	color: #000000;
	border: 1px dashed #adadad;
	background: #e6e6e6;
	padding: 10px;
	border-left: solid #666666 4px;
}

h1 {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h2 {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h3 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h4 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h5 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

	

