
body {
	font-family: Arial, Verdana;
	height:100%;
	font-size:.9em;
}

#Logo{
	text-align:center;
	Position: absolute;
	Top: 80px;
	left: 0px;
	width: 100%;
	height: 280px; 
}

#Enter{
	text-align:center;
	Position: absolute;
	Top: 300px;
	left: 0px;
	width: 100%;
	height: 280px; 
}

div.topContainer{
	text-align:center;
	Position: absolute;
	Top: 0px;
	left: 0px;
	width: 100%;
	height: 180px; 
}

div.MenuContainer{	
	text-align:center;
	/* border: 1px solid red;	 Gold Border */
	width:100%;
	margin-left: auto; 
	margin-right: auto;
	Top: 90px;
	Position: relative;
	height:30px;
	z-index:1;
	
}

div.dataContainer{
	text-align:center;
	Position: relative;
	Top: 100px;
	width: 60%;
	height: 100%; 
	margin-left: auto; 
	margin-right: auto;
}

div.Logicapfooter{
	text-align:center;
	Position: relative;
	width: 100%;
	margin-left: auto; 
	margin-right: auto;
	font-family: 'Times New Roman', Tahoma, serif;
	font-size:.9em;

}
#ContactInfo{
	margin-left: auto; 
	margin-right: auto;
}

#InfoRequest{
	width:90%;
	margin-left: auto; 
	margin-right: auto;
}


/* all lists in the menu*/
ul.LogicapMenu ul {
	width: 50px;                 /* sets the size of the menu blocks */
	/* background-color: #9E9775;       makes the menu blocks beige
	padding-left: 0px;           /* stops the usual indent from ul */
	margin-left: 0px;	     /* Required for ie, it automatically puts a margin */		
	cursor: default;             /* gives an arrow cursor */		
 	list-style-type: disk;
	text-align:center;
	left:0px;
}

/* main horizontal menu list */
ul.LogicapMenu{
	position:relative;
	height: 20px;	
	z-index:2;
	width:100%;			/* rdp */
	margin-left: 0px;		/* Required for ie, it automatically puts a margin */	
	padding-left: 0px;		/* Required for ie, it automatically puts a margin */
	left:0px;
}


ul.LogicapMenu li { /* all list items */
	position: relative;
	 border: 1px solid #84773A;	/* Gold Border */
	padding-left: 20px;
	padding-right: 20px;
	display: inline;
	background-color:9E9775;
}



/* Drop-down Menu */
ul.LogicapMenu li ul{
	list-style: none;
	margin: 0px;                 /* Opera 7 puts large spacings between li elements */
	position: absolute;          /* makes the menu blocks be positioned relative to their parent menu item the lack of offset makes these appear normal, but it will make a difference to the absolutely positioned child blocks */
	color: #9E9775;              /* sets the default font colour to white */
	width:200px;		     /* list width of 200 + padding, 20px on each side */
	top: 1.1em;
	left: -40px;		     /* list width of 200 + padding, 20px on each side / 2 to center it*/
	display:none;		     /* turn off inline display of the drop-down*/
	text-align: center;
	background-color: #84773A;	
	z-index:1;
	padding-left: 0px;           /* stops the usual indent from ul */
	margin-left: 0px;	     /* Required for ie, it automatically puts a margin */
}

ul.LogicapMenu li li {
	display: block;
	float: none;
	background-color: #9E9775;
	top: 0;
	/* border-top: 1px solid #84773A; */
	 /* border-bottom: 1px solid #84773A; */
	width: 200px;
	z-index:1;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	border-bottom: none;
	border-top: 1px solid #84773A;
	border-bottom: none;
	border-bottom: none;
}

ul.LogicapMenu li:hover ul, ul.LogicapMenu li.over ul { /* lists nested under hovered list items */
	display: block;
}

/* LINKS */
/* Headings*/
/* Remove underline for the Menu */
ul a {
	text-decoration:none;
}

a:visited,a:link {
	color: #000000;	
}

ul.LogicapMenu li:hover, ul.LogicapMenu li.over{ 
	color: #000;
	background-color: #9E9775;	
}

ul.LogicapMenu li.over a{ 
	width:200px;
	display:block;
}

ul.LogicapMenu li a{ 
	display:block;
	width:200px;
}




/* highlights the li when user using IE, without this only the text will high light.
	also needs the LI tage to be in the A tag on the html page
	
*/	

ul.LogicapMenu a:hover li, ul.LogicapMenu a:active li{color: #ffffff;
	background-color: #84773A;
	width:200px;				
  	cursor: pointer;
	cursor: hand;				/* need this one as well as 'cursor:pointer' for older browsers */
}

ul.LogicapMenu li a:hover, ul.LogicapMenu li a:active{color: #ffffff;
	background-color: #84773A;
	width:200px;				
  	cursor: pointer;
	cursor: hand;				/* need this one as well as 'cursor:pointer' for older browsers */
}

p {
	text-align:left;
	font-weight: normal;	
}




h1{
color: #84773A;
font-size: 2em;
padding-left: 20px;
text-decoration:underlined;

}

h2{
color: #847726;
font-size: 1.5em;
padding-left: 20px;
text-decoration:underline;

}

h3{
color: #847726;
font-size: 1.4em;
padding-left: 20px;
text-decoration:none;

}

img{
	border:none;
}

.Button a:link:hover, .Button a:visited:active {
	cursor: hand;
}

li.custom{
	
	/* background-color: #9E9775;       makes the menu blocks beige		
	cursor: default;             /* gives an arrow cursor */		
 	list-style-type: disk;
	text-align:left;
	list-type: disk;
	font-weight: bold;		 	
}
li.job{
	
	/* background-color: #9E9775;       makes the menu blocks beige		
	cursor: default;             /* gives an arrow cursor */		
 	list-style-type: disk;
	text-align:left;
	list-type: disk;
	font-weight: normal;		 	
}

p.custom{
	text-align:left;
	font-weight: normal;		
}
p.job{
	text-align:left;
	font-weight: normal;		
}

p.firstl:first-letter{
	color: #84773A;
	font-size: 1.3em;
	padding-left: 20px;
}

