/* CSS Document */

/* BODY */

body {
	width: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height:100%;
}
/* HEADER TABLE */

table.bg {
	width: 100%;
	background-image: url('../images/bgs/uni_bg.gif');
	background-repeat: repeat-x;
	text-align: center;
}
table.uniHeader {
	width: 860px;
	height: 105px;
	border: medium none;
	background-image: url('../images/bgs/uni_bg.gif');
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle
}
headerComponents {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: left;
	vertical-align: middle;
}
headerComponents a:link {
	color: #999999;
	text-decoration: none;
}
headerComponents a:hover {
	color: #000000;
}
headerComponents a:visited {
	color: #999999;
	text-decoration: none;
}
headerComponents a:visited:hover {
	color: #000000;
}
table.Search {
	width: 100%;
	height: 40px;
	display: inline/block;
	background-image: url('../images/bgs/search_bg.gif');
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	margin-top: 10px;
	color: #929292
}
.InputBox {
	width: 150px;
	background-color: #d8dcf0;
	border-bottom: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	border-top: 1px #666666 solid;
	border-left: 1px #666666 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 2px;
}
/* LOGIN AREA */

table.login {
	width: 225px;
	color: #5873A3;
	text-align: left;
	vertical-align: middle;
}
table.login td.label {
	width: 110px;
	padding-bottom: 4px;
	padding-top: 10px;
	padding-left: 10px;
}
.loginInput {
	width: 115px;
	border: 1px #E1E9F4 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 2px;
	padding-right: 2px;
	bacjground-color: none;
}
table.login td a:link {
	font-size: 9px;
	color: #0066CC;
	text-decoration: none;
}
table.login td a:hover {
	font-size: 9px;
	color: #0066CC;
	text-decoration: underline;
}
table.login td a:visited {
	font-size: 9px;
	color: #0066CC;
	text-decoration: none;
}
table.login td a:visited:hover {
	font-size: 9px;
	color: #0066CC;
	text-decoration: underline;
}
/* FOOTER */

table.footer {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background-image: url('../images/bgs/footer_bg.gif');
	background-repeat: repeat-x;
	height: 65px;
	padding-bottom: 10px;
	margin-top: 15px;
	background-position-y:50%
}
table.footerComponents {
	width: 420px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}
table.footerComponents td a:link {
	color: #999999;
	text-decoration: none;
}
table.footerComponents td a:hover {
	color: #999999;
	text-decoration: underline;
}
table.footerComponents td a:visited {
	color: #999999;
	text-decoration: none;
}
table.footerComponents td a:visited:hover {
	color: #999999;
	text-decoration: underline;
}
/* MAIN MENU */

table.smallMenu {
	width: 380px;
	text-align: center;
	font-size: 11px;
}
table.smallMenu td a:link {
	color: #666666;
	text-decoration: none;
}
table.smallMenu td a:hover {
	color: #000000;
	text-decoration: none;
}
table.smallMenu td a:visited {
	color: #666666;
	text-decoration: none;
}
table.smallMenu td a:visited:hover {
	color: #000000;
	text-decoration: none;
}
