body {
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

.style1 {color: #844A9C}

.style2 {
	color: #999999;
	font-style: italic;
}

.style3 {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #844A94;
}


a:link {
	color: #0000FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #844A94;
}

.box {
	margin: 10px 0;
	padding: 20px;
	background: #FFFFFF;
}
.box-container {
	margin: 10px 0;
	display: block !important; /* For compliant browsers */
	display: inline-block; /* Fixes IE Peekaboo Bug */
	background-color: #FFFFFF;
	background-image: url(../images/bg_box_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box-br {
	background-image: url(../images/bg_box_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box-tl {
	background-image: url(../images/bg_box_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box-tr {
	background-image: url(../images/bg_box_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.box-content {padding: 20px;}



/* ----------------------------------------------------------------------------------------------------------------------

	CUSTOM STYLING - you can style any of the boxes with a custom border by applying an ide to it
	
---------------------------------------------------------------------------------------------------------------------- */


/* Custom Box 3
------------------------------------------------------------------- */
#custom.box-container {background: url(images/bg_custom_bl.gif) no-repeat bottom left;}
.pt14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #333333;
	font-weight: bold;
}
.pt8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}

.pt10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
}

#custom .box-br {
	background-image: url(../images/bg_custom_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#custom .box-tl {
	background-image: url(../images/bg_custom_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#custom .box-tr {background: url(../images/bg_custom_tr.gif) no-repeat top right;}


/* Custom Box 2
------------------------------------------------------------------- */
#custom2.box-container {background: url(../images/bg_custom2_bl.gif) no-repeat bottom left;}
#custom2 .box-br {background: url(../images/bg_custom2_br.gif) no-repeat bottom right;}
#custom2 .box-tl {background: url(../images/bg_custom2_tl.gif) no-repeat top left;}
#custom2 .box-tr {background: url(../images/bg_custom2_tr.gif) no-repeat top right;}
.bg_inner {
	background-color: #FFFFFF;
	background-image: url(../images/bg_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.style1 {font-weight: bold
}

#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 10pt Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #845294;
color:#FFFFFF;
}
