/* CSS Document */
body
{
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	text-align:center;
	background-image: url(../images/bg-page.gif);
}

.right
{
	float:right;
}
.left
{
	float:left;
}
.clrimg
{
	clear:both;
	height:1px;
}
.clearspace
{
	clear:both;
}
h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px 0px 0px 0px;	
	font-weight: normal;
}

h1
{
	padding-bottom:11px;
	padding-left:14px;
}

h2
{
	padding-bottom:11px;
	padding-left:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #490171;
}

h3
{
	padding-bottom:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #535353;
}

ul, li
{
	margin:0px;
	padding:0px;
	list-style:none;
}

a {
	color: #490171;;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color: #490171;
	text-decoration:underline;
}
p
{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
}

#holder
{
	text-align:left;
	padding:0px 12px 0px 12px;
	margin:0px auto 0px auto;
	width:770px;
	background-image: url(../images/bg-holder.gif);
	background-repeat: repeat-y;
}
#logo
{
	width:770px;
	height:120px;
}
#mainnavigation
{
	width:718px;
	height:24px;
	padding-bottom:6px;
	padding-left:52px;
	padding-top:6px;
	background-image: url(../images/bg-menu.gif);
	background-position: left bottom;
	background-color: #490171;
	background-repeat: no-repeat;
}
#mainnavigation li
{
	float:left;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	padding-right:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainnavigation li a
{
	color:#FFFFFF;
	text-decoration:none;
}
#mainnavigation li a:hover, #mainnavigation li a.active
{
	color:#e8b2fe;
	text-decoration:none;
}
#contentholder
{
	clear:both;
	padding:26px 0px 62px 37px;
	width:733px;
}
#maincontent
{
	float:left;
	width:536px;
}
#content
{
	padding-left:17px;
}
#content ul
{
	padding-bottom:23px;
	padding-left:8px;
}
#content li
{
	padding-bottom: 4px;
	padding-left:11px;
	background-image: url(../images/bul-black.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#cta
{
	width:184px;
	float:right;
}
#footer
{
	border-top:1px solid #bebebe;
	height:45px;
	padding:8px 0px 20px 50px;
	width:720px;
	clear:both;
	font-size: 10px;
	color: #666666;
	line-height:15px;
}
#footer a
{
	color: #666666;
	text-decoration:none;	
}
#footer a:hover
{
	text-decoration:underline;	
}
.notes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a {
	color: #490171;
	text-decoration: underline;
}
.imageBorder {
	border: 1px solid #CCCCCC;
}
