/* contains new fix for #right-col in IE */


html,body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #6600CC;
background-color: #FFDD00;
text-align: center;
}


.xsmall {
	font-size: x-small;
}
.small {
	font-size: small;
}
.medium {
	font-size: medium;
        font-weight: bold;
}
.large {
	font-size: large;
}

.backto {	font-size: small; }


#MediaBlock .MediaFloat{width:33.3%}

			
#container {
background-image: url(images/bg.gif);
background-repeat: repeat-y;
width: 750px;
margin: 0px auto;
position: relative;
top: 0px;
text-align: left;
}


a {
text-decoration: none;
color: #006600;
}

a:hover {
text-decoration: none;
color: #00CC00;
}
 
 
#header {
 height: 142px;
 background-image: url(images/header.gif);
 background-repeat: no-repeat;
 }
 
 
#left-col {
 position: absolute;
 top: 142px;
 left: 0px;
 width: 136px;
 margin: 0px;
 padding: 0px;
 } 



#right-col{  /* For Mozilla etc */

 margin: 0px 0px 0px 152px;
 padding: 0px 0px 0px 0px;
 position: relative;
 min-height: 400px; /* IE doesn't understand min-height, but other browsers do */
 }

* html #right-col{   /* IE ignores the * html so sees this as #right-col */

 margin: 0px 0px 0px 152px;
 padding: 0px 0px 0px 0px;
 position: relative;
 height: 400px;  /* IE thinks height means min-height */
 }





/* Miscellaneous */

#news {
position:absolute;
width:143px;
height:370px;
z-index:1;
left: 449px;
top: 16px;
background-color:#FF99CC;
border:1px solid #FF009C;
background-image:url(images/latestnews.gif);
background-repeat:no-repeat;
text-align: center;
}

.newstitlehome {
font-size:14px
}

#quicklinks {
position:absolute;
width:433px;
height:115px;
z-index:1;
left: 6px;
top: 265px;
}

#welcome {
position:absolute;
width:435px;
height:236px;
z-index:1;
top: 19px;
left: 4px;
z-index:0;
text-align: center;
font-weight: bold;
}

#title {
position:absolute;
left:157px;
top:112px;
width:325px;
height:37px;
z-index:1;
font-family: "Trebuchet MS", Georgia, Verdana, sans-serif;
color: #000066;
font-size: x-large;
font-weight: bold;
}


#counter{
background: #FFFFFF;
}

#pix {
padding-right: 10px;
margin-top: 25px;
top: 50px;
}


#homepagetext {
width: 330px;
float:left;
}


#clearer {
clear:both;
}

#footer {
height: 20px;
background-image:url(images/footer.gif);
background-repeat:no-repeat;
clear:both;
}

