body {
	background-color: rgb(0,25,70);
	margin: 0px; 
}

#main {
	width: 700px; 
	height: 950px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	background-color: rgb(0,25,70); 
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}

#overlay {
	/*height: 50px;*/
	z-index: 100;
	position: fixed;
	top: 130px;
	left: 70px;
	border-color: rgb(100,100,80);
	border-style: solid; 
	border-width: 2px;
	/*top: 0px;*/
	/*background-color: rgb(0,0,0);*/ 
	/*width: 100%;*/
	/*margin-top: 0px;*/
	/*margin-bottom: 0px;*/
}

.overlay2 {
	z-index: 100;
	position: fixed;
	top: 500px;
	left: 70px;
	border-color: rgb(100,100,80);
	border-style: solid; 
	border-width: 2px;
}

.overlay3 {
	z-index: 100;
	position: fixed;
	top: 130px;
	right: 70px;
	border-color: rgb(100,100,80);
	border-style: solid; 
	border-width: 2px;
}

.overlay4 {
	z-index: 100;
	position: fixed;
	top: 300px;
	right: 70px;
	border-color: rgb(100,100,80);
	border-style: solid; 
	border-width: 2px;
}

#pictureMenu {
	vertical-align: bottom;
	margin-top: 8px;
	margin-bottom: 8px;
}

h1 {
	font-size: 17pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: rgb(150,150,130);
	text-decoration: none;
}

h2 {
	font-size: 25pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: rgb(250,250,230);
}

.headerLinks {
	font-size: 11pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: rgb(175,175,155);
	text-decoration: none;
}

.headerLinks2 {
	font-size: 12pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: rgb(250,250,230);
	text-decoration: none;
}

.borders {
	background-color: rgb(100,0,30);
	border-color: rgb(190,150,60);
	border-style: solid; 
	border-width: 8px;
}

.borders2 {
	border-color: rgb(100,100,80);
	border-style: solid; 
	border-width: 2px;
}

.borders3 {
	width: 470px;
	padding: 15px;
	border-color: rgb(140,140,120); /* rgb(200,200,180); */
	border-style: solid; 
	border-width: 2px;
}

.borders4 {
	background-color: rgb(180,210,170);
	border-color: rgb(250,250,240);  /* rgb(250,250,230); */
	border-style: solid; 
	border-width: 8px;
}

.labels {
	font-size: 10pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: rgb(150,150,130);
	text-decoration: none;
}

.common {
	font-size: 16pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	/*font-weight: bold;*/
	font-style: italic;
	color: rgb(150,150,130); 
	/*margin-right: auto;*/
	/*margin-left: auto;*/
	text-align: left;
	width: 550px;
}

.regular {
	height: 70px;	
	font-size: 18pt;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	color: rgb(250,250,230);  
}

#header {	
	font-size: 20pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	/*color: rgb(250,250,230);*/  
	line-height: 150%;
	text-decoration: none;
	/*width: 800px;*/ 
	/*background-color: rgb(255,200,255);*/
}

.hypertxt {
	font-size: 20pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color:  rgb(77, 109, 26);  
	text-decoration: none;
}

#footer {
	font-size: 10pt;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	color: rgb(187, 219, 136);  
}
	
.divider {
    	height: 14px;
	background-color: rgb(245,195,245);  
}

.error {
	font: 14px arial, sans, sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 80px;
	margin-top: -40px;
	margin-left: -150px;
	padding: 10px;
	border: 1px solid;
	background: #e0edfe;
	z-index: 1000;
	text-align: center;
}

