/* ------------------------------
Body Redefine Tag
------------------------------ */
html {
	overflow: hidden; 
	background-color: #919eb4;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/windowBackground.jpg); 
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	margin: 0px;
}




/* ------------------------------
Navigation Line
------------------------------ */
#nav {
	position: absolute;
	top: 0px;
	left: 46px;
	width: 800px;
}

a.navlink:link {
	font-size: 18px;
     	color: #6495ED;
	font-weight: bold;
	text-decoration: none; 
	font-family: verdana, arial, sans-serif;
}

a.navlink:visited {
	font-size: 18px;
      	color: #6495ED;
	font-weight: bold;
	text-decoration: none; 
	font-family: verdana, arial, sans-serif;
}

a.navlink:hover {
	font-size: 18px;
     	color: #fff;
	font-weight: bold;
	text-decoration: none; 
	font-family: verdana, arial, sans-serif;
}



/* ------------------------------
SubNavigation
------------------------------ */
#subNav {
	position: absolute;
	top: 80px;
	left: 35px;
	width: 170px;
}

a.subNavLink:link {
	font-size: 12px;
     	color: #26354e;
	font-weight: bold;
	text-decoration: none; 
	font-family: verdana, arial, sans-serif;
}

a.subNavLink:visited {
	font-size: 12px;
      	color: #26354e;
	font-weight: bold;
	text-decoration: none; 
	font-family: verdana, arial, sans-serif;
}

a.subNavLink:hover {
	font-size: 12px;
     	color: #fff;
	font-weight: bold;
	text-decoration: none; 
	font-family: verdana, arial, sans-serif;
}



/* ------------------------------
Text Declarations
------------------------------ */
p.maintext {
	text-align: justify;
	font-size: 12px; 
	color: #000000;
	font-family: verdana, arial, sans-serif;
}





/* ------------------------------
Main Window
------------------------------ */
#mainWindow {
	position: absolute;
	top: 28px;
	left: 232px;
	width: 419px;
	height: 346px;
	overflow: auto;
	padding: 5px;
	text-align: justify;
	font-size: 12px; 
	color: #000000;
	font-family: verdana, arial, sans-serif;
}







/* ------------------------------
Placement of panels
------------------------------ */
#panel01 {
	position: absolute;
	top: 28px;
	left: 30px;
}



#panel02 {
	position: absolute;
	top: 28px;
	left: 676px;
} 