/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/background1.jpg);
}
.secondarycontent {
	margin: 20px;
	padding: 10px;
	height: auto;
	width: 600px;
}
.secondarytext {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	font-style:italic;
	text-align: left;
}
p.secondarytext a {
	font-style: italic;
	font-size: 18px;
	color: #0000FF;
	text-decoration: underline;
}
p.secondarytext a:hover {
	font-style: italic;
	font-size: 18px;
	color: #FF0000;
	text-decoration: underline;
}
.secondaryitem {
	font-size: 14px;
	color: #333333;
	text-align: left;
}
p.secondaryitem {
	margin-top: 0px;
	margin-bottom:0px;
}
.itemtitle {
	font-size: 16px;
	font-weight:bold;
	color: #333333;
	text-align: left;
}
p.itemtitle {
	margin-bottom: 0px;
	margin-top: 20px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	text-align: left;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin-bottom: 0px;
}
ul {
	list-style-position: inside;
	list-style-type: circle;
	margin-top: 0px;
}
a {
	color: #0000FF;
	font-size: 14px;
	text-decoration: none;
	display: inline;
}
p.secondarytext a {
	font-size: 18px;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
table{
	table-layout: fixed;
	margin: 0px;
	padding: 0px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	clear: none;
	width: 100%;
}
td {
	padding: 0px;
	text-align:center;
	vertical-align: bottom;
}
td a {
	color: #993300;
	background: #D6B364;
	display: block;
	padding: 2px;
}
td a:hover {
	color: #FFFFFF;
	background: #993300;
	display: block;
	text-decoration:none;
}