* { margin: 0; padding: 0; }

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 16px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #303030;
}
#wrapper {
	width: 822px;
	margin: 0 auto;
	text-align: left;
	background-color: #303030;
} 
#header {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #1C4267;
	background-image: url(images/site_header.jpg);
	margin: 0px;
	height: 122px;
	width: 822px;
} 
 
#nav{
	text-align: center;
	padding-top: 0px;
	white-space: nowrap;
	margin: 0px;
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
}

#nav ul{
	white-space: nowrap;
	margin: 0px;
	padding: 7px 0px 7px;
} 

#nav ul li{
	display: inline;
	list-style-type: none;
	color: #292929;
}

#nav ul li a {
	margin: 0px 7px;
	color: #DDDDDD;
	text-decoration: none;
}


#nav ul li a:link {
}

#nav ul li a:visited {
}

#nav ul li a:hover {
	color: #FFFFFF;
}

#nav li a#current {
	color: #FF8600;
}


#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 28px 15px 0px;
	margin: 0px;
}

#sidebar h3 {
	font: bold 1.2em/150% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
}

#sidebar p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

#sidebar ul {
	text-align: left;
	margin: 0px 0px 0px 1.5em;
	padding: 0px 0px 0px 1em;
	list-style-position: outside;
	font-size: 1.2em;
}

#sidebar ul li{
	margin-bottom: .75em;
}

#sidebar table, td {
	border-width: 0px;
}

#sidebar table
{
	border-spacing: 0;
	border-collapse: collapse;
}

#sidebar td
{
	margin: 0;
	padding: 2px;
}

#sidebar td p
{
	margin: 0px;
	padding: 0px;
}

#search {
	margin-bottom: 11px;
	text-align: center;
}
#content {
	background-image: url(images/site_contentbk.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 822px;
	background-color: #FDFDFD;
}
#top {
	background-image: url(images/site_contentTop.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 822px;
}



#single {
	margin: 0px 80px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #double div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 11px 0px 0px 36px;
}


#single h1 {
	margin-bottom: 1em;
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
}

#single h2 {
	margin-bottom: 1em;
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	padding-left: 0.125px;
}

#single h3 {
	margin-bottom: 1em;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
} 

#single p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding-left: 0.25em;
} 
#single sup {
	color: #333333;
	font-weight: bold;
}


#single table, td
{
	border-color: #CCCCCC;
	border-style: solid;
}

#single table
{
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	margin-left: .5em;
}

#single td
{
	margin: 0;
	padding: 8px;
	border-width: 1px 1px 0 0;
}

#single td p
{
	margin: 0px;
	padding: 0px;
}

#single ul{
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.5em;
	padding-left: 2em;
}

#single ol{
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.5em;
	padding-left: 2em;
}

#single ul ul{
	font-size: 100%;
	list-style-type: circle;
	padding: 11px 0px 0px 11px;
}

#single ol ul{
	font-size: 100%;
	padding: 11px 0px 0px 11px;
}

#single ol ol{
	font-size: 100%;
	list-style-type: lower-alpha;
}

#double {
	margin: 0px 226px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #double div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 16px 10px 0px 38px;
	border-right: 1px solid #F2F6F5;
} 

#double p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1em;
	padding-left: 0.25em;
} 

#double h1 {
	margin-bottom: 0.75em;
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
}

#double h2 {
	margin-bottom: 1em;
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	padding-left: 0.125px;
}

#double h3 {
	margin-bottom: 1em;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
} 

#double ul{
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.5em;
	padding-left: 2em;
}

#double ol{
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.5em;
	padding-left: 2em;
}

#double ol li {
	margin-bottom: .25em;
}

#double ul ul{
	font-size: 100%;
}

#double ol ul{
	font-size: 100%;
}

#double ol ol{
	font-size: 100%;
	list-style-type: lower-alpha;
}


#footer {
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images/site_footer.jpg);
	margin: 0px;
	height: 40px;
	width: 822px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.large {
	font-size: 1.3em;
}

#flt-rt-etp {
float: right;
width: 260px;
}

#flt-rt-etp img {
float: left;
margin: 0px 11px 0px 0px;
padding: 0px;
}



.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;
}
.fltlftgerry { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 2px solid #C8CABF;
}
.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;
}
.copyRight {
	font-size: 0.9em;
	color: #999999;
	padding: 16px 22px 22px;
}
.articleImage {
	padding: 10px;
	margin-bottom: 16px;
	border: 1px solid #CCCCCC;
	margin-left: 16px;
}
.he-Image {
	padding: 0px 0px 0px 6px;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 16px 16px;
	background-color: #FFFFFF;
}
.divider {
	margin: 22px 22px 22px 0px;
	padding: 0px;
	width: 600px;
	border-bottom: 1px solid #E4E4E4;
}

.divider2 {
	margin: 16px 0px;
	padding: 0px;
	width: 444px;
	border-bottom: 1px solid #F2F6F5;
}

.reviewers {
	color: #006699;
}
a img {
	border-width: 0px;
}


.sideDivider {
	background-color: #F5F5F5;
	padding: 1px;
	margin: 16px auto;
}
.floatLeft {
	float: left;
	margin-right: 8px;
	border: 1px solid #999999;
}

.thumbnaileft {
float: left;
text-align: center;
padding: 0px 16px 0px 0px;
margin: 0px 16px 0px 0px;
border-right: 1px solid #CCC;
}

.thumbnaileft a img.pic {
	border: 1px solid #CCCCCC;
	margin: 0px 0px 2px;
	padding: 0px;
}

.thumbnaileft a img.add {
	text-align: center;
	padding: 0px;
	margin-bottom: 22px;
	display: block;
}

.thumbnailr {
	float: right;
	text-align: center;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}

.thumbnailr a img.pic {
	border: 1px solid #CCCCCC;
	margin: 0px 0px 2px;
	padding: 0px;
}

.thumbnailr a img.add {
	text-align: center;
	padding: 0px;
	margin-bottom: 22px;
	display: block;
}

.thumbnail {
	margin-left: 16px;
	text-align: center;
	margin-bottom: 0px;
	margin-right: 9px;
	padding-bottom: 4px;
}

.thumbnail a img.pic {
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
}

.thumbnail a img.add {
	text-align: center;
	padding: 0px;
	margin-bottom: 22px;
	display: block;
}

#lightbox{
	background-color:#F3F0E9;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}

#lightboxDetails{
	font-size: 1.3em;
	padding-top: 0.8em;
	font-weight: normal;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}	

#lightboxCaption{
	float: left;
	text-align: left;
}

#keyboardMsg{
	float: right;
	padding: 4px;
}

#closeButton{ top: 5px; right: 5px; }

#lightbox img {
	border: none;
	clear: both;
}

.box {
	padding: 8px;
	width: 88%;
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
}
.centerIMG {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
