html, body {
	 margin: 0;
	 padding: 0;
}

/* This is the Holly hack and Tan hack */
/* hides from IE/mac \*/
* html .buggybox { height:  1%; }
/* End Hide */

body {
}

#header {
	height:  100px;
	background-color: #003369;
	padding: 10px 0 0;
	margin: 0;
	font-size: 40px;
	color: white;
	font-weight: bold;
	font-variant: small-caps;
}

#header div.left {
	left: 10px;
	position: absolute;
}

#header div.right {
	position: absolute;
	right: 10px;
}

#header div.center {
	position: absolute;
	width: 100%;
	text-align: center;
}

#header div.text {
	top: 30px;
}

.alignright {
	text-align: right;
}

#navLinks {
	background-color: #999;
	position: relative;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-right: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navLinks ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font: 12pt/1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#navLinks ul li {
	display: block;
	float: left;
	position: relative;
	border-right: 2px solid #000;
	margin: 3px 5px;
	padding: 1px 7px 1px 2px;
}

#navLinks ul li.first {
	margin-left: 10px;
	list-style: none;
}

#navLinks ul li.last {
	border-right: none;
}

#navLinks a:visited {
	text-decoration: none;
	color: black;
}

#navLinks a:link {
	text-decoration: none;
	color: black;
}

#navLinks a:hover {
	text-decoration: underline;
	color: white;
}

#navclear {
	display: block;
	clear: both;
}

#container {
	margin: 0;
	padding: 0;
}

#infoBox {
	position: absolute;
	left: 0em;
	background-color: khaki;
	border-style: solid;
	border-width: 1px;
	border-left-style: none;
	border-top-style: none;
	border-top-color: black;
	float: left;
	height: inherit;
	width: 200px;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#infoBox p {
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	margin: 10px 10px 5px;
}

#infoBox p.last {
	border-bottom: none;
}


#mainContent {
	background-color: white;
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 201px;
}

#mainContent p {
	margin: 0;
	padding-top:  5px;
	padding-bottom: 5px
}
#mainContent div.item {
	padding: 10px;
	margin: 10px 5px 5px;
	background-color: #0ff;
	border-style: groove;
	color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#mainContent div.item h3 {
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	margin:0 0 0 0;
}

table.threecol {
	/*width: 100%; */
	border-width: 0;
	border-style: none;
}

table.threecol td {
	padding-right: 5px;
}

table.type2 {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	border: 4px double #000;
}

table.type2 tr {
	border-style: ridge;
	border-width: 1px;
	margin: 0;
	padding: 0;
}

table.type2 th {
	font-weight: bold;
	border-bottom-width: 2px;
	background-color: whitesmoke;
	margin: 0;
}

table.type2 td {
	text-align: center;
	padding-right:  5px;

}

#mainContent div.first {
	margin-top: 5px;
	color:  black;
}

#footer {
	padding: 5px;
	border-top-style: dashed;
	border-top-width: 1px;
	background-color: white;
	margin-top: 10px;
}

#bottom {
	line-height: 0;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

#footer p {
	text-align: right;
	font-size: small;
	border: none;
	margin: 5px;
	padding: 0;
	background-color: white;
}

/* @group My Group */



/* @end */