/* CSS Document */

.menu{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 13px;
	padding: 3;
}

.menubold{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #9DA5AF;
	font-weight: bold;
	line-height: 13px;
	padding: 3;
}

.Titles {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #7C9CBB;
}

.Titlesred {
	font-family: Verdana, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #690034;
}

.topmenu{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #9DA5AF;
	line-height: 13px;
	padding: 3;
}

.newstitle {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #690034;
	line-height: 13px;
}

.howtitle {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #7C9CBB;
}

.howtitlered {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #690034;
}

.howtitleblack {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

.bodycopy {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	font-weight: normal;
}

.bodycopybold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
}

.bodycopyblue {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #7C9CBB;
	font-weight: normal;
}
.bodycopybluebold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #7C9CBB;
	font-weight: bold;
}

.bodycopyred {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #690034;
	font-weight: normal;
}

.bodycopyredbold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #690034;
	font-weight: bold;
}

.bodycopytitleblue {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #7C9CBB;
	font-weight: bold;
}

.bodycopytitlered {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #690034;
	font-weight: bold;
}

.bodycopymand {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #FF0000;
	font-weight: bold;
}


.howfindoutmore {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7C9CBB;
	line-height: 13px;
}

.bottomtext {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-indent: 5px;
}

.email {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-indent: 5px;
}


a.topmenu:hover{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 13px;
	padding: 3;
}

a.newstitle:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7C9CBB;
	line-height: 13px;
}

a.howfindoutmore:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #690034;
	line-height: 13px;
}

a.menu:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #9DA5AF;
	line-height: 13px;
	padding: 3;
}

a.email:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-indent: 5px;
}
.menudrop {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	color: #FFFFFF;
	left: 5px;
}
a.ghome {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(images/home1.gif);
    background-position: 0 0;
    margin: 0 auto;
}
a.ghome:hover {
	background-image: url(images/home2.gif);
}

a.alt {
    display: none;
}
a.leftmenu {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #9DA5AF;
	font-weight: normal;
}
a.leftmenu:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #690034;
	font-weight: normal;
}

.emailblue {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #7C9CBB;
	font-weight: normal;
}

a.emailblue {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #690034;
	font-weight: normal;
}

td.divider{
  background: #ffffff url(images/verticaldivider.jpg) repeat-y center;
  height: 100%;
}


fieldset{
background: #f8f8ff;
}

/* Following is a hack that only IE will pick up, it gets around bug in IE5 thru to 7, where border and background overlap */

* html fieldset{
background: #f8f8ff;
position: relative;
margin-top:1em;
padding-top:.75em;
}

* html legend{ 
position:absolute;
top: -.5em;
left: .5em;
}
