.Headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	background-color: #E8DCBA;
}
td{
	font-size:12px;
	}

#tile_left{
	width: 8px;
	background-image:url(images/tile_left.gif);
	background-repeat:repeat-y;
}
#tile_right{
	width: 8px;
	background-image:url(images/tile_right.gif);
	background-repeat:repeat-y;
}

p{
	font-size:12px;
	}
	
a {
	color: #DDBD41;
	text-decoration: none;
}

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

#nav {
	background-color: #676567;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	color: #E5C33E;
	font-size: 13px;
	font-weight: bold;
}
#nav a {
	color: #FDF4C9;
	text-decoration:none;
	font-weight: normal;
	font-size:13px;
}
#nav a:hover {
	color: #E5C33E;
	font-weight: normal;
}

#content {
	height:100%;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
}

.sub_headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
}

ul {
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
}
.caption {
	font-size: 10px;
	font-style: italic;
	color: #999999;
	text-align: left;
}
.yellow {
	color: #DDBD41;
}
#line {
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
}
#invite  {
	text-align:center;
}
#invite a {
	text-decoration:underline;
	font-size:12px;
}
