/*********** GLOBALS ***********/
* {
	margin: 0px; border: none; padding: 0px;
	font-family: tahoma, helvetica, arial, sans-serif; }


/*********** BODY ***********/
body {
	background: #efefef url(../images/bodyBg.jpg) repeat; }


/*********** INLINE ELEMENTS ***********/

/*********** BLOCK ELEMENTS AND THEIR INLINE DESCENDANTS ***********/
/*********** STAGE ***********/
#stageGrp {
	position: relative;
	top: 0px; left: 50%;
	width: 760px;
	margin: 25px 0px 0px -380px;
	border: 1px solid #51145a;
	background-color: #f3f3ff; }

	/*********** BANNER ***********/
	#banGrp {
		position: relative;
		width: 100%; height: 84px;
		border-bottom: 1px solid #3a7dd1;
		background: #cce2fe url(../images/banBg.jpg) no-repeat; }

		/*********** LOGORULE ***********/
		#logoRule {
			position: absolute;
			top: 30px; left: 194px;
			width: 558px;
			border-top: 1px solid #000;
			z-index: 0; }

		/*********** LOGO ***********/
		#logo {
			position: absolute;
			top: 6px; left: 6px;
			z-index: 0; }

		/*********** LOGOTITLE ***********/
		#logoTitleEna,
		#logoTitle_print {
			position: absolute;
			top: 34px; left: 194px;
			z-index: 0; }

		#logoTitleNv {
			position: absolute;
			top: 56px; left: 194px;
			z-index: 0; }

		#logoTitleEna,
		#logoTitleNv {
			display: block; }

		#logoTitle_print {
			display: none;
			top: 24px; }

	/*********** NAV GROUP ***********/
	#navGrp {
		position: relative;
		width: 100%; height: 124px;
		margin-top: 6px; }

		/*********** ART ***********/
		#artBox {
			position: absolute;
			top: 0px; left: 0px;
			width: 360px; height: 122px;
			background-color: #642f6d;
			z-index: 0; }

			#art {
				position: absolute;
				top: 1px; left: 13px; }

		/*********** NAV ***********/
		#navNav {
			position: relative;
			width: 180px;
			margin-left: 370px;
			z-index: 1; }

		#navNav ul {
			list-style: none outside; }

		#navNav li {
			font-size: 16px;
			font-weight: normal;
			margin-bottom: 1px; }

		#navNav a {
			color: #666;
			text-decoration: none;
			border-left: 5px solid transparent;
			padding: 0px 3px;
			display: block; }

		#navNav a:hover {
			border-left: 5px solid #642f6d;
			color: #51145a;
			background-color: #eee; }

		.navCurr {
			border-left: 5px solid #666;
			color: #000;
			background-color: #cce2fe; }

		/*********** LINKS ***********/
		#links {
			position: absolute;
			top: 0px; left: 610px;
			width: 150px; height: 120px;
			padding: 10px 0px 0px 5px;
			background: transparent url(../images/nv_outline.gif) no-repeat;
			z-index: 0; }

			#links p {
				font-size: 0.8em; }


	/*********** TITLE ***********/
	#title {
		font-size: 20px;
		color: #642f6d;
		margin: 10px 7px 0px 14px;
		border-bottom: 1px solid #642f6d;
		padding-bottom: 1px; }


	/*********** CONTENT ***********/
	#contentGrp {
		position: relative;
		width: 723px;
		margin: 2px 0px 0px 14px;
		border: 1px solid #aeaeae; border-top-color: #642f6d; border-left-width: 15px;
		padding: 10px 0px 20px 0px;
		color: #333;
		background: #e3e3e3 url(../images/contentBg.jpg) no-repeat; }

	#contentGrp h2 {
		color: #642f6d;
		margin-bottom: 3px;
		border-bottom: 1px dashed #333;
		padding-bottom: 1px; }

	#contentGrp ol,
	#contentGrp ul {
		margin: 0px 0px 10px 10px;
		padding-left: 20px; }

	#contentGrp li {
		margin: 0px; padding-bottom: 4px; }

	#contentGrp a {
		color: #b136c3;
		border-bottom: 1px dotted #b136c3;
		text-decoration: none; }
	#contentGrp a:hover {
		background-color: #ddd;
		border-bottom: none; }

		#contentExtras {
			position: absolute;
			top: 10px; left: 10px;
			width: 160px;
			padding-bottom: 1px;
			font-size: 0.8em;
			z-index: 0; }

			#contentExtras h2 {
				font-size: 1.0em; }

		#contentContent {
			width: 500px;
			margin-left: 190px;
			border-left: 1px solid #642f6d;
			padding-left: 10px;
			z-index: 1; }

			#contentContent h2 {
				font-size: 1.0em; }

			#contentContent p,
			#contentContent li,
			#contentContent td
			{
				font-size: 0.8em; }

		#contentContent p {
			margin-bottom: 12px; }


	/*********** STAGE BOTTOM ***********/
	#stageBot {
		position: relative;
		margin-top: 20px;
		padding-right: 10px;
		font-family: arial, helvetica, sans-serif;
		font-size: 10px;
		text-align: right;
		color: #fff;
		background-color: #642f6d; }

		#stageBot a {
			color: #cce2fe;
			text-decoration: none; }