html {
	border-bottom: 10px solid #9599ab;
}

body {
	padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
	/* border-bottom: 10px solid #9599ab; */
	
	background-image: url(images/tile03.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
a {
    color: #0d2a88;
    text-decoration: none;
}

a:visited {
    color: #762a0d;
}

a:active {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

h2 {
    font-size: 14px;
}

#wrapper {
    position:relative;
	border: 0;
}

#topbar {
    position:relative;
	height: 89px;
	padding: 0px;
    margin: 0px;
	border-bottom: 2px solid #707380;
	
	background-image: url(images/tile02.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}


#header {
    position:relative;
    float: left;
	top: 20px;
    left: 10px;
    padding: 5px;
    margin: 0px;
}

#header a {
    text-decoration: none;
    color: #666666;
}
#header a:hover {
    text-decoration: underline;
}

#nav a {
    text-decoration: none;
    color: #000000;
}

#nav a:hover {
    text-decoration: underline;
}

#nav {
    position:absolute;
    float: right;
	width: 595px;
	top: 71px;

    right: 6px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}


#nav li {
    float: left;
	width: 80px;
    margin: 0px;
    padding: 1px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 0;
	border-left: 1px solid #9599ab;
	font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    text-align: center;

	background-image: url(images/tile01.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#bodycontent {
	margin-right: 210px;
	padding: 20px;
}

#rightcontent {
	float: right;
	width: 182px;
	color: #fff;
	text-align:left;
	margin: 0px;
	padding: 12px 4px 4px 4px;
}

#rightcontent a, #rightcontent a:visited,#rightcontent a:hover {
 	color: #fff;
    font-size: 10px;
	text-decoration: none;
 	}

#rightcontent a:hover {
 	color: #fff;
    font-size: 10px;
    text-decoration: underline;
 	}



em {
    font-style:normal;
    font-weight: 700;
}

.barbutton {
	width: 100px;
	background-color: #707380;
	border: 1px solid #9599ab;
	text-align: center;
	margin: 0 0 6px 0;
	padding: 2px;
	}
	
.clear {
	clear: both;
	margin: 0;               
	padding: 0;
	height: 0px;
	overflow: hidden;
}

.redacted {
    color: #666;
}
