* {
	font-family: arial, helvetica, sans-serif;
}

body {
	background-color: white;
}

img {
	border: none;
}

div.layout {
	width: 598px;
	border:  1px solid black;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

div.topnavbar, div.bottomnavbar {
	width: 100%;
	height: 14px;
	background-color: #666699;
}

div.topnavbar {
	border-bottom: 1px solid black;	
}

div.bottomnavbar {
	border-top: 1px solid black;	
}

div.topnavbar img, div.bottomnavbar img {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
}

div.header {
	border-bottom: 1px solid black;
	max-height: 57px;
}

div.titlebar {
	height: 19px;
	background-color: #666699;
}

h1  {
	color:#cccccc;
	font-size: 12px;
	margin: 0;
	padding: 2px 0 0 4px;
}

div.mainContent {
	border-top: 7px solid #e5e5e5;
	border-bottom: 7px solid #ccffcc;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;
}

h2 {
	font-size: 14px;
	margin: 4px 0 12px 0;
}

h3 {
	color: #555555;
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 14px;
}

div.definition {
	margin-top: 16px;
	margin-bottom: 20px;
}





