html {
	padding:0; 
	margin:0;
	height:100%;
	overflow-x:hidden;
	overflow-y:hidden;}

body {
	background:#FFFFFF;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	text-align:center;
	height:100%;
	min-height:600px;
	overflow-y:hidden;}
	
#loadingIndicator{
position:absolute;
top:15px;
right:0px;
width:100px;
height:40px;
padding-top:4px;
background:#FFFFFF;
border:1px #666666 solid;
z-index:2000;
}

#pageContentBox{
	max-width:1240px;
	background:url(../interface/componentBackground.jpg) center bottom no-repeat;
	margin-top:0px;
	margin-left:auto;	
	margin-right:auto;
	margin-bottom:65px;
	border-top:15px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	height:100%;
	text-align:right;
	z-index:1;}
	
	#pageDoorwayBox{
		width:900px;
		height:600px;
		z-index:15;
		visibility:visible;
		position: absolute;
		top: 5%;
		left: 50%;
		margin-left: -450px;
		text-align:center;
		overflow:none;
		position:absolute;}
	
	#pageGuidance{
		text-align:right;
		float:left;
		width:300px;
		height:100%;
		top:0px;
		overflow-x:hidden;
		overflow-y:hidden;
		position:fixed;}
	
		#guideTextBox{
			color:#666666;
			font-size:12px;
			text-align:right;
			padding-right:10px;
			overflow:hidden;}
		
			#guideTextBox a{
				color:#666666 !important;
				text-decoration:none !important;}
			
			#guideTextBox a:hover{
				color:#FFFFFF !important;
				background:#666666 !important;
				border:2px solid #666666 !important;
				text-decoration:none !important;}
				
			#linkBox{
				margin-right:0px;
				width:280px;
				border-right:2px solid #CCCCCC;
				padding-right:5px;
			}
			
			#linkBox a{
				color:#999999 !important;
			}
			
			#applBox{
				margin-right:0px;
				width:280px;
				border-right:2px solid #CCCCCC;
				padding-right:5px;
			}
			
			#applBox a{
				color:#999999 !important;
			}
	
	#pageMaindivision{
		display:inline;
		margin-top:100px;
		text-align:left;
		float:right;
		width:75%;
		height:600px;
		padding-bottom:0px;
		overflow-x:hidden;
		overflow-y:auto;}
							
	#pageFooter{
		background:#FFFFFF; /*  url(../interface/vxntBadge.png) right center no-repeat */
		border-top:1px solid #CCCCCC;
		position:absolute;
		font-size:12px;
		line-height:14px;
		color:#666666;
		text-align:center;
		height:65px;
		bottom:0px;
		margin-top:0px;
		z-index:1000;
		width:100%;
		left:0px;
		padding-top:10px;
		padding-bottom:10px;
	}

	#pageFooter strong{
		color:#333333;
		font-weight:400;}

	#pageFooter p{
		margin-top:3px;
		margin-bottom:1px;}

	#pageFooter a{
		color:#333333;}

h1{
	font-size:20px;
	color:#333333;
	text-indent:0px !important;
	font-weight:400;
	vertical-align:bottom;
	margin-left:10px;
}

#titleBox{
	float:left;
	position:fixed;
	top:40px;
	height:60px;
	overflow:hidden;
}
	
h5{
	padding-top:40px;
	font-size:20px;
	color:#333333;
	text-indent:0px !important;
	font-weight:400;}

	.h1sub{
		font-size: 14px !important;
		font-weight:200 !important;
		color:#999999 !important;}
	
	.h1sub a{
		color:#999999 !important;
		text-decoration:none !important;}
	
	.h1sub a:hover{
		color:#FFFFFF !important;
		background:#666666;
		border:2px solid #666666;
		text-decoration:none;}
	
	.h1subLight{
		font-size: 14px !important;
		font-weight:400 !important;
		color:#333333 !important;}
	
	.h1subLight a{
		color:#333333 !important;
		text-decoration:none !important;}
		
	.h1subLight a:hover{
		color:#FFFFFF !important;
		background:#666666;
		border:2px solid #666666;
		text-decoration:none;}

h2{
	font-size:16px;
	color:#333333;
	text-indent:0px !important;
	font-weight:400;}

h3{
	font-size:16px !important;
	color:#666666 !important;
	text-indent:0em !important;
	margin-left:2em !important;
	font-weight:400 !important;}


blockquote{
	margin-left:20px;
	margin-right:10px;
	font-size:16px;
	text-indent:32px;
	color:#666666;
	font-weight:200;
	text-align:left;
	line-height:26px;}
	
	blockquote blockquote{
	font-size:14px !important;
	text-indent:0px;
	padding-left:2em;
	color:#666666;
	font-weight:200;
	text-align:left;
	line-height:16px;}
	
	blockquote a{
	color:#666666;}

	strong{
		font-weight:200;
		color:#333333;}
		
	#name{
		font-size:16px !important;
		padding-left:20px;
		padding-right:20px;
		height:26px;
		display:inline-block;}
			
	#donators{
		font-size:16px !important;
		width:320px;
		height:26px;
		display:inline-block;}
			
	a img{
		border:none;
	}
