/************************* ID's *************************/ 

#logo{ 

position:absolute; left:0px;top:10px;

z-index:5; 

width:960px; 

height:150px; 

padding:0 0 0 30px; /*top right bottom left*/ 

margin:20; 

} 


#centretext{ 

position:absolute; left:145px;top:160px;

z-index:5; 

width:835px; 

height:100px; 

padding:0 0 0 0px; /*top right bottom left*/ 

margin:20; 

} 

#navigation { 

position:absolute; left:10px;top:180px;

z-index:20; 

width:200px; 

margin:20; 

margin-top:5px; 

}

ul#navigation
{
list-style-type: none;
margin: 0;
padding: 1px 2px;
}

ul#navigation li a
{
display: block;
border-bottom: 1px solid #663300 ;
width: 120px;
color: #000033;
background-color: #99CCEE;
margin: 2px;
padding: 1px 2px; 
text-align: center;
text-decoration: none;
}

ul#navigation li a:hover
{
color: #FF3300;
background-color: #00CC99;
}

ul#navigation .left { float: left; }
ul#navigation .right { float: right; }
 



/* Generic Selectors */ 

body { 

font-family:Georgia,"Times New Roman",Times,serif; 

font-size:14px; 

color:#336633; 

line-height: 130%;

background-color: #CCDDFF; 

} 



h1 { 

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 18px; 

font-weight: bold; 

color: #00CC99; 

} 

h2 { 

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 14px; 

font-weight: bold;

text-align:center;

color: #330066; 

} 

 

/**************** Pseudo classes ****************/ 

ul.yellow {
	list-style-type: disc;
	color: yellow;
}

:link { 

color: #3300FF; 

text-decoration: underline; 

font-weight: bold; 

} 

li :link { 

color: #3300FF; 

text-decoration: none; 

font-weight: bold; 

} 

:visited { 

color: #9966FF; 

text-decoration: underline; 

font-weight: bold; 

} 

li :visited { 

color: #CC33CC; 

text-decoration: none; 

font-weight: bold; 

} 

:link:hover { 

color:#6633CC; 

font-weight:bold; 

text-decoration:underline; 

} 

li :hover { 



color:#6633CC; 

font-weight: bold; 

border-bottom-width: 1px; 

border-bottom-style: solid; 

border-bottom-color: #C6EC8C; 

} 

:active { 

color:#FFFF66; 

font-weight:bold; 

} 
