body {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	background-color: rgb(0,153,255);
	color: rgb(0,0,0);
	font-family: sans-serif;
	width: 860px;
}

a:link {
       color: red;
       font-weight: bold;
       text-decoration: none;
}

a:visited {
       color: rgb(51,153,102);
       font-weight: bold;
       text-decoration: none;
}

a:hover {
       color: blue;
       text-decoration: underline;
}

div {

}

ul {
        list-style-type: none;
} 

img {
        border: 0;
}

fieldset {
        border: 0;
}

select {
        width: 140px;
}

h1.mitem {
	border: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	margin: 0;
	padding: 2px;
	font-size: 12pt;
	color: rgb(255,102,51);
}

h1.mitem:hover {
       color: rgb(255,255,255);
       background-color: rgb(255,0,0);
}

a.mitem:link {
       color: rgb(255,102,51);
       text-decoration: none;
}

a.mitem:visited {
       color: rgb(255,102,51);
       text-decoration: none;
}

a.mitem:hover {
       text-decoration: none;
}


div#logo {
	width: 100%;
	margin: 10px;
	background-color: #e4ecec;
}

div#bar_top {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 25px;
	background: url("graphics/beebgames.png") top right no-repeat;
	background-color: rgb(255,255,255);
}

div#bar_bottom {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 25px;
	background: url("graphics/beebgames.png") bottom left no-repeat;
        background-color: rgb(255,255,255);
}

div#mainlogo {
	text-align: center;
	background: url("graphics/charstrip.png") top repeat;
}


div#navigation {
	float: left;
	width: 160px;
	margin-left: 10px;
	border: 1;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-width: 2px;
	background-color: rgb(228, 236, 236);
}

div#buttonbox{
        text-align: center;
	margin-top: 50px;
}

div#main {
        float: right;
	width: 650px;
}

div#maincontent {
	padding: 10px;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-width: 2px;
	background-color: rgb(255,250,255);
}

div#copyright {
        font-weight: bold;
	clear: both;
	text-align: center;

}

h1.companytitle {
     margin: 0px;
     margin-bottom: 3px;
     padding: 5px;
     border-style: solid;
     border-width: 2px;
     background-color: rgb(245,245,245);
}

.title {
     border-style: solid;
     border-width: 1px;
     padding: 0px;
     padding-left: 5px;
     margin-bottom: 10px;
     background-color: rgb(245,245,245);
}

div#complist {
     height: 200px;
     overflow: auto;
     border-style: solid;
     border-width: 2px;
     border-color: white;
}

