/* GENERAL RULES */
body {
	margin: 0;
	padding: 0;
	background: #445F82;
	color: #3a668c;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 8px 28px .8em 0px;
	font-size: 11px;
	line-height: 1.3em;
}

.contact {
	margin: 8px 0 .8em 16px;
	font-size: 10px;
	line-height: 1.3em;
}


.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}

.dot {
	color: #FCBB6B;
}

ul {
	margin-top: 0;
	margin-bottom: .7em;
	margin-left: 22px;
}

li {
	margin: 0 0 .5em 0;
	list-style-image: url(images/list_dot.gif);
	font-size: 10px;
	line-height: 1.2em;
}

a, a:visited, a:active {
	color: #3a668c;
	text-decoration: underline;
}

a:hover {
	color: #3a668c;
	text-decoration: none;
}

a.findoutmore {
	font-size: 10px;
}

h1 {
	margin: 8px 28px .8em 0px;
	font-size: 16px;
	line-height: 1.3em;
}

h2 {
	margin: 8px 28px .8em 0px;
	font-size: 12px;
	line-height: 1.3em;
}

input {
	font-size: 12px;
}

/* tables */
table.main, table.footer {
	width: 760px;
	background: #ffffff;
}

td {
	padding: 0;
	vertical-align: top;
}

td.content {
	padding: 25px 0 0 0;
	width: 530px;
	background: #ffffff;
}

td.bodyText {
	width: 426px;
}

table.table {
	width: 416px;
	margin-left: 0px;
	border-top: 1px solid #E0E8F0;
	border-left: 1px solid #E0E8F0;
	border-right: 1px solid #E0E8F0;
}

table.table tr td p {
	margin: 6px 12px 6px 12px;
	font-weight: bold;
	font-size: 11px;
}

table.table tr td.rowA {
	background: #ECF1F7;
}

table.table tr td.rowB {
	background: #F1F5F7;
}

table.table tr td {
	border-bottom: 1px solid #E0E8F0;
}

td.sep {
	padding: 0 14px 0 14px;
}

table.cdstore {
	width: 416px;
}

table.cdstore tr td, table.cdstore tr th {
	padding: 6px 6px 6px 0;
	border-bottom: 1px solid #E0E8F0;
}

table.cdstore tr td p {
	margin: 0 0 .2em 0;
}

table.cdstore tr th p {
	margin: 0;
	text-align: left;
}

img.footerMargin {
	margin-left:316px;
}

table.footer tr td p {
	margin: 2px 16px .4em 16px;
	font-size: 10px;
	line-height: 1.3em;
}

table.footer tr td p a, table.footer tr td p a:visited, table.footer tr td p a:active {
	text-decoration: none;
}

table.footer tr td p a:hover {
	text-decoration: underline;
}

/* images */
img {
	border: 0;
}

.floatLeft {
	float: left;
}

td.homeText p, a.calofevents, a:visited.calofevents, a:active.calofevents, a:hover.calofevents {
	font-size: 12px;
}

