@charset "UTF-8";
/* CSS Document */

body,html {
	color: #535353;
	min-width: 949px;
	background-color: #BE8FBE;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

td.tbdr {
	border-top-width: 1px;
	border-top-style: solid;
}

td.bbdr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

td.bg {
	background-color: #ffffff;
}

td.nobdr {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#bd {
	background-color: #ffffff;
}

#hd {
	background-color: #88208D;
}

#main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 108%;
	text-align: left;	
	}

#main li {
	padding-top: 30px;
}


#wayside {
	right: 4px;
	left: 4px;
	width: 140px;
	color: #7D1F7E;
	margin-left: 20px;
	margin-bottom: 4px;
	margin-right: 20px;
	margin-top: 32px;
	padding: 4px;
	border: 0px solid #535353;
	background-color: #BE8FBE;
	text-align: left;
}


#wayside p {
	margin-bottom: 0px;
}

#leftmenu {
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #8F178D;
	font-weight: bold;
	line-height: 100%;
	font-size: 93%;
	text-transform: lowercase;
	text-align: left;
	top: 16px;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
  }

#leftmenu li {
	width: 150px;
	position: relative;
	list-style-type: none;
	height: 16px;
	margin-left: 16px;
	margin-bottom: 4px;
	margin-right: 16px;
	margin-top: 0px;
	padding: 4px;	
}

#leftmenu a {
	background-color: #BD586B;
	height: 12px;
	padding: 4px;
	display: block;
	color: #FFFFFF;
}

#leftmenu a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #BA87BD;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #7D1F7E;
}

h1 {
	font-size: 140%;
	font-weight: bold;
}

h2 {
	font-size: 120%;
	font-weight: bold;
}

h3 {
	font-size: 110%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

.top_logo {
	margin: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	float: right;
	width: 188px;
}

.top_title {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	float: left;
	width: 600px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 240%;
	color: #FFFFFF;
	top: 42px;
	text-transform: capitalize;
	text-align: left;
	left: 16px;
	height: 60px;
	background-image:url(../img/title.png);
	background-repeat: no-repeat;
}

.leftaddr {
	font-size: 77%;
	color: #FFFFFF;
}

a {
	color: #7D1F7E;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

li.list1 {
	list-style-position: outside;
	list-style-image: url(../img/bullet2.gif);
	list-style-type: disc;
	padding-left: 5px;
}
.norm {
	color: #7F7F7F;
}

.topbg {
	background-color: #7D1F7E;
}

table td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.bdrr {
	margin-right: 16px;
}

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

#name {
	top: -24px;
	position: relative;
	text-align: center;
}

a:hover {background:#ffffff;} /*BG color is a must for IE6*/
a.tooltip span {
	display:none;
	padding:4px 6px;
	margin-left:-194px;
	margin-top:170px;
	width:230px;
}
a.tooltip:hover span{
	display:inline;
	position:absolute;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#6c6c6c;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	z-index: 100;
}

.question {
	color: #576020;
	font-family: "100% Arial", Helvetica, sans-serif;
	font-size: 93%;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.indent {
	margin-left: 3em;
}

.italic {
font-style: italic;
}

.italicstrong {
	font-style: italic;
	font-weight: bold;
}

.underline {
text-decoration: underline;
}

