/*<group=General Styles>*/

body {
	font: 10px/0px Tahoma, Verdana, Helvetica, Arial;
	text-shadow: 0px 1px 0px #ffffff;
	margin: 10px;
	text-align: center;
	color: #333333;
	background: #f2f2f2;
}

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


p { 
}

b, strong {
	font-weight: bold;
}

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

a:hover, a:active {
	color: #000000;
	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;
	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;
	position: absolute;
}

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

#pageHeader img {
}

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

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

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

#contentContainer #content {
	padding-right: 10px;
	padding-left: 28px;
	line-height: 1.5em;
}

#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;
}

#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: #333333;
	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: #333333;
	font-weight: bold;
}

	
/*</group>*/

