﻿
/*
yellow  : #fcff00
purple  : #7721a6

*/
html > body {
font-size:100%;
}

body {
background:#EFF1F3;
font-family:  Rockwell, Arial, Helvetica, sans-serif;
font-size:0.6251em;
margin:0px;
padding:0px;
width:100%;
}


p { margin: 10px 0 10px 0; }

#wrapper
{ 
background-color:#ffffff;
margin-left:auto;
margin-right:auto;
width:920px;
}



#header
{
background-image:url(/images/bg_header.jpg);
height:125px;
width:100%;
}



#topMenu
{
/*background-color:#fcff00;*/
color:#7721a6;
height:50px;
width:920px;
margin:0 auto;
}

#topMenu ul
{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

#topMenu li
{
display:inline;
}

#topMenu a
{
border-left:2px solid #ffffff;
color:#7721a6;
display:block;
float:left;

/*font-family: Georgia, serif;
font-style: italic;*/
font-weight: normal;
font-size:1.1em;

height:20px;
padding:15px 17px 15px;
text-align:center;
text-decoration:none;
text-transform:lowercase;
/*width:140px;*/
}
#topMenu li .menuItem 
{
	background-image: url("/images/menuBg.gif");
	background-repeat: repeat-x;
} 
#topMenu li .first 
{
	width:50px;
    border-left:none; 
    background-image: url("/images/menuFirst.gif");
}
#topMenu li .firstSelected 
{
	width:50px;
    border-left:none; 
    background-image: url("/images/menuSelectFirst.gif");
     color:#ffffff;
}

#topMenu li .lastSelected 
{
	width: 146px;
   border-right:none; 
    background-image: url("/images/menuLastSelected.gif");
     color:#ffffff;
}
#topMenu li .last 
{
	width: 146px;
    border-right:none; 
    background-image: url("/images/menuLast.gif");
}

#topMenu ul li a:hover
{
    text-decoration:underline;
}

#topMenu ul li .selected
{
	background-image: url("/images/menuSelected.gif");
	background-repeat: repeat-x;
     color:#ffffff;
}

#mainContent
{
background-color:#ffffff;
height:auto;
min-height:600px;
clear:both;
}

#leftContent img
{
 border:none;
 padding:0 20px 20px;
}

#leftContent
{
 font-size:0.9em;
 padding:0 20px 10px;
 color:#7721a6;
 line-height:1.4;
 float:left;
 width:540px;
}

#rightImages
{
 float:right;
 width:280px;
 padding:20px;
}

#rightImages img
{
 padding:20px;
}



#footer
{
  padding:0 20px 20px 20px;
 clear:both;
 background-color:#ffffff;
 height:140px;

}

#footerText
{
 padding-top:10px;
	color: #7721a6;
  font-weight:bold;
  font-size:90%;
	display:block;
	width: 350px;
	float:left;

}
#leftFooter img
{
	float: left;
}


#rightFooter
{
	float:right;
}


#debugInfo
{ 
margin-left:auto;
margin-right:auto;
padding:10px;
padding:10px;
width:920px;
clear:both;
background-color: #dddddd; 
border: solid 1px #777777;
}




.moreLink
{
 text-decoration:none;
 color:#4e555b;
 font-size:1.4em;
}


#centreTitle
{
 text-align:center;
    width:840px;
    font-size:2em;
    color:#cccccc;
    border-bottom:dotted 3px #cccccc;
    margin:20px;
    padding:0 20px 10px;
}


#promoArea
{
background-color:#ffffff;
padding:0px;
margin:0px;
}
    
#clearboth
{
clear:both;
}


input, textarea
{
font-family:sans-serif,arial,helvetica,verdana,"times new roman";
color:#7721A6;
font-size:0.9em;
}

