body
{ 
	font-family: arial, helvetica, sans serif;
	color: #333;
	font-size: x-small;
	background-color: #E3E9D7;
	margin-top: 10px;
	margin-bottom: 0px;
}

table
{
	font-size: x-small;
	color: #333;
}

#menubackground
{
	background-image:   url(images/menu_background.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top: 18px;
}

#menuitems
{
	height: 150px;
}

/*td.menuitem*/
#menuitems td
{
	font-family: arial, helvetica, sans serif;
	color: #7817a6;
	font-size: x-small;
	font-weight: bold;
	background-image:   url(images/menu_item_background.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#headings
{
	background-image:   url(images/corner_curve.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-left: 30px;
	padding-top: 25px;
}


#menuitems a
{
	color: #7817a6;
	text-decoration: none;
}

#menuitems a:hover
{
    color: #333;
	text-decoration: none;
}

#content
{
    background-color: #fff;
    padding-left: 30px;
	padding-right: 15px;
	line-height: 1.5;
	background-image: url(images/faded_couple.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

h1
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: small;
	color: #7817a6; /* dark purple */
}

h2
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: x-small;
	color: #7817a6; /* dark purple */
}

h3
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: x-small;
	color: #333; /* grey */
}

a
{
	color: #7817a6; 
	text-decoration: underline;
}

a:visited
{
    color: #7817a6; 
	text-decoration: none;
}

a:hover
{
    color: #7817a6;
	text-decoration: none;
}

#footer
{
	background-image: url(images/footer.gif);
	background-position: middle;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top: 30px;
	padding-right: 40px;
	font-family: arial, helvetica, sans serif;
	font-size: x-small;
	font-weight: normal;
}
label
{
	width: 160px;
	float: left;
}
