body {
	background-color: #FFF; color: #000;
	font-family: Verdana;
	margin: 0px auto; padding: 0px;
	text-align: center;
}

img { border: 0px none #000; }

table.title { margin: 0px auto; width: 780px; background-color: #003131; }
.nav { text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; padding: 2px;}
.nav a { margin: 0px 8px; }
.nav a:link { text-decoration: none; color: #FFFFFF; }
.nav a:visited { text-decoration: none; color: #FFFFFF; }
.nav a:hover { text-decoration: none; color: #DEBD63; }
.nav a:active { text-decoration: none; color: #DEBD63; }

table.main { margin: 0px auto; width: 780px; }
td.sidebar { background-image: url(graphics/main-bg.gif); background-repeat: repeat-y; text-align: left;}
td.content { text-align:left; padding: 5px 5px 0px 5px; font-family: 'Times New Roman', serif; font-size: 14px; }
td.content h2 { font-size: 24px; text-align: center; }

p.header { font-weight: bold; font-size: 16px; }
p.footer { text-align: center; font-size: 13px; padding-top: 10px; padding-bottom: 20px; }

.contentright { font-family: 'Times New Roman', serif; font-size: 13px; text-align: center;  padding: 5px 0px 0px 10px; }
.contentright h2 { font-size: 19px; }

.italic { font-style: italic; }
.bold { font-weight: bold; }
.red { color: Red; }