body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background:  #eeddff url(../images/backgrounds/body.jpg) repeat-x top;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

h1 {
	color: #660099;
	font-size: 175%;
}

h2 {
	color: #660099;
	font-size: 150%;
}

h3 {
	color: #660099;
	font-size: 130%;
}

h4 {
	color: #660099;
	font-size: 120%;
}

#wrapper {
	width: 720px;
	margin: auto;
	padding: 0 0 0 0;
	background: #ffffff;
}

#access {
	background: #660066;
	text-align: right;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 3px 15px 3px 15px;
	width: 100%;
}

#head {
	background: #9900cc url(../images/backgrounds/head.jpg) repeat-x top;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 3px 15px 3px 15px;
	width: 100%;
}

#head h1 {
	background: url(../images/logo.gif) no-repeat;
	padding: 70px 0 0 0;
	/* padding-top: 70px;  height of the replacement image */
	margin: 10px 0 0 0;
	width: 387px;
	height: 0px;
	overflow: hidden;
	float: left;
}

#head h2 {
	display: none;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.skipnav {
	display: none;
}

.searchbox {
	float: right;
	margin: 20px 10px 5px 5px;
	font-size: 90%;
}

.searchbox label {
	font-weight: bold;
}

#navbar {
	background: #9900cc;
	color: #ffffff;
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 0 0;
	padding: 3px 15px 3px 15px;
	width: 100%;
	text-transform: capitalize;
}

#myslidemenu {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

#breadcrumb {
	font-size: 80%;
	color: #330033;
	text-align: right;
}

#breadcrumb a {
	color: #330099;
	text-decoration: none;
}

#main {
	line-height: 1.25em;
	margin: 0 0 0 0;
	padding: 10px 15px 10px 15px;
	width: 100%;
	background: #ffffff;
}

#footer {
	line-height: 1.25em;
	margin: 0 0 0 0;
	padding: 10px 15px 10px 15px;
	width: 100%;
	background: #9900cc url(../images/backgrounds/footer.jpg) repeat-x top;
	color: #ffffff;
	font-size: 80%;
	text-align: center;
}

#footer a {
	color: #ffffff;
}

/* Layout hacks */
.floatclear { 
display:inline-block; 
width:100%;
margin-bottom: 10px;
} 
/* Hide from IE-mac \*/ 
* html .floatclear { 
height:1%; 
width:auto; 
} 
.floatclear { 
display:table;
}
/* End hide from IE-mac */ 

