/*<group=General Styles>*/

body {
	line-height: normal;
	font: 12px/0px Tahoma, Verdana, Helvetica, Arial;
	font-weight: normal;
	text-shadow: 0px 1px 0px #ffffff;
	margin: 10px;
	text-align: center;
	color: #cc0000;
	background: #f2f2f2;
}

display {font-size:10px; text-decoration:none;
}


p { 
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #3333ff;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}

a:hover, a:active {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

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

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

/*<group=Layout>*/

#container {
	background: repeat-y right url(../graphics/container_bg.png); /* This Is The BG Color Of The Main Div */
	width: 684px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #3e3e3e;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-weight: normal;
	color: #666666;
	text-shadow: 0px 1px 0px #ffffff;
	line-height: 1.5em;
}

#container #top {
	background: url(../graphics/container_top.png) no-repeat;
	width: 684px;
	height: 9px;
}

#container #bottom {
	background: url(../graphics/container_bottom.png) no-repeat;
	width: 684px;
	height: 9px;
}

#pageHeader {
	min-height: 90px;
	width: 684px;
	text-align: left;
	list-style: none;
	height: 90px;
	background: no-repeat url(../graphics/header_bg.png);
}

#pageHeader img {
}

#pageHeader h1 {
	color: #cc0000;
	margin: 0px;
	font-weight: bold;
	font-size: 22px;
	padding: 0px 0px 0px 28px;
	letter-spacing: 2px;
}

#pageHeader h2 {
	color: #cc0000;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 0px 28px;
	letter-spacing: 1px;
}

#contentContainer {
	float: left;
	text-align: left;
	width: 660px;
	margin: 0px;
	padding-top: 0px;
}

#contentContainer #content {
	padding-right: 10px;
	padding-left: 28px;
}

#footer {
	padding: 10px 0px 5px 24px;
	text-shadow: 0px 1px 0px #ffffff;
	text-align: left;
	margin-top: 15px;
	border-top: 1px solid #adadad;
	margin-right: 4px;
	margin-left: 4px;
	font-size: 9px;
}

#footer a {
	color: #000099;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}

#sidebarContainer {
	width: 206px;
	float: right;
	text-align: left;
	background: repeat-y url(images/sidebar_bg.png);
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#sidebarContainer #top {
	width: 206px;
	height: 7px;
	background: url(images/sidebar_top.png) no-repeat;
}

#sidebarContainer #logo {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;

}

#sidebarContainer #sidebar {
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
}

#sidebarContainer .sideHeader {
	font-size: 1.4em;
	font-weight: bold;
	padding: 3px 10px;
}

#sidebarContainer #bottom {
	width: 206px;
	height: 7px;
	background: url(images/sidebar_bottom.png) no-repeat;
	position: absolute;
}

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


/*<group=Toolbar>*/

/* Parent - Level 0 */

#navcontainer {
	position: relative;
	height: 33px;
	padding: 0;
	white-space: nowrap;
	font-size: 12px;
	margin: 0px 4px 40px 4px;
	background: url(../graphics/navcontainer_bg.png) repeat-x;
}

#navcontainer #current {
	font-weight: bold;
	color: #cc0000;
	background: url(../graphics/button_over.png) no-repeat;
}

/* Parent - Level 0 */

#navcontainer ul {
	padding: 0px;
	z-index: 2;
	margin: 0px 0px 0px 10px;
}

#navcontainer li {
	float: left;
	margin: 0 0 0 0px;
	list-style-type: none;
	padding: 0px;
}

#navcontainer a {
	position: relative;
	width: 130px;
	height: 32px;
	display: block;
	margin: 0;
	text-align: center;
	text-decoration: none;
	color: #7f7f7f;
	background: no-repeat url(../graphics/button_normal.png);
	text-shadow: 0px 1px 0px #ffffff;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}

#navcontainer a:hover {
	text-decoration: none;
	background: no-repeat url(../graphics/button_over.png);
	text-shadow: none;
	color: #cc0000;
	font-weight: bold;
}

#navcontainer .currentAncestor {
	font-weight: bold;
}
/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 30px;
	margin: 0;
	width: 666px;
	margin-left: 10px;
}

#navcontainer ul ul li {
	display: inline;
	float: left;
}

#navcontainer ul ul a {
	background: none;
	text-align: center;
}

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

#navcontainer ul ul #current {
	background: none;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	display: none;
}
	
/*</group>*/

