
body {
	background-color: #F2F2F2;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin: 0;
	font-size: 62.5%;
}
a:link {
	text-decoration: none;
	color: #212026;
}
a:hover { color: #545559; }
a:visited { text-decoration: none; color: #212026; }

#main {
	min-width: 780px;
	max-width: 1004px;
	margin: 0 auto;
	text-align: center;
	border:	1px solid #D9D9D9;
}
#header {
	text-align: left;
	height: 60px;
	font-size: 14px;
	padding: 40px 40px 30px;
}
#jIT {
	float: left;
	width: 50px;
	height: 40px;
	margin-right: 10px;
	background-image: url('/images/jIT_black.png');
}
.blocked{ 
	display:block; 
	width:50px;
	height: 40px; 
	text-decoration:none; 
}
#headerLogo {
	float: left;
	width: 425px;
}
#headerNav {
	float: right;
}
#headerNav ul {
	list-style: none;
	display: block;
}
#headerNav li {
	border-right: 1px solid #D9D9D9;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
}
#headerNav li.last {
	border: none;
	padding: 0;
	margin: 0;
}
#content {
	min-height: 300px;
	font-size: 14px;
}
.welcome {
	background: #545559;
	padding: 10px 40px;
	text-transform: uppercase;
	color: #F2F2F2;
	font-weight: bold;
	text-align: left;
}
.welcomeText {
	text-align: left;
	color: #212026;
	padding: 20px 40px;
}
#tartan {
	height: 15px;
	background-image: url('/images/tartan.png');
}
#logo {
	float: right;
	width: 250px;
	height: 63px;
	background-image: url('/images/jockIT_logo.png');
}
#footer {
	height: 155px;
	text-transform: uppercase;
	font-size: 13px;
	padding: 20px 40px;
	text-align: left;
	color: #D9D9D9;
	background: -webkit-gradient(linear, left top, left bottom, from(#545559), to(#D9D9D9)); /* Safari, Chrome */
	background: -moz-linear-gradient(top,  #545559,  #D9D9D9); /* Firefox */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545559', endColorstr='#D9D9D9'); /* Bloody IE! */
}
.footerBox {
	float: left;
	width: 215px;
}
.footerBox a:link {
	color: #D9D9D9;
}
.footerBox a:visited {
	color: #D9D9D9;
}
.footerBox a:hover {
	color: #F2F2F2;
	text-decoration: underline;
}
.alert {
	color: #FF0000;
}
