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

body {
	background: url(../images/bodyBg.jpg) top repeat-x;
	background-color: #6c6c6c;
}

.clear {	clear: both;
}

/*--------------LINKS------------*/

a:link {
	color: #b17700;
	text-decoration: none;
}

a:visited {
	color: #b17700;
	text-decoration: none;
}

a:hover {
	color: #b17700;
	text-decoration: underline;
}

a:active {
	color: #b17700;
	text-decoration: none;
}

/*--------------FONTS------------*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	margin-bottom: 15px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #b17700;
	margin-bottom: 15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #611e33;
	margin-bottom: 15px;
}

.sidebarTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #611e33;
	margin-bottom: 5px;
}

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

/*--------------HEADER------------*/

#header {
	height: 24px;
	padding-top: 89px;
	background: url(../images/headerBg.jpg) top no-repeat;
}

/*--------------NAV------------*/

#navBar {
	height: 22px;
	margin-left: 175px;
}

#nav {
	list-style: none;
}

ul#nav li {
	display: inline;
}

ul#nav li a	{
	display: block;
	height: 18px;
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 10px 0 10px;
}

ul#nav li a:hover {
	background-color: #FFFFFF;
	color: #611D32;
}

/*--------------MAIN AREA------------*/

#pageWrap {
	width: 960px;
	margin: 0 auto;
}
	
#container {
	background: url(../images/containerTopBg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 25px;
}

#content {
	background: url(../images/contentBg.jpg) top no-repeat;
}

#leftCol {
	width: 296px;
	margin: 240px 20px 20px 20px;
	float: left;
	background: url(../images/cornersTop.jpg), url(../images/cornersBottom.jpg);
	background-position: top, bottom;
	background-repeat: no-repeat;
	padding: 10px;
}

#leftColInner {
	background-color: #f6f6f6;
	padding: 10px;
}

#rightCol {
	float: right;
	width: 545px;
	margin: 20px 20px 20px 0;
}

.hours {
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	margin-bottom: 10px;
}

/*--------------FOOTER------------*/

#footer {
	background: url(../images/footerBg.jpg) top no-repeat;
	padding: 30px 0 0 20px;
	height: 80px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase
	}
	#footer a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer a:hover {
		color: #611e33;
		text-decoration: none;
	}

/*--------------FORM------------*/

td {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.formField {
	padding: 3px;
	background-color: #F8F8F8;
	width: 300px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

/*--------------MISC ELEMENTS------------*/

.picBoxRight {
	padding: 5px;
	margin: 5px;
	border: 1px solid #CCCCCC;
	width: auto;
	float: right;
}

.picBoxLeft {
	padding: 5px;
	margin: 5px;
	border: 1px solid #CCCCCC;
	width: auto;
	float: left;
}

.indent {
	padding-left: 20px;
}

/*--------------CALENDAR------------*/

#cal {
    width: 545px;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    line-height: 13px;
	float: left;
	margin-bottom: 15px;
}

#cal ul {
    width: 545px;
    margin: 0;
    padding: 0;
}

#cal ul li {
    width: 70px;
    height :50px;
    display: block;
    float: left;
    list-style: none;
    border: 1px solid #fff;
    margin: 0;
	padding: 2px;
}

#cal ul li.day {
    background: #611D32;
    color: #fff;
    font-weight: bold;
	height: 15px;
}
 
#cal ul li.num { 
	background: #cccccc;
}