/* ************************************** */
	/* ************************************** */
	/* ************************************** */ /* General stuff */
body {
	height: 100%;
	width: 100%;
	background-image: url("../images/starback.jpg");
}

#mainBody {
	height: 100%;
	width: 100%;
}

#leftcontent {
	font-family: sans-serif;
	vertical-align: top;
	left: 5px;
	background: #fff;
	border: 1px solid #000;
	padding: 5px;
	background: #b0b0f0;
}

#centercontent {
	vertical-align: top;
	/* background: #fff; */
	background: #b0b0f0;
	top: 5px;
	border: 1px solid #000;
	padding: 10px;
}

#rightcontent {
	vertical-align: top;
	background: #fff;
	border: 1px solid #000;
	padding: 5px;
	background: #b0b0f0;
}

#banner {
	font-family: sans-serif;
	font-weight: bold; 
	/* background-color: #D02020; */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 120px;
	width: 100%;;
	/* background-color: #D02020; */
	/* background-image: url("../images/stars.jpg"); */
	background-image: url("../images/flagheader.jpg");
	
}

#banner img {
	border: 0px solid black;
}

html>body#banner {
	height: 100px;
}

#footer {
	width: 100%;
	text-align: center;
	/* background: black; */
	/*background-color: #2020A0; */
	background-image: url("../images/footBack.jpg");	
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

p,h1,pre {
	margin: 0px 10px 10px 10px;
}

h1 {
	font-size: 14px;
	padding-top: 5px;
}

#bannerh1 {
	font-size: 14px;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	color: #000;
	text-decoration: none;
}

img {
	border: 1px solid black;
}

#bannerTitle {
	font-size: 200%;
	font-family: sans-serif;
}

/* ************************************** */
	/* ************************************** */
	/* ************************************** */ /* Heading stuff */
#hitCounter {
	margin-left: 10px;
	margin-right: 10px;
}

.lmChoice {
	border-bottom-color: blue;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.lmFirstChoice {
	margin-top: 1em;
	border-bottom-color: blue;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.lmLastChoice {
	margin-bottom: 1em;
}

/********************************** */
#htmlTitle {
	font-size: 150%;
	font-family: sans-serif;
	text-align: center;
/*	background-color: #FFFFFF; */
	padding-top: 10px;
	padding-bottom: 15px;
}

#htmlContent {
	font-size: 100%;
	font-family: sans-serif;
/*	background-color: #FFFFFF; */
	padding-left: 1em;
	padding-right: 1em;
}

#htmlEditLink {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#userName {
	font-size: 75%;
	font-weight: bold;
	text-align: right;
}