/*---------------------
		Elements
---------------------*/
body {
	behavior: url(csshover.htc); /* call hover behaviour file */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #D6BD95;
	}
a {
	text-decoration: none;
	color: #02215A;
	}
a:hover {
	color: #FFFFFF;
	}
table {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
hr {
	color: #999999;
	background-color: #999999;
	height: 2px;
	}
h1 {
	color: ;
	}
h2 {
	color: ;
	}
h3 {
	font-size: 16px;
	color: #051F5A;
	display: inline;
	}
h4 {
	font-size: 14px;
	color: #051F5A;
	display: inline;
	}
h5 {
	font-weight: bold;
	font-size: 12px;
	display: inline;
	line-height: 24px;
	padding: 8px;
	}
.slogan {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	}
/*---------------------
		  IDs
---------------------*/
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
#topborder {
	background-color: #532B2C;
	height: 45px;
	border-bottom: solid 8px #FFFFFF;
	}
#marquee {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 2px 5px 2px;
	}
#navBar {
	background-color: #FFFFFF;
	height: 30px;
	}
#contentHome {
	clear: left;
	}
#contentAll {
	display: None;
	}
#loginInner {
	border: #000000 solid 1px;
	padding: 6px;
	}
#footer {
	clear: both;
	padding: 10px 0;
	text-align: center;
	background-color: #532B2C;
	height: 75px;
	}
/*---------------------
		Classes
---------------------*/
.employees {
	text-align: center;
	}
.employeeTitle {
	font-weight: bold;
	}
.picture1 {
	float: left;
	border-top:solid #000000 1px;
	}
.login {
	float: left;
	width: 234px;
	height: 294px;
	background-color: #D6BD95;
	border: #000000 solid 1px;
	padding: 10px 9px 0px 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	}
* html .login {
	width: 254px;
	height: 306px;
	border: #000000 solid 1px;
	}
.login h2 {
	color: #FFFFFF;
	font-size: 18px;
	}
.signUP a {
	background-color: #ffffff;
	text-decoration: none;
	padding: 2px;
	border: solid #000000 1px;
	color: #860B0D;
	}
.signUP a:hover {
	background-color: #EA9747;
	color: #860B0D;
	}
.picture2 {
	float: left;
	border-top:solid #000000 1px;
	}
.bold {
	font-weight: bold;
	}
.boldItalic {
	font-weight: bold;
	font-style: italic;
	}
.cAlign {
	text-align: center;
	font-size: 10px;
	}
.tinyPrint {
	font-size: 10px;
	}