@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.left {
	font-family: Arial;
	font-size: 12px;
	line-height: normal;
	color: #1A4F93;
	background-color: #CCD3EA;
	padding: 8 4 4;
	float: left;
	height: auto;
	width: 190px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	text-align: left;
}
.yellowbg {
	background-color: #FFFCE9;
	text-indent: 10px;
	padding-top: 10px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-color: #114E87;
	padding-bottom: 12px;
}

.main {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1A4F93;
	width: 500px;
	left: 10px;
	background-color: #EEF3F9;
	padding: 12px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	float: left;
	margin-left: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 1.35;
}

td {
	font-size: 12px;
	font-weight: normal;
	color: #1A4F93;
	margin: 2px;
	padding: 2px;
	border: 0;
	top: auto;
	margin-top: 10px;
}

h1 {
	font-size: 18px;
	color: #F60;
}
h2 {
	font-size: 14px;
	color: #849cce;
}
.small {
	font-size: 10px;
	color: #1A4F93;
}
.left a {
	text-decoration: none;
	color: #1A4F93;
}
.left a:visited {
	text-decoration: none;
	color: #1A4F93;
}
.left a:hover {
	text-decoration: underline;
	color: #F60;
}

.pic {
	float: right;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCD3EA;
	border-left-color: #CCD3EA;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-bottom: 8px;
	margin-left: 8px;
}
