body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #555555;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(/images/got_cobol_bkg.gif);
	text-align: center;
}
img { border: 0; }
p { text-align: justify; }
a { color : #880000; }
a:hover { color : #CC0000; }
ul { margin-left: 20px; padding-left: 10px; margin-top: 2px; margin-bottom: 18px; }
li { margin-bottom: 8px; }
h1 { color: #990000; font-size: 13px; padding-top: 0; margin-top: 0 }
h2 { color: #333333; border-bottom: 1px solid #cccccc; font-size: 12px; }

#head1 {
	width: 700px;
	margin: 0px auto;
	text-align: left;
}
#head2 {
	width: 698px;
	margin: 0px auto;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#logo {
	background-color: #ffffff;	
	height: 117px;
	padding-top: 20px;
	padding-left: 20px;
	width: 467px;
	border-top: 1px solid #cccccc;
}
#topnav {
	width: 692px;
	margin: 0px auto;
	background-color: #cccccc;
	padding: 4px;
	text-align: right;
}
#topnav a {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
#topnav a:hover {
	color: #880000;
}
#body {
	background-color: #ffffff;
	width: 698px;
	margin: 0px auto;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#lnav {
	margin-bottom: 200px;
	width: 112px; 
	text-align: left;
}
#lnav ul {
        padding-left: 0px;
        list-style-type: none;
        margin: 0px;
}
#lnav li {
        list-style: none;
        margin: 0;
        display: inline;
}
#lnav a {
        color: #333333;
        padding: 6px 4px 6px 16px;
        font: normal 11px Verdana, sans-serif;
        border-bottom: 1px solid #cccccc;
        background: #ffffff url(/images/nav-arrow.gif) 8px 10px no-repeat;
        text-decoration: none;
        display: block;
}
#lnav a:hover {
        color: #ffffff;
        background: #ffffff url(/images/nav-arrow.gif) 8px 10px no-repeat;
        background-color: #880000;
}

#content {
	padding: 20px;
	text-align: left;
	padding-bottom: 50px;
}
#footer {
	font-size: 11px;	
	color: #333333;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #880000;
}
#rside {
	font-size: 11px;
}

.credits { text-align: center; margin-bottom: 10px; color: #999999; font-size: 11px; }
.credits a { color: #999999; text-decoration: none; }
.credits a:hover { color: #990000; }

