body, html{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


#pagecontainer{
	padding:10px;
}


#logo{
	display: none;
}

#logoicon{
	display: none;
}

#logotext{
	display: none;
}

#logosubtext{
	display: none;
}

/* Menu items */
#menu
{
	position:absolute;
	top:170px;
	left:30px;
	width:150px;
/*	float:left;*/
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}

#mainmenu ul, #mainmenu ul li
{
	margin: 3px;
	padding: 0;
	list-style-type: none;
	display: block;
}
#mainmenu ul
{
	border: none;
	border-bottom-width: 0;
}
#mainmenu ul li
{
	border:1px solid #E0D1D9;
}
#mainmenu ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
}
/* Hide from IE-mac \*/
* html #mainmenu ul li a/* hide from IE 5.0 */ {height: 1%;}
/* End hide */
#mainmenu ul li a
{
	color: #94637B;
	background-color: #fff;
}
#mainmenu ul li a:hover
{
	background-color: #94637B;
	color: #FFF;
}


#submenu {
	display:none;
}


#header{
	background-image:url(../images/hdrbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 141px;
}

#hdrleft{
	position:absolute;
	top:10px;
	left:10px;	
}


#hdrcentre{
	position:absolute;
	top:71px;
	right:35px;
	text-align: right;
}

.lrg {
	font-size: 30px;
	color: #FFFFFF;	
}

.med {
	font-size: 20px;
	color: #FFC77F;
}

.sidehead {
	font-size: 20px;
	color: #94637B;
	line-height: 0px;
}


#hdrright{
	background-image:url(../images/hdrright.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
	height: 141px;
}

#main{
	background-image: url(../images/menubg.jpg);/*	font-weight:bold;*/
	background-position: bottom left;
	background-repeat:no-repeat;
	background-color:#ffffff;
	border: 1px #000000 solid;
	border-top-style: none;
	border-bottom-style: none;
	margin-right: 10px;
	margin-left: 10px;
	padding: 20px 20px 1px 20px;
}

#left{
	display:none;
}

#centre{
	font-size: 12px;
	line-height: 150%;
	color: #29447B;
	text-align: justify;
	margin-left:150px;
	padding: 0px 0px 100px 20px;
	border: 1px solid #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0D1D9;
}

#centre a {
	color: #94637B;
	text-decoration:none;
	font-weight:bold;
}

#centre a:hover{
	text-decoration:underline;
}

#right{
	display: none;
}

#footer{
	margin-right: 10px;
	margin-left: 10px;
	background-color:#29447B;
	padding:5px 10px 5px 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#ftrleft{
	display: none;
}

#ftrcentre{
	font-size: 10px;
	color: #FFFFFF;
}

#ftrcentre a{
	text-decoration:none;
	color:#FFFFFF;
	background:none;
}

#ftrcentre a:hover{
	text-decoration:underline;
}

#ftrright{
	display: none;
}
