@charset "utf-8";
/* CSS Document */

body
	{
	background-color:#CCFFFF;
	background-image:url(images/bkgrd-bkgrd.jpg);
	background-repeat:repeat-x;
	margin:10px;
	}

.big-box
	{
	margin:auto;
	position:relative;
	width:900px;
	margin-top:20px;
	}
	
.content-box
	{
	border:solid;
	border-width:10px;
	border-color:#FFFFFF;
	background-color:#E8FFFF;
	width:900px;
	height:800px;
	top: 150px;
	right: 0%;
	bottom: 0%;
	left: 0%;
	position: absolute;
	}
	
.content-box-background
	{
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
	overflow:hidden;
	background-image:url(images/bkgrd-bkgrd.jpg);
	}
	
.content-box-background-tint
	{
	position:absolute; 
	z-index:2; 
	width:100%; 
	height:100%;
	background-color:#FFFFFF;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	}
	
.content-box-background-border-1
	{
	position:absolute; 
	z-index:3; 
	width:100%; 
	height:100%;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	border-left:solid;
	border-left-color:#999999;
	border-left-width:10px;
	}

.content-box-background-border-2
	{
	position:absolute; 
	z-index:4; 
	width:23%; 
	height:100%;
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
	background-color:#CCCCCC;
	border-right:solid;
	border-right-color:#ffffff;
	border-right-width:5px;
	border-left:solid;
	border-left-color:#ffffff;
	border-left-width:5px;
	}
	
.content-box-background-border-4
	{
	position:absolute; 
	z-index:8; 
	width:895px; 
	height:100%;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	border-right:solid;
	border-right-color:#999999;
	border-right-width:5px;
	}


.footer-box
	{
	position:absolute;
	z-index:10;
	width:678px;
	height:58px;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	left:217px;
	top:735px;
	background-color:#666666;
	border-top:solid;
	border-top-color:#000000;
	border-top-width:2px;
	border-bottom:solid;
	border-bottom-color:#999999;
	border-bottom-width:5px;
	}
	
.footer-padding
	{
	padding:10px;
	}
	
.footer-box p
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	display:inline;
	color:#CCCCCC;
	font-weight:bold;
	letter-spacing:2px;
	}

		
.logo
	{
	float:left;
	}
	
.title
	{
	float:left;
	padding-left:10px;
	vertical-align:top;
	}
	
.title p
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:42px;
	display:inline;
	}
	
.top-details
	{
	float:right;
	text-align:right;
	font-weight:bold;
	}

.top-details p
	{
	position:relative;
	top:80px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	}
	
.top-details a
	{
	font-size:10px;
	color:#333333;
	text-decoration:none;
	}

.top-details a:hover
	{
	text-decoration:underline;
	}

	
.main-content
	{
	z-index:5;
	position:absolute;
	width:70%;
	height:80%;
	left:25%;
	top:10%;
	padding-left:10px;
	padding-right:10px;
	overflow:scroll;
	SCROLLBAR-FACE-COLOR: #cccccc; 
	OVERFLOW-X: hidden; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #999999; 
	SCROLLBAR-3DLIGHT-COLOR: #cccccc; 
	SCROLLBAR-ARROW-COLOR: #333333; 
	SCROLLBAR-TRACK-COLOR: #cccccc; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	}
	
.main-content p
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	}	

.main-content img
	{
	border:solid #CCCCCC 5px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	}	

.main-content ul
	{
	margin-left:10px;
	padding-left:10px;
	list-style-type:square;
	}	

.main-content li
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	}	
	
.main-content a
	{
	color:#666666;
	text-decoration:none;
	}

.main-content a:hover
	{
	color:#333333;
	text-decoration:none;
	}

.main-menu
	{
	z-index:20;
	position:absolute;
	left:30px;
	top:10%;
	}
	
.main-menu ul
	{
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
	}	

.main-menu li
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	word-spacing:5px;
	}	
	
.main-menu a
	{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#333333;
	width:140px;
	display:block;
	padding:5px;
	margin:5px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	border-bottom:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:2px;
	}

.main-menu a:hover
	{
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	border-bottom:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:2px;
	}
	
.image-line
	{
	text-align:left;
	padding-left:5px;
	}
	
.image-line img
	{
	border:5px #666666 solid;
	margin-bottom:10px;
	}
	
.gurprit
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#666666;
	position:absolute;
	display:block;
	top:120%;
	text-align:center;
	width:99%;
	}
	
.gurprit a
	{
	color:#666666;
	text-decoration:none;
	}
