body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-align: center;
	background: #000000;
	background-image: url(images/background.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	margin: 0 auto;
	}

a:link, a:active, a:visited {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #000000;
text-decoration: underline;
}

#topheader{
width: 780px;
height: 95px;
text-align: left;
margin: 0px auto;
padding: 0px;
background-color: transparent;
background-image: url(images/gloc_web_header4.jpg);
margin-top: 80px;
}

#menu{
width: 780px;
height: 30px;
text-align: left;
margin: 0px auto;
margin-top: 1px;
padding: 0px;
background-color: #c8de7b;
color: #000000;


}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
font-size: 12px;
width: 100%;
margin: 0px 20px 10px 0;
}

.underlinemenu ul{
font-weight: bold;
font-size: 12px;
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
font-weight:bold;
font-size: 12px;
color: #000000;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 0px solid white; /*bottom border is 1px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
color:#000000;
border-bottom-color:#432314;
border-width: 1px;
}

.underlinemenu ul li a.selected{ /*currently selected tab*/
color: #999999;
}

#maindiv{
width: 760px;
height: 780px;
text-align: left;
margin: 0px auto;
margin-top: 1px;
background-color: #afd136;
padding: 10px;
position: relative;
opacity: .75;
}

#maindiv2{
width: 760px;
height: 900px;
text-align: left;
margin: 0px auto;
margin-top: 1px;
background-color: #afd136;
padding: 10px;
position: relative;
opacity: .75;
}

#maindiv3{
width: 760px;
height: auto;
text-align: left;
margin: 0px auto;
margin-top: 1px;
background-color: #afd136;
padding: 10px;
position: relative;
opacity: .75;
}

#maindiv4{
width: 760px;
height: 1300px;
text-align: left;
margin: 0px auto;
margin-top: 1px;
background-color: #afd136;
padding: 10px;
position: relative;
opacity: .75;
}

#leftdiv{
width: 470px;
height: auto;
text-align: center;
background-color: #c8de7b;
padding: 10px;
margin-right: 10px;
position: absolute;
float: left;
}

#leftdiv2{
width: 470px;
height: auto;
text-align: left;
background-color: #c8de7b;
padding: 10px;
margin-right: 10px;
position: absolute;
float: left;
}

#rightdiv{
	width: 240px;
	height: 750px;
	text-align: center;
	margin: 0 0 0 500px;
	background-color: #c8de7b;
	padding: 10px;
	margin-right: 0px;
	position: absolute;
	float: right;
	left: 14px;
}

#leftdiv3{
width: 470px;
height: 800px;
text-align: left;
background-color: #c8de7b;
padding: 10px;
margin-right: 10px;
position: absolute;
float: left;
}

#footer{
width: 780px;
height: 95px;
margin-top: 1px;
padding: 0px;
text-align: center;
font-size: 11px;
background: #c8de7b;
background-image: url(images/footer2.jpg);
color: #000000;
margin: 0px auto;
margin-bottom: 80px;
}

