body {
	background:rgb(200,200,200);
}

a {
	text-decoration:none;
	font-weight:bold;
	color:rgb(220,220,220);
}

h1 {
	color:black;
	font-weight:normal;
	font-size:13pt;
	margin:5px;
}

h2 {
	color:black;
	font-size:10pt;
	font-weight:normal;
	margin-left:5px;
}


#index-body {
	background: white;
}

#large-logo {
	border-style:solid;
	border-width:8px;
	border-color: black;
	padding: 12px;
}

#logo-div {
	position:relative;
	top:120px;
}

#main-div-intro {
	position:relative;
	width:800px;
	height:600px;
}

#main-div {
	position:relative;
	width:800px;
	top:100px;
	background:rgb(0,102,204);
	
	text-align:left;
	font-weight:normal;
	font-family:verdana;
	font-style:none;
	color:white;
}

#header-div {
	width:100%;
	height:100px;
	background:white;
}

#text-div {
	position:relative;
	left:6%;
	width:85%;
	padding:10px;
	font-size:10pt;
	text-align:justify;
}

#spacer-div {
	height:50px;
	width:100%;
}

#back-div {
	text-align:right;
	font-weight:bold;
}

#grey-bar-div {
	height:10px;
	position:relative;
	top:80px;
	background:rgb(200,200,200);
}

#header-text-div {
	position:absolute;
	left:100px;
}

#header-image {
	position:absolute;
	left:0px;
	width:80px;
	height:80px;
}

.info-table {
	color:white;
	font-size:8pt;
	border-width:1px;
	border-color:grey;
	border-style:solid;
	border-collapse:collapse;
}

.info-table td
{
	border-width:1px;
	border-color:grey;
	border-style:solid;
	padding:3px;
}

.soft
{
	color:rgb(200,200,200);
}

#menu-table {
	position:relative;
	left:15%;
	width:80%;
	color:white;
	font-size:10pt;
}

#menu-table td {
	padding:10px;
}

td a {
	font-weight:normal;
	color:white;
}