@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 140%;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#mainWrapper {
	margin: 0px;
	width: 799px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#topMenu {
	background-color: #333333;
	border-bottom-width: 1px;
	padding-left: 157px;
}
#topMenu .mainNav {
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9933;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
}
.mainNav#home {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF9933;
}
#leftSide {
	float: left;
	width: 157px;
	background-color: #FF9933;
	padding-top: 35px;
}
#subNav {
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
}
#subNav li {
	margin-bottom: 10px;
	font-size: 0.9em;
}
#subNav  a.current {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/SubNavCurrent.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: block;
	padding-left: 20px;
}
#subNav  a.active {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/SubNavActive.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: block;
	padding-left: 20px;
}
#subNav a.active:hover {
	color: #FFFFFF;
	background-image: url(../images/SubNavCurrent.gif);
}
#leftSide img.button {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#rightSide {
	float: right;
	width: 179px;
	background-color: #FFFFFF;
	display: block;
	padding-top: 15px;
}
#rightSide ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#rightSide   li  {
	font-weight: bold;
	line-height: 120%;
	color: #000000;
	filter: Shadow(Color=#000000, Direction=2px);
	margin-bottom: 20px;
	margin-left: 15px;
	font-size: 0.8em;
	font-style: italic;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 15px;
}
#rightSide  .author {
	font-style: normal;
	display: block;
	padding-top: 3px;
	color: #343434;
}
#rightMenu img {
	margin-bottom: 10px;
}
#mainContent {
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainContent h1 {
	color: #FF9933;
	font-size: 1.5em;
	letter-spacing: -0.05em;
	line-height: normal;
}
#mainContent h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: -0.5em;
	margin-top: 0px;
	color: #000000;
	line-height: normal;
}
#mainContent p {
	font-size: .8em;
	margin-top: 1em;
	margin-bottom: 1em;
}
#mainContent a {
	color: #FF9933;
	text-decoration: none;
}
#mainContent a:hover {
	color: #333333;
	text-decoration: underline;
}
.breadcrumb  {
	font-size: 0.7em;
	color: #FF9933;
	text-decoration: none;
}
.breadcrumbTitle {
	color: #999999;
	font-size: .7em;
}
#footer {
	clear: both;
	padding-top: 20px;
}
#footer p {
	font-size: 0.7em;
	color: #666666;
	text-align: center;
	line-height: normal;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	padding-top: 15px;
}
#footer a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 150%;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
.photoCaption {
	font-size: .6em;
	color: #666666;
	display: block;
	padding-bottom: 5px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
