/*<group=General Styles>*/

body
{
	font: 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0px 5px 0px 5px;
	text-align: center;
	color: #33333;
	background-color: #CC9966;
	background-repeat: no-repeat;
	background-position: center;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #804000;
	/*color: white;*/
	text-decoration: none;
}

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

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/

#container {
	background: #FFFFFF repeat-y right url(images/sidebar_bg.png); /* This Is The BG Color Of The Main Div */
	width: 780px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #3e3e3e;
	padding-bottom: 20px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #331a00;
}

#pageHeader {
/*	width: 780px;*/
width: 780px;
	text-align: left;
	list-style: none;
	height: 111px;
	background: no-repeat url(images/header_bg2.jpg);
}

#pageHeader img {
	display: inline;
	float: right;
	margin-top: 30px;
	margin-right: 40px;
}

#pageHeader h1
{
	color: #FFFFCC;
	margin: 0px;
	font-weight: normal;
	font-size: 48px;
	padding: 10px 20px 0px 40px;
	font-family: Times;
}

#pageHeader h2 {
	color: #663333;
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
	padding-left: 40px;
	padding-top: 0px;
}

#contentContainer {
	/*background: no-repeat url(images/back3.jpg);*/
/*	width: 570px;
	float: left;*/
	text-align: left;
	padding-top: 0px;
}

#contentContainer #content {
	line-height: 150%;
	padding-right: 30px;
	padding-left: 40px;
	width: 520px;
}

#contentContainer #content ul
{
	/*  WHAT'S NEW CONTENTS*/
	line-height: 180%;
	margin-top: -10px;
	font-size: 70%;
}

#contentContainer #content ul a
{
	/*  WHAT'S NEW CONTENTS*/
	line-height: 180%;
	margin-top: -10px;
	text-decoration: underline;
	font-size: 140%;
}

#image_logo
{
	/*  WHAT'S NEW CONTENTS*/
	text-align: left;
}


#sidebarContainer {
/*	width: 180px;
	float: right; */
	text-align: left;
	padding-right: 10px;
	padding-top: 27px;
}

#sidebarContainer .sidebar
{
	padding: 0px;
	line-height: 120%;
	border-bottom: #996600;
	margin: 4px 0 4px 0;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

#footer {
	width: 780px;
	margin: 0px auto; /*#dcd6c2 Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	/* height: 3px; */
	height: 31px;
	background: repeat-x url(images/footer_bg.png);
	color: #996600;
	padding-top: 10px;
	font-size: 70%;
}

#footer a {
	color: #7e3f00;
}

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

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: right;
	width: inherit;
	margin-right: 10px;
	margin-top: 10px;
	float: right;
	font-size: 80%;
	color: #666666;
}

#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>*/

/* Toolbar Styles */

#navcontainer { 
	line-height: 150%;
	padding-top: 0px;
	padding-left: 1em;
	padding-bottom: 0px;
	color: #666600;
}

#navcontainer #current {
	color: #804000;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	/* text-decoration: none; */
	list-style: none;
	margin: 0px;
	/*line-height: 16px;
	 border-bottom: 1px dashed #dcd6c2; */
	padding: 0px 0px 0px 0px;
}

#navcontainer ul a{ 
	font-size: 100%;
	text-decoration: underline;
}

#navcontainer a
{
	/* display: block;
	color: green;*/
	color: #804000;
	text-decoration: underline;
	padding: 0 0 0 10px;
	margin: 0;
}

#navcontainer a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/* Child - Level 1#d36a00 */

#navcontainer ul ul { /* side link both mac & windows*/
	/* list-style: disc; */
	padding: 0px;
	margin: 0px 0px 0px 5px;
	border-bottom-style: none;
	line-height:150%;
}

#navcontainer ul ul a { /*link text */
	/* display: block; */
	font-size: 100%;
	padding-bottom: 0px;
	margin: 0px;
	text-decoration: underline;
	/* line-height:150%;
	color: blue; */
}

#navcontainer ul ul a:hover {
	color: #CC3300;
	background: transparent;
	text-decoration: underline;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #808080;
	list-style: circle;
	border-bottom-style: none;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
}

#navcontainer ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #999999;
	list-style: circle;
	border-bottom-style: none;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
}

#navcontainer ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #b3b3b3;
	list-style: circle;
	border-bottom-style: none;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
}

#navcontainer ul ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #cccccc;
	list-style: circle;
	border-bottom-style: none;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
}

#navcontainer ul ul ul ul ul ul a:hover {
	background: transparent;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout {
	background: #97907e;
	padding: 10px;
	color: #ffffff;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}

h1 {
	color: #FFCC00;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
}

h3 {
	color: #804000;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #804000;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #804000;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}


