
body {
text-align: center;
font-family: Times, sans-serif;
}

#title, #menu {
width: 100%;
}

#title {
float: left;
clear: both;
font-family: Georgia, sans-serif;
font-size: 50px;
}

#profile_menu {
margin-top: 10px;
width: 13%;
min-height: 500px;
border-style: none solid none solid;
border-width: 0px 2px 0px 2px;
border-color: black;
background-color: #999999;
position: relative;
top: -9px;
text-align: left;
padding-left: 5px;
float: left;
}

#profileRightDisplay {
position: relative;
float: left;
width: 85%;
margin-left: 5px;
margin-top: 10px;
}

#welcome {
position: relative;
top: 73px;
left: 10px;
}

#menu {
float: left;
clear: both;
position: relative;
top: -4px;
height: 30px;
min-width: 700px;
border-top-style: solid;
border-bottom-style: solid;
font-family: "Urw chancery l", Georgia, sans-serif;
font-size: 25px;
text-align: center;
background-color: #aaaaaa;
}

/* we need some to use browser blood hound to fix the top */
ul.ulmenu > li {
float: left;
list-style-type: none;
paddiing-left: 20px;
padding-right: 20px;
position: relative;
top: -28px;
}

#display {
float: left;
clear: both;
position: relative;
top: -5px;
width: 100%;
}

#edition {
float: left;
width: 35%;
text-align: left;
}

#time {
text-align: right;
float: right;
width: 35%;
}

#heading {
border-top-style: solid;
border-bottom-style: solid;
float: left;
width: 100%;
height: 130px;
text-align: center;
}

#column1, #column2, #column3, #logo {
float: left;
}

#column1, #column3 {
/*position: relative;*/
top: 25px;
text-align: left;
}

#column1, #column2, #column3 {
width: 31.1%;
padding: 1%;
}

#logo {
width: 95%;
position: relative;
left: -5px;
margin: 10px;
border: none;
}

#footer {
float: left;
clear: both;
width: 100%;
border-top-style: solid;
font-style: italic;
font-weight: 1;
font-size: 8px;
}


.news_item {
font-style: italic;
}

a.mainMenu:link {color: #000000; text-decoration: none; }
a.mainMenu:visited {color: #000000; text-decoration: none; }
a.mainMenu:hover {color: #ffffff; text-decoration: none; }
a.mainMenu:active {color: #000000; text-decoration: none; }

