body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
}

.default {
	background-color: #ffe4c8;
}

.lpink {
	background-color: #fce4ff;
}

.pink {
	background-color: #ffc2ff;
}

.blue {
	background-color: #c2ddff;
}


.yellow {
	background-color: #fff8bb ;
}

.grey {
	background-color: #eae4ff;
}

.aqua {
	background-color: #c8fff8;
}

.greengrey {
	background-color: #eeffcc;
}


/*
	Header
*/
div#header {
	color: #ffffff;
	text-align: left;

	background-image: url(/images/headderbackground.png);
	background-repeat: repeat-x;
	padding-top: 7;
	padding-left: 128;
}

/*
	Menu
*/
div#menu {
	width: 120px;
	height: 100%;
/*	margin: 60px 10px; */
	margin-top: -11px;
	padding-top: 20px;
	text-align: center;
	border: 1;
	float: left;
	line-height: 18px;
	background-repeat: repeat-y;
	background-image: url(/images/menubgdark.png);
/*	background-color: #800020; */
}

div#menu a {
	display: block;
	width: 120px;
	margin-top: 5; /* auto */
	color: #ff2e00;
	text-decoration: none;
	font-weight: bold;
	background-position: 0px 121px;
	background-attachment: fixed;
	background-image: url(/images/menubglight.png);

/*	background-color: #ff9932; */
}

div#menu a:visited {
	color: #197fff;
}

div#menu a:hover {
	color: #ff9932;
/*	background-color: #ff4c00; */
}

div#menu a:active {
	color: #ffffff;
}

div#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


h3 {
/*	color: #32408C; */
	color: #000000;
	text-align: left;
	margin-top: 0;
	margin-left: 50px;
	font-size: 2em;
}

h3b {
      color: #32408C;
      text-align: center;
      font-size: 2em;
}


span.submenu {
	text-align: center;
}
/*
	Content
*/
div#content {
	margin:10px 0px 40px 160px;
	padding:10px 0 50px 0;
	text-align:left;
	border-left:1px;
}

div#footer {
	text-align: center;
	padding-bottom: 50px;
}

div#footer hr {
	width: 50%;
}
