#content
{
	font-size: 12px;
	color: #666;
	letter-spacing: 1px;
	text-align: justify;
	/* margin-left and margin-right control the width of the content and white space for the side margins*/
	margin: 0;
}

#column1
{
	float: left;
	text-align: justify;
	width: 500px;
	margin: 0 25px 0 0;
}

#column2
{
	width: 250px;
	right: 0;
	position: absolute;
	top: 236px;
	left: 502px;
}

h1
{
	font-weight: normal;
	color: olive;
	font-size: 18px;
	text-transform: uppercase;
	margin: 25px 0 0 0;
	padding: 25px 0 0 25px;
}

h2
{
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 17px;
	font-style: italic;
	margin: 0 25px 0 0;
	padding: 6px 0 30px 25px;
	background-color: #fff;
	line-height: 30px;
	color: #999999;
}

.larger
{
	font-size: 27px;
	padding-right: 0;
}

h3
{
	width: 300px;
	color: #787A48;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	background-color: #D9DAC1;
	font-size: 12px;
	line-height: 18px;
	/*adjust margin-left below to = negative of content margin left*/
	margin: 40px 0 15px 0;
	/*adjust padding-left below to = content margin left + 25px */
	padding-left: 25px;
}

h4
{
	font-size: 12px;
	letter-spacing: 1px;
	white-space: normal;
	color: #787A48;
	margin: 0 50px 2px 25px;
}

ul
{
	margin-bottom: 25px;
}

li
{
	font-size: inherit;
	text-align: left;
	color: #666;
	letter-spacing: inherit;
	line-height: 20px;
	margin: 0 25px 0 25px;
	padding: 0 50px 0 0;
}

#column1 li
{
	margin-left: 10px;
	padding-right: 25px;
	list-style-type: square;
	padding-bottom: 6px;
	padding-top: 6px;
	line-height: 16px;
}

#column2 li
{
	margin-left: 20px;
	margin-right: 10px;
	padding-right: 5px;
	padding-left: 0px;
}

.em
{
	font-style: italic;
}

a.more
{
	color: olive;
	padding-left: 10px;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
}

a:hover.more, a:active.more
{
	text-decoration: underline;
}

li a
{
	margin: 0;
	padding: 0;
	list-style-type: square;
	text-decoration: underline;
}

h4 a
{
	text-decoration: underline !important;
	white-space: normal;
	margin-left: 0;
	color: #787A48;
}

h5
{
	font-size: 11px;
	margin-top: 4px;
	font-weight: normal;
	font-style: italic;
}

.photo
{
	float: left;
	margin: 0 25px 0 0;
	width: 250px;
	height: 250px;
}

div.item
{
	margin: 25px 25px;
	padding: 0;
	height: 250px;
	overflow: auto;
	padding-bottom: 25px;
	border-bottom: 1px dotted #ccc;
}

div.item p
{
	margin-left: 225px;
	font-size: 12px;
}

.description
{
	margin-bottom: 0;
}

#facts p
{
	background-color: #E8E4D1;
	padding: 10px;
	margin: 25px 25px 0 25px;
}

#TextBox
{
	padding-bottom: 10px;
	background-color: #E8E4D1;
	width: 250px;
}

#TextBox .header
{
	margin: 0;
	padding: 15px 15px 15px 25px;
	background-color: #787A48;
	color: white;
	font-weight: bold;
}

#TextBox ul
{
	margin: 15px 0px 10px 0px;
	padding: 0;
	list-style-type: square;
	margin-left: 8px;
}

#TextBox li
{
	line-height: 15px;
	padding: 5px;
}

#BodyBottom
{
	margin-top: -25px;
	clear: left;
}

#BodyBottom p
{
	clear: left;
	position: relative;
	top: 15px;
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}

p.copyright
{
	margin-top: -10px;
	padding: 10px 0 10px 0;
	border-top: 0px dotted #fff !important;
}

p a
{
	text-decoration: underline;
	color: olive;
}

#BodyBottom p a
{
	text-decoration: underline;
	color: olive;
}

.caption
{
	margin-left: 0px;
	margin-right: 0;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-top: 5px;
	text-align: left;
	line-height: 14px;
	padding-right: 2px;
	margin-bottom: 35px;
}

.caption a
{
	text-decoration: underline;
}

.strike
{
	text-decoration: line-through;
}

.new
{
	color: #69C;
}

.red
{
	color: #f00;
}
