/* CSS Document */
#holder {
position:absolute;
padding: 0;
clear:both;
top:0px;
left:0px;
}
#topbar {
width:100%;
height:245px;
}
h1 {
font: bold 10pt Arial;
background: #83BDE7;
padding: 2px 2px 2px 20px;
color: #0B5A9D;
}

hr {
color:#6c6e9d;
}
table {
border-width:0px;
border-spacing:0px;
border-collapse:collapse;
}
td {
padding:0px;
font: 10pt Arial;
color:white;
}

a {
color:#3CE5DB;
text-decoration:underline;
cursor:hand;
}
a.white {
color:white;
cursor:hand;
}
a.blue {
color:#3CE5DB;
text-decoration:underline;
cursor:hand;
}
a:hover {
color:white;
cursor:hand;
}
#submenu {
color:red;
}

#shadowbar {
clear: both;
padding:0;
width:100%;
margin-left:147px;
}

#pagetitle{
float:left;
width:147px;
}

#bodyholder {
background: #005691;
float:left;
width:599px;
}

#mainpage {
width:100%;
}


#login {
	position: absolute;
	left: 684px;
	top:0px;
	cursor:hand;
	width:50px;
	height:25px;
	z-index: 5;
}
