<!--
body,td,th {
	color: #3300CC;
}
body {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3300CC;
	margin: 5px;
    padding: 10px 10px;
}

.contentarea {
 /* replace this value with the width of your left column */
	margin:  0px;
	padding:  0px;
	float: none
	height:  1%;  /* IE hack due to a bug handling float:  right. */
	font-size: 18px;
	color: #3300CC;
	margin-left:  160px;

}
.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ca1818;
}
.button {
	vertical-align:super;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-variant: small-caps;
	color: #ca1818;
	margin-left: 150px;
	background-image: url(Images/buttonback.png);
	background-repeat:repeat-y;
}
	
.menu {
	position:absolute;
	top:0px;
	left:0px;
	display: block;
	text-decoration: none;
	margin: 0px;
	margin-top: 15px;
	padding: 0px 0px; /*padding inside each tab*/
	border-right: 0px solid white; /*right divider between tabs*/
	color: white;
	width: 120px;
}

.header {
	text-align:left;
	color: #CCCCCC;
	margin: 0px;
    padding: 0px 0px; /*padding inside each tab*/
	font-size: 10px;
	margin-left: 118px;
	margin-top: 0px;
	
}

.footer {
	text-align:center;
	color: #CCCCCC;
	font-size: 10px;
}


