/*Style Sheet - Server Upload*/

 
/* 4 colour motif: burnt sky: #0077bb; dark blue: #002288; 
		   soap blue: #55ccee; 3/4 sky #1188dd*/ 



/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			OVERALL
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
html{
	
	background: #0086db url(images/bg.jpg) top repeat-x fixed;
	min-height: 100%; 	
	height: 100%; 	
	overflow: hidden; 
}
body{
	min-height: 100%; 	
	height: 100%; 	
	
	margin: 0px; 
	
	
	
	overflow: hidden; 
	
	color: #ffffff; 
	text-align: center; 
	font-size: 12px; 
	font-style: normal; 
	font-family: Helvetica, Trebuchet MS, Arial, sans-serif
} 


a {
	height: 15px; 
	line-height: 16px; 
	color: #ffffff;
	text-decoration: none; 
	display: block;
}
a:link{ 

}
a:visited{
	color: #ccddff; 
}
a:active{
	color: #eeeeff; 
}
a:hover {
	color: #ffffff; 
	/*background: #77ddff; */
	/*background: #22aaee;*/
	background: #3D98DE; 
}

.inline {
	display: inline; 
}

a:focus { outline: none; }

/*remove table borders*/
table{
	border: 0px; 
	border-width: 0px; 
	border-collapse: collapse; 
	padding: 0px
}



/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			CONTAINERS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/


#flashcontainer {
	position: absolute; 
	top: 0px; 
	right: 0px; 
	z-index: 0;
	width: 100%;
	
}


/*main box style*/
#mainBox {

	position: absolute; 
	top: 0px; 
	right: 0px; 
	z-index: 1;
	width: 100%;
	overflow: auto; 	
	min-height: 100; 
	height: 100%; 
	text-align: center; 
	
}



	#siteCon{
		min-height: 100%; 
		height: 100%; 
		
		width: 800px; 
			
		background: #0387da url(images/page.jpg) top center no-repeat; 
		 
	/*	border: 1px solid #1498ec; */
		border-bottom: 0px; 
		border-top: 0px; 
		
		margin: auto; 
		
		z-index: 2;
		        
	}
	
	div > #siteCon {
		height: auto; 
	}

		#topMenuCon {
			height: 20px; 
			line-height: 20px; 	
			font-size: 13px; 	
			word-spacing: 5px; 
			
		}
			
			#topMenuCon a {
				height: 25px; 
				line-height: 20px; 	
				display: block; 
				float: left; 
				/*padding: 67px;
				padding-top: 0px; 
				padding-bottom: 0px;*/
				width: 25%;
				color: #ffffff; 
			}
		
			#topMenuCon a:hover {
				/*background: url(images/linkbg.jpg) top center repeat-x;*/
				background: #66d5ff; 
			}
		
		#centerBodyCon {
			padding-top: 85px;
		}


			.box table {
				width: 100%; 
			}
			
			.box table a, .box a {
				display: inline; 
			}


/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			HEADERS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/

	h1,h2,h3,h4,h5,h6 {
		font-family: Helvetica, Trebuchet MS, Arial, sans-serif;
		padding: 0px; 
		margin: 0px;
		margin-bottom: 5px; 
		margin-top: 5px; 
		color: #ddeeff;
		letter-spacing: 1px; 
	}
	
	h1 {
		font-size: 17px; 
	}
	h2 {
		font-size: 14px; 
		font-weight: normal;
	}
	h3 {
		font-size: 13px; 
	}

