/* CSS Document */


/*Background colour*/
body{
background: #cc99cc; text-align: center;

background-repeat: 
no-repeat;
}

p
{font: 10pt Ariel, Verdana, helvetica  sans-serif; text-align: justify;
}

hr 
{border: none 0; 
border-top: 2px solid #ffccff;/*the border*/
width: 80%;
text-align: center;
height: 2px;/*whatever the total width of the border-top and border-bottom equal*/
} 

a {
	color:#ffccff;
	font-size: 11px;
	text-decoration:underline;
	font-family: arial, verdana, helvetica, sans-serif;
	}
	
a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {color:#cc99cc;}

/*Column in centre
#container {
width: 700px;
margin: 0 auto;
	
}*/

/*menu
#menu {
width: 150px;
margin: 0 ;
}*/


/*menu details*/
#menuguts
{
width:80%;
top: 120px;
/*top, right, bottom, left */
margin:10px 50px 10px 50px;
font: 12px/1.4em Arial, Tahoma, Verdana, sans-serif, bold;
font-weight: bold;

/*top bottom left right*/
padding: 5px 5px 5px 5px;
background-color:#ffccff;

border-style:solid;
border-width:1px;
	border-color:black;


}


/*Content Area*/
#content {
width:80%;
top: 120px;
/*top  right bottom left*/
margin:0px 50px 0px 50px;



/*top bottom left right*/
padding: 10px 10px 10px 10px;
background-color:#FFFFFF;
text-align: left;
border-style:solid;
border-width:1px;
border-color:black;
}

/*Std Banner layout*/

/*Header*/
#topImage {
width: 100%;
height: 106px;
margin:0px 0px 10px 10px;
/*logo*/
background:  url(logo.gif) no-repeat;
background-position:center;

}
.floatright { float: right;
margin: 10px 10px 10px 10px;
border: 1px solid #000000;
padding: 2px; 
}
.floatleft { float: left;
margin:  10px 10px 10px 10px;
border: 1px solid #000000;
padding: 2px;  }

.unnamed1 {  }

