/* CSS Document */

/* List of colours */
/* light blue #91c1db */
/* dark blue #006699 */


a:link {
text-decoration: none;
color: #006699;
font-weight: bold;
}
a:visited {
text-decoration: none;
color: #006699;
font-weight: bold;
}
a:hover {
text-decoration: none;
color: #91c1db;
font-weight: bold;
}

html {height: 100%;}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(images/bgtile.gif);
background-repeat:repeat;
color: #ffffff;
margin: 0px;
padding: 0px;
height: 100%;
font-size:16px;
}

#container{
width: 1000px;
margin: 0px auto;
padding: 0px;
padding-bottom: 0px;
background: #91c1db;
border-left: 3px solid #006699;
border-right: 3px solid #006699;
min-height:100%;
height:100%;
height: auto;
position:relative;
}

#header{
margin: 0px auto;
padding: 3px 0px 0px 0px;
width: 990px;
height: 220px;
}

.quote{
background:#91c1db;
padding: 5px;
}

.heading{
font-size:14px;
font-weight:bold;
}

.wraparound{
float:left;
padding:2px;
}

.wrapped{
padding: 0px 0px 0px 280px;
}

#menubar{
width: 200px;
padding: 5px;
text-align:left;
float: left;
height: 100%;
background: #ffffff;
color: #006699;
}

#rcolumn{
width:755px;
height:100%;
margin: 0px 5px 5px 215px;
padding: 5px;
background: #ffffff;
color: #003399;
text-align:left;
}

.menublock {
border-top: 3px solid #006699;
font-size:10px;
padding-top: 5px;
}

ul{
padding: 0px;
margin: 0px;
}

li {
list-style: none;
padding: 3px;
}

li.selected {
font-weight:bold;
font-size:18px;
color: #00aabb;
}
li.unselected {
font-weight:bold;
font-size:18px;
color: #006699;
}

#page{
margin: 0px auto;
width: 980px;
padding: 5px;
color: #ffffff;
background:#006699;
text-align:center;
min-height:400px;
font-size:12px;
}
