body { 
	margin-top: 0; 
	margin-left: 0; 
	background-color: #B1006A; 
	font-family: Arial; 
	font-size: 8pt; 
}

H3, h3 {
        font-size: 13pt;
}

div#bodydiv { 
	position: relative; 
	width: 725px; 
	margin-left: auto;
        margin-right: auto;
}

a {
	color: white;
}

div#navTop { 
	background-image: url(images/topdiv_bg.jpg); 
	background-repeat: no-repeat;  
	background-position: 0px 0px;
	position: absolute; 
	top:70px; 
	left: 0px; 
	width: 725px; 
	height: 126px; 
	overflow: hidden; 
	border: 0px solid Black;
}

div#navLeft { 
	background-image: url(images/leftdiv_bg.jpg); 
	background-repeat: no-repeat;  
	background-position: 0px 0px;
	position: absolute; 
	top:196px; 
	left: 0px; 
	width: 254px; 
	height: 280px; 
	overflow: hidden; 
}

div#navBottom { 
	background-image: url(images/bottomdiv_bg.jpg); 
	background-repeat: no-repeat;  
	background-position: 0px 0px;
	position: absolute; 
	top:476px; 
	left: 0px; 
	width: 725px; 
	height: 164px; 
	overflow: hidden; 
	z-index: 20;
	border: 0px solid Black;
}

div#mainContent { 
	background-image: url(images/maincontentdiv_bg.jpg); 
	background-position: -1px 4px;
	background-repeat: no-repeat;
	position: absolute; 
	top: 192px; 
	left: 253px; 
	width: 313px; 
	height: 244px; 
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 140px;
	font-family: Arial; 
	font-size: 8pt; 
	color: #FFFFFF; 
	font-weight: normal; 
	overflow: hidden; 
	border: 0px;
        line-height: 2.0em;
}

table.leftmenu {
	position: relative; 
	top: -7px; 
	height: 260px; 
	left: 123px;
	width: 133px;
	border: 0px solid Black;
}

td.leftmenu { 
	white-space: nowrap; 
	padding-right: 5px;
}

div.leftmenuitem {
	background-image: url(images/leftmenuitem_bg.jpg); 
	background-repeat: no-repeat;  
	background-position: 1px 0px;
	position: relative; 
   text-align: right;
	color: #FFFFFF; 
	cursor: pointer; 
	font-size: 7.5pt; 
	font-weight: bold;
	height: 15px;
	padding-right: 5px;
}

div.leftmenuitemover { 
	background-image: url(images/leftmenuitem_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: 1px 0px;
	position: relative; 
   text-align: right;
	color: #FFFFFF; 
	cursor: pointer; 
	font-size: 7.5pt; 
	font-weight: bold;
	height: 15px;
	padding-right: 5px;
}

table.bottommenu {
	position: relative; 
	top: 10px;
	left: 530px;
}

td.bottommenu { 
	white-space: nowrap; 
	padding-right: 20px;
}

div.bottommenuitem { 
	position: relative; 
	text-align: left; 
	color: #FFFFFF; 
	cursor: pointer; 
	font-size: 7pt; 
	font-weight: bold;
	width: 130px; 
	height: 15px; 
	width:	100%;
}

div.bottommenuitemover { 
	position: relative; 
	text-align: left; 
	color: #FFFFFF; 
	cursor: pointer; 
	font-size: 7pt; 
	font-weight: bold;
	width: 130px; 
	height: 15px; 
	width:	100%;
}


div#scrolldiv {
	/* The total width of the scrolling div including scrollbar */
	width:100%;
	height:100%;	/* The height of the scrolling div */
}

div#scrolldiv_parentContainer {
	width:100%;	/* Width of the scrolling text */
	height:100%;
	overflow:hidden;
	float:left;
	position:relative;
}

/*	CSS for the scrolling content 	*/
div#scrolldiv_content {
	position:relative;
	font-family: Arial; 
	font-size: 8pt; 
	color: #FFFFFF; 
	font-weight: normal; 
}

/*		The scrollbar slider 	*/
div#scrolldiv_slider {
	width:15px;
	margin-left:2px;
	height:500px;
	float:left;
}

/*		The scrollbar (The bar between the up and down arrow )	*/
div#scrolldiv_scrollbar {
	width:1px;
	//height:540px;	
	border-left:1px solid #FFFFFF;
	position:relative;
	left: 35px;
}

/*		The scrollbar handle		*/
div#scrolldiv_theScroll {
	margin:1px;
	width:13px;
	height:13px;
	background-color:#FFFFFF;
	position:absolute;	
	top:0px;
	left:-7px;
	cursor:pointer;
}

/*		Scroll buttons(The up and down arrows)		*/
div#scrolldiv_scrollUp,#scrolldiv_scrollDown {
	width:0px;
	height:0px;
	border:0px solid #BC8FBD;
	color: #BC8FBD;
	text-align:center;
	font-size:16px;
	line-height:16px;
	cursor:pointer;
}

div#scrolldiv_scrollUp {
	margin-bottom:2px;
}

div#scrolldiv_scrollDown {
	margin-top:2px;
}
	


