﻿body {
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 75%;
	color: #000;
	margin: 0em;
	padding: 0em;
}

td {
	vertical-align: top;
	text-align: left;
}

a, a:visited {
	color: #2977A2;
}

a:hover, a:visited:hover {
	color: #FF7800;
}

a img {
	border: 0px;
}

/* Main Frame */
#frame {
	border-collapse: collapse; 
}

#leftNav {
	padding: .8em .4em 0em .8em;
}

#mainContent, #mainContentWide {
	width: 790px;
	background-image: url('../images/content_shadow.gif');
	background-repeat: repeat-y;
	padding: 0px 13px 0px 13px;
}

#logo img {
	display: block;
	padding: .8em 0em 2.5em 0em;
	border: 0px solid #fff;
}

/* Left Nav Area */
.navSection {
	padding: 1.1em 0em 1.1em 0em;
}

.navSection a, .navSection a:visited {
	text-decoration: none;
	color: #2977A2;
	font-size: 120%;
}

.navSection a:hover, .navSection a:visited:hover {
	color: #FF7800;
}

.navSubSection {
	border-top: 2px solid #2977A2;
	padding: .5em 0em 0em .3em;
}

.navSubSection a, .navSubSection a:visited {
	text-decoration: none;
	color: #FF7800;
	display: block;
	font-size: 100%;
}

.navSubSection a:hover, .navSubSection a:visited:hover {
	text-decoration: none;
	color: #000;
}

/* Main Content Area */
#pageTitle, #pageTitleSm {
	background-image: url('../images/top_header_bk.gif');
	background-repeat: repeat-x;
	font-size: 230%;
	font-weight: normal;
	color: #fff;
	height: 90px;
	line-height: 80px;
	padding: 0em 1em 0em 1em;
	margin: 0em 0em 0em 0em;
}

#pageTitleSm {
	font-size: 170%;
	line-height: 140%;
	padding-top: 14px;
	height: 80px;
}

/* Footer */
#footer {
	font-size: 90%;
	text-align: center;
	background-image: url('../images/content_shadow_bottom.gif');
	background-repeat: no-repeat;
	padding: 8px 13px 0px 13px;
}

#footer a, #footer a:visited {
	text-decoration: none;
}

#footer a, #footer a:visited {
	text-decoration: none;
}

