body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.copyright{ font-size:9px; font-weight:bold; }

.header {
	/*background-image: url('img/header_bg.gif');*/
	text-align: center;
}

a {
	color: #4F1E93;
}

.nav {
	padding: 20px 0 140px 0;
	background-image: url('img/nav_flower.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

.nav ul {
	margin-left: 32px;
	padding: 0;
	list-style-image: url('img/nav_bullet.gif');
}
/* IE can't see the following hack */
.nav>ul {
	margin-left: 40px;
}

.nav ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: -8px 0;
}

.content img {
	margin: 0 10px 0 5px;
}

h1{ font-weight:bold; font-size:16px; color: #4F1E93; }
h3{ font-weight:bold; font-size:12px; }
.heading{
	font-weight:bold; font-size:16px; color: #4F1E93;
}
.subheading{ /* should be the same as h3 */ font-weight:bold; font-size:12px; }

.faq_question{ color: #4F1E93; }
.faq_answer{ color: #000000; }

.imgLeft{ margin-right:10px; }
.imgRight{ 	margin-left:10px; }

a.menuitem 	  {
	position: relative;
	top: -18px;
	left: 8px;
	text-decoration: none;
	color: #000000;
}
/* IE can't see the following hack */
li>a.menuitem {
	left: 0px;
}

a:hover.menuitem   { text-decoration: underline; /*background-color: #62BD18;*/}

.submenuitem {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

a:link.submenuitem {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:visited.submenuitem {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:hover.submenuitem {
	text-decoration: underline;
	background-color: #FECE00;
}

.submenuitemalt {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FECE00;
}

a:link.submenuitemalt {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FECE00;
}

a:visited.submenuitemalt {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FECE00;
}

a:hover.submenuitemalt {
	text-decoration: underline;
	background-color: #000000;
}

hr {
	color: black;
	height: 1px;
}
.small{
	font-size:10px;
}
.bold{
	font-weight: bold;
}
.bgimg{
	background-image: url('img/watermark.gif');
	background-position: 150px 50px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
