@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #808BA5;
	margin: 10px 0 20px 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;
}

/* Links */
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.links {
	color: #433C31;
	text-decoration: underline;
	font-weight: bold;
}

/* Headings */
span.heading1 {
	color: #433C31;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 125%;
}
span.heading2 {
	color: #433C31;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 110%;
}
span.heading3 {
	color: #433C31;
	font-weight: bold;
}

/* Images */
img.logo {
	height: 65px;
	width: 172px;
	border: 0px;
	padding: 0px;
}
img.cornerimages {
	height: 320px;
	width: 245px;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2.5px;
}
img.bubbles {
	width: 210px;
	height: 180px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img.spacer {
	height: 180px;
	width: 19px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Divs */
.tango2009 #body {
	width: 800px;
	background-color: #052060;
	margin:auto;
}
div.content {
	width: 668px;
	padding: 10px;
}

/* The Table */
table.body {
	width: 800px;
	border-collapse: collapse;
}
td.header {
	height: 90px;
	width: 744px;
	background-color: #052060;
	padding: 0px;
	vertical-align: middle;
}
td.left {
	width: 56px;
	background-color: #052060;
	padding: 0px;
}
td.content {
	width: 688px;
	background-color: #CCC3B7;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
td.right {
	width: 56px;
	background-color: #052060;
	padding: 0px;
}
td.footer {
	height: 80px;
	width: 688px;
	padding: 0px;
	vertical-align: bottom;
	background-color: #052060;
}

/* Header */
table.headermenu {
	width: 744px;
	height: 90px;
	border-collapse: collapse;
}
td.headermenu {
	background-color: #052060;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	padding: 0px;
}

/* Footer */
table.footermenu {
	width: 688px;
	border-collapse: collapse;
}
tr.footermenu1 {
	 height: 25px;
}
tr.footermenu2 {
	 height: 30px;
}
td.footermenu {
	width: 25%;
	background-color: #052060;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	padding: 0px;
}