/* Style Sheet for Testing & Assessments intro page */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 744px;
	margin: 10px auto;
	text-align: center;
}

div {
	background-color: #B3D1F6;
	text-align: left;
}

div.navigation {
	float: left;
	font-size: 10px;
	width: 198px;
	height: 500px;
	border-left: solid 2px #1C3595;
}

div.content {
	float: right;
	width: 541px;
	height: 500px;
	border-left: solid 1px #1C3595;
	border-right: solid 2px #1C3595;
}

div.banner {
	height: 90px;
	width: 744px;
	background-image: url("http://www.grasslandsgroup.com/images/bannerTest.jpg");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

div.pagetitle {
	color: #FFFFFF;
	background-color: #1C3595;
	text-align: center;
	line-height: 2em;
	width:744px;
}

div.main {
	height: 500px;
	width: 744px;
}

div.footer {
	color: #FFFFFF;
	background-color: #1C3595;
	text-align: center;
	line-height: 1.5em;
	width: 744px;
}

h1 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
	margin: 0px 10px 5px 10px;
}

.content h2 {
	margin: 20px 10px 0px 10px;
}

li {
	padding-bottom: 5px;
}

.navigation ul {
	list-style-type: none;
	font-weight: bold;
}

.navigation li ul {
	font-weight: normal;
}

.content p {
	margin: 10px;
}

.navigation h2 {
	margin: 10px;
}

a:link {
	color: #000066;
}

a:visited {
	/*color: #FFA500;*/
}

a:hover {
	color: #FF0000;
}

.footer a:link {
	color: #FFFFFF;
	font-style: italic;
}

.footer a:visited {
	color: #FFFF99;
	font-style: italic;
}

.footer a:hover {
	color: #FF0000;
	font-style: italic;
}

.footer * {
	margin: 10px;
}

p.entrance {
	text-align: center;
	font-weight: bold;
}