body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #333366;
	line-height: 18px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

#header{
	margin-left: 0px;
	margin-top: 0px;
	height: 210px;
	padding-top: 20px;
	background-color: #336;
}
#menu{
	height: 31px;
	background-color: #336;
	margin-left: auto;
	margin-right: auto;

}
#content{
	width: 90%;
	background-color: #F0F0F0;
	margin-left: 30px;
	padding-left: 10px;
	border-top-width: 4px;
	border-top-style: double;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-left-style: double;
	border-left-width: 4px;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-right-style: double;
	border-bottom-style: double;
	border-right-width: 4px;
	border-bottom-width: 4px;
	padding-right: 10px;
	padding-top: 10px;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.pictureBox {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.centerText {
	text-align: center;

}
