


body {
	padding: 0 375px 0 375px;
	margin: 0;
	text-align: center;
	background-color: #EAF4F3;
}

#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 54%;
	max-width: 150px;  
	/* version for IE is below */
	width:expression(document.body.clientWidth > 1024 ? "180px" : "63%" );
}



#expander {
	margin: 0 -375px 0 -375px;
	min-width: 750px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper {
	width: 100%;
} 


#footer { 
clear: both;  
height:44px;
	background-image: url(../images/footer-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer span {
	display:block;
	position:relative;
	height:44px;
	background-image: url(../images/footer-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#header {
	width:100%;
	height:84px;
	background-image: url(../images/header-small-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #EAF4F3;
} 

#header span { 
	display:block; 
	position:relative; 
	height:50px; 
	background:url(../images/header-small-right.gif) no-repeat right top; 
}




#main {
	text-align: left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EAF4F3;
	width: 100%;
	}

.mainbody {
	background-image:url(../images/backdrop.gif);	
}

.maintext {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 44px;
	width: 80%;
}


.linkbox {
	background-color: #E6BEE7;
	width: 80%;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 4px;
	padding-left: 48px;
	background-repeat: no-repeat;
	background-position: 6px center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.toppanel {
	background-image:url(../images/backdrop-toppanel.gif);
}

.rightpanel {
	background-image:url(../images/backdrop.gif);
}

.rightcontainer {
	margin-top: 24px;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #996699;
	margin-top: 16px;
	line-height: 0.95;
}

.sidebar {
	background-image:url(../images/sidebar-backdrop.gif);
	vertical-align:top;
}
a {
	text-decoration: none;
	color: #122021;
}

a:hover {
	color: #FFFFFF;
}




.pagemenu li {
	padding: 4px;	
}

.pagemenu ul {
	list-style-type: none;
	padding: 0px 6px 0px 0px;
	font-weight: normal;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #6BA7B8;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #122021;
	margin: 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.sidemenu li {
	padding: 4px;
}

.sidemenu ul {
	list-style-type: none;
	padding: 1px 6px 0px 0px;
	font-weight: normal;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #122021;
	margin: 0px;
	border: none;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

em {
	font-size: 18px;
	font-style: normal;
}
