body {
	background-color: white;
	text-align: center;
	margin-top: 45px;
	font-family: "Times New Roman", Georgia, Times, serif;
}

#navigation {
	width: 672px;
	position: relative;
	top: -200px;
	background-color: white;
	border: 1px solid #908d8d;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
	padding: 7px;
	font-size: 0px;	
}

#navigation li {
	display: inline;
	padding: 18px;
}

#navigation ul {
	padding: 0px;
}

table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	width: 750px;
	font-size: 14px;
	color: gray;
}

td {
	padding: 20px 30px 20px 0px;
  	vertical-align: top;
	text-align: left;
	line-height: 20px;
}

tr {
	border-bottom: 1px solid gray;
}

.title {
	color: #0c88d7;
	font-size: 15px;
	font-weight: bold;
}

.subtitle {
	font-weight: bold;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}

a img {
	border: none;
}

a:link {
	border: none;
	color: none;
	text-decoration: none;
	color: #0c88d7;
}

a:visited {
	color: none;
	text-decoration: none;
	border: none;
	color: #0c88d7;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

#logo {
	margin-top: -190px;
	margin-left: -40px;
}

#allcontent { 
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	color: #756f6f;
	font-size: 11px;
	margin-top: 20px;
}
p2 {
	font-size: 16px;
	font-weight: bold;
}

