/* General settings */

body {
   color : black; 
   /*font-family: "Georgia", arial, verdana, times new roman, serif;*/
   font-family: "Bookman Old Style", times new roman, serif;
   background-color : white; 
   font-size : 12pt; 
   margin : 5px; 
   padding : 0; 
} 
P {
   margin : 0 10px 10px; 
} 
H1 {
   color : #22A122; 
   font-size : 140%; 
   margin : 0 10px -2px; 
   padding-top : 10px; 
} 
H2 {
   color : #22B222; 
   font-weight : 700; 
   font-size : 130%; 
} 
H3 {
   color : #22B222; 
   font-weight : 700; 
   font-size : 120%; 
} 
LI {
   list-style : box inside; 
} 
TD {
   color : rgb(0,0,0); 
   font-size : 90%; 
} 

/* link settings */
A:link {
   color: #000A85;
   text-decoration: underline;
}
                                                                                
A:visited {
   color: purple;
   text-decoration: underline;
}
                                                                                
A:hover {
   color: red;
   text-decoration: underline;
}
A IMG {
   border : medium none inherit; 
} 

/* Specific classes of things */
.apostrophe {
   letter-spacing : normal; 
} 
.message {
   color : #ff0000; 
} 
.list-title {
   color : #822222; 
   font-weight : 700; 
   font-size : 100%; 
} 

/* class button */
.button {
   font-weight : 700; 
} 
A.button:link {
   color : #FFFFFF;
   text-decoration : none; 
} 
A.button:hover {
   color : #B22222; 
   text-decoration : underline; 
} 
A.button:visited {
   color : #B22222; 
} 

/* id banner */
#banner {
   position: absolute;
   top : 0px; 
   left : 0px;
   height : 70px; 
   width : 670px; 
   font-size : 26pt; 
} 
#banner H1 {
   letter-spacing : 0.5em; 
   text-align : center; 
} 

/* centre content */
#centrecontent {
   position : absolute; 
   left : 120px; 
   top : 68px; 
   border: 2px; 
   color : #000; 
   padding : 10px; 
   clear: left;
   /*width : 440px;*/
   width : 80%;
} 
#centrecontent LI {
   font-size : 100%; 
} 

/* left content */
#leftcontent {
   background : #F0F0FF;
   position : absolute; 
   left : 10px;
   top : 80px; 
   /*width : 80px;*/
   border: 2px solid black;
   margin-left : 0px; 
   padding : 8px; 
   font-size : 11pt; 
} 
#leftcontent A {
   color : green;
   text-decoration : none;
}

/* right content */
#rightcontent {
   color : #B41925;
   background : #FFFFF0;
   /*position : absolute;*/
   float: right;
   left : 580px; 
   top : 90px; 
   width : 168px; 
   padding: 10px; 
   border: 1px solid black;
} 

.photo {
   border: 1px solid black;
   float: right;
}

/* sidebar settings */
.sidebar {
   color : #000; 
} 
.sidebar UL {
   list-style : none; 
   margin : 0 0 7px; 
   padding: 0; 
} 
.sidebar LI UL {
   padding-left : 10px; 
} 

.whatsnew {
   font-size : 100%; 
   padding-bottom: 3px;
   list-style : circle; 
} 
#site_path {
   margin-bottom : -5px; 
   margin-top : -11px; 
   padding: 0px;
   position: absolute;
   left: 12px;
   top: 70px;
}

div.topbar {
   clear: left;
   border-bottom: solid medium gray;
}

