html, body {
height: 100%;
}

body {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Century,Times;
	font-size:14px;	
	font-weight:normal;
	margin:0 0 0 0;
}

/* Images */
img {
	border:none;
}

/* Table elements */
table.emptyTable {
	border-collapse:collapse;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

table.center {
	text-align:center;
	margin-left:auto; 
	margin-right:auto;
	height: 100%;
}

/* Links */
a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#C0C0C0;
	text-decoration:none;
	font-weight:bold;
}

a.headerLink {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

a.headerLink:hover {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

/* Text and Headlines */
h1 {
	color:#000000;
	font-family:Century,Times;
	font-size:22px;	
	font-weight:bold;
	text-transform:uppercase;	
	margin:5px 0 6px 0;
}

h2 {
	color:#000000;
	font-family:Century,Times;
	font-size:14px;	
	font-weight:bold;
	margin:0 0 10px 0;
}

.largeFont {
	font-family:Century,Times;
	font-size:60px;	
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:50px;
}

/* Layout */
.bgtop {
	background: url(../images/Logogrande_top.jpg) no-repeat;
	width:1200px;
	height:325px;
}

.bgbottom {
	background: url(../images/Logogrande_thin.jpg) no-repeat 105px;
	width:1024px;
	height:18px;
}

.homelink {
	position:absolute;
	width:620px;
	height:190px;
	margin:-60px 0px 0px 100px;
	cursor:Hand;
	cursor:Pointer;
}

/* Menu */
ul {
	float: left;
	list-style: none;
	margin-bottom: 0;
	padding-left: 3px;
	width: 100%;
}

ul li {
	float: left;
	margin: 0;
	padding: 0;
}

ul li a {
	font-family: Century,Times;
	font-size: 14px; 
	font-weight:normal;
	text-transform:uppercase;
	color: #000000;
	display: block;
	float: left;
	margin: 0;
	padding-right:15px;
	padding-left:0px;
	text-decoration: none;
	cursor:pointer;
	cursor:hand;
}

ul li a:hover {
	color: #C0C0C0;
	font-size: 14px;
	font-weight:normal;
}

ul li a.selected {
	color: #C0C0C0;
	font-size: 14px; 	
}


