body {
	margin: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}
	
#leftbar {
	position:absolute;
	background-color: #1B0C95;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	}

.leftbartext {
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 20px;
	z-index: 1;
	}

#header {
	position:absolute;
	width:100%;
	background-image: url(images/header_back.gif);
	background-repeat: repeat-x;
	z-index: 2;
	}

#headertext {
	position:absolute;
	width:100%;
	text-align: right;
	font-size: 11px;
	top: 64px;
	color: #FFFFFF;
	z-index: 3;
	}

#headersearch {
	position:absolute;
	width:100%;
	text-align: right;
	font-size: 11px;
	top: 17px;
	color: #FFFFFF;
	z-index: 4;
	}
	
#bodycontent {
	position:absolute;
	left: 200px;
	top: 0px;
	padding-top: 150px;
	padding-left: 45px;
	padding-right: 20px;
	background-image: url(images/checkmark.gif);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1;
	}
	
#footer {
	font-size: 10px;
	line-height: 14px;
	position:relative;
	margin-top: 100px;
	z-index: 1;
	}
	
p {
	margin-top: 0px;
	margin-bottom: 20px;
	}

h1 {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 25px}
	
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.photomargin {
	margin-left: 30px;
	margin-bottom: 15px;
	}
	
.breadcrumb {
	font-size: 11px
	}

a.white:link {color: #FFFFFF}

a.white:hover {color: #CCCCCC}

a.white:visited {color: #FFFFFF}

li {list-style: disc}

.whitetext {color: #FFFFFF}