a:link {color: #6060ff}
a:visited {color: #4040ff}
a:hover {color: #ff4040}
a:active {color: #ff4040}

body {
padding:0px;
margin:0px;
background:#000;
text-align:center;
}

form {
display:inline;
}

input {
font-size:14px;
font-family:"Courier New", Courier;
}

textarea {
font-size:14px;
font-family:"Courier New", Courier;
}

.inputlabel {
width:120px;
text-align:right;
float:left;
}

.linklabel {
cursor:pointer;
}

.mastercontainer {
margin:5px auto 5px auto;
padding:0px;
border:2px solid #faa;
width:850px;
background:#ddd;
text-align:left;
}

.menucontainer {
float:left;
margin:5px;
width:120px;
background-image:url(../images/lightgrad.jpg);
background-repeat:repeat-x;
}

.menuheader {
width:100px;
height:35px;
color:#000;
text-align:center;
font-weight:bolder;
font-size:14px;
}

.menuitem {
clear:both;
width:100%;
height:25px;
color:#000;
background-color:transparent;
text-align:left;
font-size:14px;
}

.contentcontainer {
float:right;
margin:5px 5px 5px 0px;
width:700px;
}

.contentheader {
width:100%;
height:25px;
color:#eee;
background:#000;
text-align:center;
font-weight:bolder;
font-size:16px;
background-image:url(../images/darkgrad.gif);
background-repeat:repeat-x;
}

.contentitem {
width:100%;
color:#000;
min-height:100px;
height:auto !important;
height:100px;
background-image:url(../images/lightgrad.jpg);
background-repeat:repeat-x;
display: table;
}


.content {
float: left;
line-height: 1.4;
}


.footer {
clear:both;
}

