body {
	background: #116CB8;
	margin-top: -2px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
}

a {
	color: #DA333D;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF8A1A;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	color: #004A87;
	font-size: 16px;
}

h2 {
	margin-top: -7px;
	color: #004A87;
	font-size: 14px;
	border-bottom: 1px solid #666;
}

blockquote {
	margin-left: 20px;
	font-family: 'Georgia', 'Garamond MS', times new roman, serif;
	font-weight: bold;
	font-style: italic;
}

table {
	font-size: 11px;
}

#plate {
	width: 750px;
	margin: auto;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
}

#header {
	width: 750px;
	height: 362px;
	background: #000;
	text-align: left;
	padding-top: 15px;
}

#header .image {
	margin-left: 10px;
	width: 500px;
	float: left;
}

#header .nav {
	float: right;
	width: 200px;
	margin-top: 80px;
	font-size: 14px;
	letter-spacing: 2px;
}

#header .nav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#header .nav a:hover {
	color: #85C441;
	font-weight: bold;
	text-decoration: none;
}

#container {
	width: 750px;
	text-align: center;
}

#content {
	width: 720px;
	margin: auto;
	margin-top: 15px;
	text-align: left;
}

#content .note {
	width: 700px;
	margin-left: 10px;
	padding: 5px;
	background: #F3ABAB;
	border: 1px solid #DA333D;
}

#content .insert {
	width: 200px;
	float: right;
	padding: 5px;
	background: #C1DFA0;
	border: 1px solid #85C441;
}

#footer {
	background: #000;
	height: 45px;
	margin-top: 45px;
	padding-top: 5px;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #85C441;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}