/**********   CSS FOR TEMPLATE 2   **********/

body	{

	color: #000;
	font-size: 100%;
	font-family: Arial, Helvetica, Sans-serif;
	margin: 0;
	padding:0;
}

/**********   LAYOUT   **********/

table#layout	{
	margin: 20px auto;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

table#layout td	{
	margin: 0;
	padding: 0;
}

table#layout td#left	{
	background: url(images/Piedmont_Left.gif) repeat-y;
}

table#layout td#right	{
	background: url(images/Piedmont_Right.gif) repeat-y;
}

table#layout td#main	{
	background: #FFDE03 url(images/background.gif) no-repeat right bottom;
	padding: 0;
	margin: 0;
}

/**********   BODY   **********/

table#body	{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

table#body td#header	{
	background: url(images/Header.gif) no-repeat;
	margin: 0;
	padding: 0;
	height: 60px;
}

table#body td#nextel	{
	margin: 0;
	padding: 20px;
}

table#body td#content	{
	margin: 0;
	padding: 20px;
}

table#body td#footer	{
	margin: 0;
	padding: 20px;
	font-size: 65%;
	color: #000;
}

/**********   MAIN CONTENT   **********/

table#maincontent	{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

table#maincontent td#menu	{
	margin: 0;
	padding: 0;
	width: 120px;
}

table#maincontent td#details	{
	margin: 0;
	padding: 0 0 0 10px;
}

/**********   MENU   ***********/

table#maincontent td#menu ul	{
	margin: 0;
	padding: 0;
	list-style: none;
}

table#maincontent td#menu ul li a	{
	display: block;
	margin: 0 0 1px 0;
	padding: 5px;
	background-color: #000;
	text-decoration: none;
	color: #fff;
	width: 120px;
	font-size: 75%;
	font-weight: bold;
}

table#maincontent td#menu ul li a:link, table#maincontent td#menu ul li a:visited, table#maincontent td#menu ul li a:active	{
	color: #fff;
}

table#maincontent td#menu ul li a:hover, table#maincontent td#menu ul li a#active	{
	background-color: #fc0;
	color: #000;
}

/**********   CONTENT   **********/

table#maincontent td#details h1	{
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 10px 20px 10px;
	padding: 0;
}

table#maincontent td#details h2	{
	font-size: 100%;
	text-transform: none;
	font-weight: bold;
	margin: 0 10px 20px 10px;
	padding: 0;
}

table#maincontent td#details p	{
	font-size: 75%;
	margin: 0 10px 10px 10px;
	padding: 0;
}

table#maincontent td#details li	{
	font-size: 75%;
	margin: 0 5px 0 0;
}

table#maincontent td#details div#datebox	{
	width: 250px;
	margin: 10px;
	padding: 10px auto;
	border: 3px dashed #000;
	background-color: #e8ca03;
}

table#maincontent td#details div#datebox div#dateboxcontent	{
	margin: 10px auto;
	width: 250px;
	padding: 0;
}


table#maincontent td#details div#datebox h2	{
	font-size: 100%;
	font-weight: bold;
	margin: 10px;
}

table#maincontent td#details div#datebox h2 span	{
	font-size: 80%;
	font-weight: bold;
}

table#maincontent td#details div#datebox p	{
	margin: 10px 10px
	padding: 0;
}

.required	{
	color: #f00;
	font-weight: bold;
}

/**********   FORM   **********/

table.form	{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

table.form th, table.form td	{
	margin: 0;
	padding: 5px;
	font-size: 75%;
}

table.form th	{
	font-weight: bold;
	text-align: left;
}

input#button	{
	border: 0;
	background-color: #000;
	color: #fc0;
	font-weight: bold;
	font-size: 75%;
	width: 70px;
	height: 30px;
}

/**********   MAIN   **********/

table#main	{
	margin: 0 200px 50px 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	width: 300px;
}

table#main td	{
	margin: 0;
	padding: 10px 0 0 0;
}

table#main td p	{
	font-size: 75%;
}

br.clear	{
	clear: both;
}

div#directions	{
	margin: 10px 0;
	padding: 0;
	border: 0;
}

div#directions div.maps	{
	margin: 0 5px 0 0;
	padding: 5px;
	border: 0;
	font-size: 70%;
	text-align: center;
	float: left;
}