/************** Global **************/
*
{
	margin: 0px;
	padding: 0px;
}

/************** Elements **************/
body
{
	padding: 10px 0px 10px 0px;
	/*background: #ffffff url(images/header/bg_spring.jpg) repeat-x fixed 0px 0px;*/
	background: #ffffff url(images/header/bg.jpg) repeat-x fixed 0px 0px;
	text-align: center;
	font-size: 14pt;
	color: #663300;
	font-family: 'Times New Roman', 'Times', sans-serif;
	font-style: italic;
}

table
{
	margin: 0px auto 0px auto;
	border-collapse: collapse;
}

td
{
	text-align: left;
}

img
{
	border: 0px;
}

p
{
	width: 700px;
	padding: 0px 5px 0px 5px;
	margin: 0px auto 15px auto;
	text-align: left;
}

a
{
	color: blue;
}

/************** IDs **************/
#main
{
	margin: 0px auto 15px auto;
	width: 796px;
	background: #ffffff;
	text-align: center;
	padding: 0px 0px 10px 0px;
}

#main-table td
{
	border: 1px solid #000000;
}

#footer
{
	padding-top: 30px;
	font-size: 8pt;
	text-align: center;
}

#addendum
{
	font-size: 8pt;
	text-align: center;
}

/************** Title **************/
.title
{
	margin: 25px auto 25px auto;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.title span
{
	font-weight: normal;
}

/************** Classes **************/
.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
}

.twelve
{
	font-size: 12pt;
}

.medium
{
	display: inline;
	font-size: 11pt;
}

.indent
{
	margin-left: 30px;
}

.brown
{
	color: #663300;
}

.red
{
	color: #9a0000;
}

.purple
{
	color: #58234F;
}

.dark_purple
{
	color: #2B127B;
}

/************** List **************/
div.list
{
	margin-bottom: 25px;
}

div.list div
{
	text-align: center;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

div.list div.list-title
{
	width: 500px;
	height: 23px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0px auto 0px auto;
	background: #9a0000;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	line-height: 23px;
}

div.list div div
{
	margin: 0px;
	font-weight: normal;
	font-size: 11pt;
}

/************** 2-Column Table **************/
div.two-col
{
	width: 700px;
	margin: 0px auto 0px auto;
	padding: 0px 5px 0px 5px;
	text-align: left;
}

div.two-col table
{
	width: 100%;
	margin: 5px auto 20px auto;
}

div.two-col td
{
	width: 50%;
}

/************** Gallery **************/
p.gallery
{
	width: 550px;
	margin: 0px auto 15px auto;
	text-align: center;
}

p.gallery img
{
	border: 1px solid #000000;
	margin: 5px auto 5px auto;
}

/************** Menu **************/
#menu
{
	background: #543F08;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	line-height: 26px;
}

#menu a
{
	text-decoration: none;
	color: #E1D1B3;
	margin: 0px 7px 0px 7px;
}

#menu .selected, #menu a:hover
{
	color: #ffffff;
}

#menu a.red:hover
{
	color: #ff0000;
}

.sub-menu
{
	position: absolute;
	visibility: hidden;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	line-height: 26px;
	background: #7A6023;
	z-index: 100;
	text-align: left;
	width: 160px;
	margin-top: 5px;
	margin-left: -10px;
}

.sub-menu a
{
	text-indent: 10px;
	width: 100%;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	color: #E1D1B3;
	font-weight: bold;
	display: block;
}

.sub-menu .selected, .sub-menu a:hover 
{
	color: #ffffff;
}