/*globalnav*/

#globalnav {
        text-align:center;
	position:relative;
	float:left;
	width:100%;
	padding:0 0 1.75em 1em;
	margin:0;
	list-style:none;
	line-height:1em;
}

#globalnav LI {
        text-align:center;
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
        text-align:center;
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#ddd;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#bbb;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#globalnav UL {
        text-align:center;
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#bbb;
	width:100%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}

#globalnav UL LI {
        text-align:center;
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
        text-align:center;
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#444;
}

 
#container{
        width: 900px;
        text-align: left;
}

#horizontalfill{
        float:left;
        height: 80px;
        width: 900px;
}

#headerleft{
        float:left;
        height: 100px;
        width: 200px; 
}

#headercenter{
        float:left;
        height: 100px;
        width: 600px; 
        vertical-align:center;
}

#headerright{
        float:left;
        height: 100px;
        width: 100px; 
}

#subheaderleft{
        float:left;
        height: 70px;
        width: 200px; 
}

#subheadercenter{
        float:left;
        height: 70px;
        width: 600px;  
        background-color:#20B2AA;
        text-align:center;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#subheaderright{
        float:left;
        height: 70px;
        width: 80px; 
}

#contentsleft{
        float:left;
       
        width: 100px; 
}


#contentscenter{
        float:left;
       
        width: 700px; 
        vertical-align:center;
}

#contentsright{
        float:left;
      
        width: 100px; 
}



#contents {
        float:left;
        width:400px; 
        height: 500px;
        background-color: aqua;
}
#right_contents {
        float:left;
        width:250px;
        height: 500px;
        background-color: green;
}  
 
.summary {
        font-family:verdana, sans-serif;
        color: #9000A1;
}
a:link { font-weight:bold; color:black; text-decoration:none; }
a:visited { font-weight:bold; color:black; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:green; text-decoration:none; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }


