#page-center
{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 761px;
}
#header
{
  width:705px;  /* 720 - padding-right */
  height: 72px; /* 72 - padding-top */
  text-align:right;
  padding-right: 15px;
  background-image: url(/images/common/header.jpg);
  background-color: #e9d3b4;
  font-weight: bold;
  color: #aa6442;
}
#nav
{
  width: 720px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  background-image: url(/images/common/nav_bg.jpg);
  background-color: #ece3d1;
  letter-spacing: -4px;
}
#footer
{
  width: 720px;
  height: 30px; /* 44 - padding-top */
  background-image: url(/images/common/footer_bg.gif);
  background-color: #f2f2f2;
  text-align: center;
  padding-top: 14px;
  font-weight: bold;
  color: #aa6442;
}
#free-newsletter
{
  background-image: url(/images/home/free_newsletter_bg.gif);
  width: 252px; /* 272 - padding-left */
  height: 126px;  /* 166 - padding-top */
  background-color: #f4e3d2;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-top: 40px;
  color: #5e5d5d;
  font-weight: bold;  
}
#news
{
  background-image: url(/images/home/news_events_bg.gif);
  width: 252px; /* 272 - padding-left */
  height: 71px;  /* 106 - padding-top */
  margin-bottom: 10px;
  background-color: #deeaf8;
  padding-left: 20px;
  padding-top: 35px;
  color: #376896;
  font-weight: bold;
}



/*** default styles ***/

body
{
	color: #333333;
	margin: 0px;
	background-color: #ffffff;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}

a:visited
{
	color: #bd5826;
	text-decoration: underline;
}
a:link
{
	color: #bd5826;
	text-decoration: underline;
}
a:hover
{
  color: #bd5826;
  text-decoration: underline;
}

a.bold:visited
{
  color: #bd5826;
  font-weight: bold;
	text-decoration: none;
}
a.bold:link
{
  color: #bd5826;
  font-weight: bold;
	text-decoration: none;
}
a.bold:hover
{
  color: #bd5826;
  font-weight: bold;
  text-decoration: underline;
}

a.blue:visited
{
  color: #2d5b79;
	text-decoration: none;
}
a.blue:link
{
  color: #2d5b79;
	text-decoration: none;
}
a.blue:hover
{
  color: #2d5b79;
  text-decoration: underline;
}

a.blue-ul:visited
{
  color: #0c527e;
	text-decoration: underline;
}
a.blue-ul:link
{
  color: #0c527e;
	text-decoration: underline;
}
a.blue-ul:hover
{
  color: #0c527e;
  text-decoration: underline;
}
a.nl:visited
{
  color: #376896;
	text-decoration: underline;
}
a.nl:link
{
  color: #376896;
	text-decoration: underline;
}
a.nl:hover
{
  color: #376896;
  text-decoration: underline;
}

.title
{
  color: #bd5826;
  font-size:12px;
  font-weight: bold;
}
.subtitle
{
  color: #bd5826;
  font-weight: bold;
}
.copyright
{
  text-align: center;
  padding-top: 10px;
  color: #757272;
}
.highlight
{
  font-weight: bold;
  color: #447696; 
}
.gray
{
  background-color: #ebebeb;
}
.label
{
  text-align: right;
  font-weight: bold;
  color: #666666;
  vertical-align: middle;
}
div.rule
{
  margin:0;
  padding:0;
  font-size:1px;
  line-height:1px;
  border-top: solid 1px #c5c5c5;
  margin-top: 22px;
  padding-bottom: 22px;
}
div.rule-tight
{
  margin:0;
  padding:0;
  font-size:1px;
  line-height:1px;
  border-top: solid 1px #c5c5c5;
  margin-top: 12px;
  padding-bottom: 12px;
}
td.rule
{
  background-color: #c5c5c5;
}

/* Calendar Classes */
.cal-label
{
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
  color: #bd5826;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 10px;
  background-image: url(/images/calendar/cal_icon.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.cal-text
{
  color: #666666;
  text-align: top;
  padding-bottom:20px;
}

/* END - Calendar Classes */

/* Standard Classes */
.clear
{
	clear: both;
	margin: 0;
	padding: 0;
	font-size:1px;
	line-height: 1px;
}
.right
{
  text-align: right;
}
.center
{
  text-align: center;
}

input
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: verdana, arial, helvetica, sans-serif;
}
select
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: verdana, arial, helvetica, sans-serif;
}
textarea
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: verdana, arial, helvetica, sans-serif;
}
.error
{
	font-size: 10px;
	font-weight: bold;	
  font-family: verdana, arial, helvetica, sans-serif;
  color: #cc3333;
}
form
{
  margin: 0;
}
div.blt
{
  text-indent: -11px;
  padding-left: 11px;
  padding-bottom: 4px;
}