	
	HTML {
		overflow-y:scroll;
	}
	
	BODY {
		overflow-y:hidden;
		margin:0;
		padding:0;
		font-family: arial, verdana, sans-serif;
		font-size:9pt;
		color:#000;
		background:url(../images/pageBG.gif) repeat-x;
	}
	
	A {
		text-decoration:none; 
		color:#c50055;
	}
	
		A:hover {
			color:#4e4646;
		}
	
	IMG {
		border:0; 
	}
	
	#mainContainer {
		position:relative;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		margin-top:20px;
		width:886px;
		height:737px;
	}
	
		#header {
			width:886px; 
			height:119px; 
			background:url(../images/pv_head.gif) no-repeat;
		}
		
			#header a {
				display:block; 
				width:886px; 
				height:119px;
				text-indent:-4000px; 
			}
		
		#content {
			position:relative;
			width:886px; 
			height:602px; 
			background:url(../images/contentBg.gif) no-repeat;
		}
		
			#navi {
				position:absolute;
				top:58px; 
				left:35px; 
				width:100px; 
				text-align:right;
			}
			
				#navi ul {
					list-style-type:none; 
					margin:0; 
					padding:0; 
				}
				
					#navi ul li {
						margin-bottom:16px;
					}
					
						#navi ul li a {
							color:#4e4646;
							font-weight:bold;
						}
						
						#navi ul li a:hover, #navi ul li a.selected {
							color:#c50055;
						}
			
			#innerContent {
				position:absolute; 
				top:164px; 
				left:169px; 
				padding:5px 5px 5px 0;
				width:460px; 
				height:328px;
				text-align:right;
			}
				#innerContent a {
					font-weight:bold;
				}
			
				#innerContent h1, #innerContent h2 {
					margin:0; 
					padding:0; 
					font-size:9pt; 
				}
				
				#innerContent strong.magenta {
					color:#c50055;
				}
				
				#innerContent td {
					vertical-align:top; 
					text-align:right;
					margin-left:5px;
				}
				
				#innerContent ul {
					list-style:none; 
					margin:0; 
					padding:0; 
				}
				
					#innerContent ul li { 
						height:37px;    
						line-height:37px;
						margin-bottom:10px;
						text-align:right;
					}
						
						#innerContent ul li a, #innerContent ul li span { 
							position:relative; 
							top:-13px;
							height:37px;
							line-height:37px; 
							text-align:right;
						}				
			
			#contentImage {
				position:absolute; 
				top:0px; 
				left:635px; 
				width:250px; 
				height:338px;
			}
				
