/* CSS Document */

body {
	background-color: #CAF7FD;
	font-family: Arial;
	font-size: 11px;
	text-align:justify;
	color: #132C35;
	letter-spacing: 0px;
	line-height: 16px;
}

p, ul, ol {
	font-family: Arial;
	font-size: 11px;
	text-align:justify;
	color: #132C35;
	letter-spacing: 0px;
	line-height: 16px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #132C35;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: normal;
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EDFCFE;
	border-right-color: #EDFCFE;
	border-bottom-color: #E6FDFF;
	border-left-color: #EDFCFE;
}

h1:first-letter{
	color:#ffffff;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #132C35;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: normal;
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EDFCFE;
	border-right-color: #EDFCFE;
	border-bottom-color: #E6FDFF;
	border-left-color: #EDFCFE;
	width: 60%;
}

h2:first-letter{
	color:#ffffff;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}

.credit {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #132C35;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: normal;
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #E6FDFF;
}

a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

img.pad {
	padding: 0px;
	margin: 4px;
	border:#FFFFFF solid 1px;
	}

#Navigation {
	position:absolute;
	left:14px;
	top:373px;
	width:112px;
	height:244px;
	z-index:1;
}

#Content {
	position:absolute;
	left:152px;
	top:383px;
	width:346px;
	height:234px;
	z-index:2;
}

input, textarea {
	font-family: Arial;
	font-size: 11px;
	color: #132C35;
	letter-spacing: 0px;
	line-height: 16px;
	border: 1px solid #E6FDFF;
	background-color: #C8FBFC;
}

select {
	font-family: Arial;
	font-size: 11px;
	color: #132C35;
	letter-spacing: 0px;
	line-height: 16px;
	border: 1px solid #E6FDFF;
	background-color: #C8FBFC;
}

button {
	color:#132C35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border: 1px solid #E6FDFF;
	background-color: #C8FBFC;
}