body{
	margin:0;
	background:#fff;
	font:12px verdana;
	color:#363636;
	text-align:center;
	}
p, form{
	margin:0;
	padding:0;
	}
a{
	color:#000;
	text-decoration:none;
	border-bottom:2px solid #e9e9e9;
	}
a:hover{
	border-color:#000;
	text-decoration:none;
	}

.topLevel{
	margin:0 auto;
	text-align:left;
	}
.clear{
	clear:both;
	}

h1,h2,h3,h4,h5,h6{
	font-family:times;
	color:#a80000;
	margin:0;
	}

#wrapAll{
	width:878px;
	}
.shadow{
	width:14px;
	background-repeat:repeat-y;
	}
#leftShadow{
	background-image:url('../img/shadow_left.jpg');
	}
#rightShadow{
	background-image:url('../img/shadow_right.jpg');
	}
#wrapBody{
	width:850px;
	}
#wrapHeader{
	width:825px;
	height:76px;
	padding:29px 0 0 25px;
	background:url('../img/header_bg.jpg') repeat-x;
	}
#wrapFooter{
	width:798px;
	background:url('../img/shadow_bottom.jpg') no-repeat;
	padding:8px 40px;
	font-size:10px;
	line-height:1.2;
	}
#wrapCopyright{
	float:left;
	}
#wrapAddress{
	float:right;
	text-align:right;
	}

#wrapNav{
	margin:0;
	padding:0 0 0 6px;
	background:url('../img/nav_bg.jpg') repeat-x;
	width:100%;
	height:25px;
	border-top:1px solid #e9e9e9;
	}

#wrapNav li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	}
#wrapNav a{
	padding:5px 28px;
	line-height:25px;
	text-decoration:none;
	color:#3e3e3e;
	font-weight:bold;
	border-left:1px solid transparent;
	border-right:1px solid transparent; 
	}
#wrapNav a:hover{
	background:url('../img/nav_bg_1.jpg') repeat-x;
	border-color:#e9e9e9;
	}
	

.column{
	float:left;
	padding:25px;
	}
#columnA{
	width:500px;
	background:url('../img/shadow_right.jpg') repeat-y top right;
	}
#columnB{
	width:260px;
	background:url('../img/shadow_right.jpg') repeat-y top left;
	margin-left:-14px;
	}

li{
	margin-top:5px;
	}

label{
	width:75px;
	float:left;
	padding-top:3px;
	}
input{
	float:left;
	}
#login{
	margin:10px 0 0 75px;
	}
#invalidCredentials{
	color:red;
	}
