/*TAH Styles*/

body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 750px;
	background: #72828D;
	color: #72828C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.greeting {
	background: #fff;
	text-align: left;
	padding: .5em;
	font-size: .9em;
}

#pageWrapper {
	width: 750px;
	text-align: left;
	background: #fff url(images/pageBack.gif);
	border-right: 15px solid #72828D;
}

#topNav {
	position: relative;
	top: 5px;
	text-align: right;
	right: 135px;
	color: #fff;
	font-size: .9em;
	z-index: 100;
}
#topNav a:link, #topNav a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0 .5em 0 .5em;
}
#topNav a:hover, #topNav a:active {
	border-bottom: 1px dotted #fff;
}
#header {
	background: #7F3549;
}
#headerBottom {
	position: relative;
	top: -26px !important;
	top: -15px;
	color: #fff;
	height: 56px;
	text-align: right;
	background: #7F3549 url(images/pageHead.gif) no-repeat left bottom;
	z-index: 0;
}
.breadcrumb {
	position: relative;
	top: 40px;
	left: 143px;
	text-align: left;
	color: #72828C;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color: #72828C;
	text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:active {
	color: #7F3549;
	border-bottom: 1px dotted #7F3549;
}
.search {
	margin: 0;
	padding: 0;
}
#navL {
	float: left;
	width: 115px;
	height: 100%;
	background: #72828D;
	padding-left: .5em;
}
#navL ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#navL ul ul {
	margin-left: .5em;
	padding-left: .5em;
}
#navL ul ul li {
	margin-top: -.5em;
	padding: 0;
}
#navL a:link, #navL a:visited {
	color: #fff;
	text-decoration: none;
}
#navL a:hover, #navL a:active {
	text-decoration: underline;
	border-bottom: none;
}
#footer {
	clear: left;
	margin-left: 115px;
	border-top: 1px solid #72828D;
	border-bottom: solid 1px #72828D;
	font-size: .8em;
	z-index: 10;
}
#contentWrapper {
	position: relative;
	width: 100%;
}
#content {
	width: 560px;
	margin-left: 1em;
}

h1, h2, h3, h4, h5, h6 {
	color: #72828C;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.3em;
	margin: .5em 0;
}
h5 {
	text-align: center;
	font-size: .85em; 
}

h3 { 
	font-size: 1.5em; 
	margin: .5em 0 0 0;
}
#sidebar h6 {
	margin: .5em 0 0 0;
	text-align: center;
}
a:link, a:visited {
	color: #7F3549;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0;
	padding-bottom: .5em;
}

/*calendaar styles*/

#miniGridEvent {
	font-size: .9em;
	width: 50%;
}

/*associated styles*/
#associates {
	font-size: .9em;
}

.caption {
	margin-bottom: 1em;
}