body, th, td, p {
	font-family: 'Arial';
	font-size: 13px;
	line-height:1.5;
}


ul {
	position: relative;
	left: -22px;
	list-style: url('../stripe.gif') disc;
}

ol, ul, p {
	padding-top: 0px;
	padding-bottom: 0px;
}

body {
	padding: 0px;
	margin: 24px;
}

body .pageContainer {
	border: 2px solid #320031;
	width: 1000px;
	height: 850px;
	position:absolute; 
	top:50%; 
	left:50%; 
	margin-left: -500px; 
	margin-top: -330px;
}

body .pageLayout {
}

body .pageBanner {
	height: 120px;
}

body .pageMenu {
	width: 225px;
	height: 100%;
}

body .pageContent {
	padding: 12px 12px 12px 12px;
}

body .pageContentTitle {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

body .pageContentTop {
	height: 50px;
}

body .pageContentSplitter {
	height: 24px;
	border-top: 2px solid #330033;
}

body .pageContentBottom {

}

body .pageContentBottomContainer {
	border: 0px;
	height: 550px;
	overflow: auto;
}

body .pageContentBottomContainerContent {
	border: 0px;
	font-size: 15px;	
}

body .pageGallery {
	width: 240px;
}

body .menuPointer {
	position: absolute;
	width: 12px;
	height: 24px;
}

body .menuTable {
	background-color: #996699;
}

body .menuTable th {
	text-align: left;
	padding-left: 12px;
	border-bottom: thin solid #FFFFFF;
}

body .menuTable a {
	font-weight: bold;
/*	text-transform: uppercase; */
	text-decoration: none;
	color: #ffffff;
	font-size:14px;

}

body .menuTable .active {
	font-weight: bold;
/*	text-transform: uppercase; */
	color: #000000;
}

