@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #F7F7F7;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/background.jpg);
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	line-height: 1.3;
	font-weight: lighter;
}
.quote {
	font-size: 21px;
	font-style: italic;
	color: #999;
	text-align: left;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.sidebar_right {
	background-image: url(images/shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #F7F7F7;
}
.headline {
	font-size: 16px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sidebar_left {
	background-image: url(images/shadow_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #F7F7F7;
}
.sidebar_bottom {
	background-image: url(images/shadow_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.navigation {
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
	text-align: center;
}
.tagline {
	font-size: 20px;
	color: #000;
	text-align: center;
}
.navigation:link {
	color: #333;
	text-decoration: none;
}
.navigation:hover {
	color: #333;
	text-decoration: underline;
}
.navigation_back {
	background-image: url(images/nabar_filler.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.navigation:visited {
	color: #333;
	text-decoration: none;
}
.intro {
	font-size: 12px;
	line-height: 1.5;
	color: #600;
}
.important {
	font-size: 14px;
	color: #600;
	text-align: center;
}
.box {
	background-image: url(images/box.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.leftBar {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999;
}
.important:link {
	color: #600;
}
h1 {
	font-size: 30px;
	color: #666;
	font-weight: normal;
	line-height: 1;
	vertical-align: top;
	text-align: left;
}
h2 {
	font-size: 18px;
	color: #497ABA;
	font-weight: bold;
	line-height: 20px;
}
h3 {
	font-size: 14px;
	color: #666;
}
.quote {
	font-size: 13px;
	line-height: 1.2;
	color: #317FB2;
	font-style: italic;
}
.copyright {
	font-size: 11px;
	color: #61717E;
	text-align: center;
}
.sidebarIndent {
	font-size: 11px;
	color: #666;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 10px;
	text-decoration: none;
}
.sidebarIndentP {
	font-size: 11px;
	color: #666;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 10px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 17px;
	text-decoration: none;
}
.sidebarIndentP:hover {
	background-image: url(images/bullet_over.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.sidebarIndent:visited {
	color: #666;
}
.sidebarIndent:link {
	text-decoration: none;
	color: #666;
}
.taglineSmall {
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 10px;
	top: 0px;
}
.taglineSmall:link {
	color: #600;
}
.sidebarIndent:hover {
	text-decoration: underline;
}
.BoxGray {
	background-image: url(images/box_gray.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.sidebarIndentBlue {
	font-size: 11px;
	color: #369;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 10px;
	text-decoration: none;
	font-style: italic;
}

