@charset "UTF-8";/* CSS Document */ body  {	font: 10pt "Times New Roman", Times, serif;	margin: 0; /* 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;	color: #262626;	background-color: #005051;}.layout #container {	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 0px solid #333333;	text-align: left; /* this overrides the text-align: center on the body element. */	height: auto;} .layout #header {	background: #DDDDDD;	padding: 0 0px 0 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. */} .layout #menurow {	background: url(img/menuspace.jpg) repeat center center;	padding: 0 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. */	margin-top: 0px;	margin-bottom: 0px;	height: 25px;	border-bottom-width: 5px;	border-bottom-style: solid;	border-bottom-color: #333333;	font-family: "Times New Roman", Times, serif;	text-align: center;	font-size: 10px;}.layout #thumbnailrow {	background: #333333;	padding: 0 0px 0 20px;  /* 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. */	height: 35px;}.layout #sidebar1 {	float: left; /* since this element is floated, a width must be given */	width: 195px; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 15px 10px 5px 20px;}.layout #header h1 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}.layout   #sidebar1   h1 {	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 0px;	font-size: 2.5em;	color: #999999;	margin-bottom: 0px;}.layout  #sidebar1  h3 {	background: #FFFFFF;	font-size: 1.6em;	margin-top: 0px;	margin-bottom: 0px;}.layout #sidebar1 h5 {	background: #FFFFFF;	font-size: 1.1em;}.layout #sidebar1img {	float: left; /* since this element is floated, a width must be given */	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 0px 0px px 0px;}.layout #mainContent {	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left 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 #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 0;	background-color: #FFFFFF;	line-height: 120%;} .layout #mainContentHome {	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left 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 #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */	background-color: #252525;	background-position: center top;}.layout #footer {	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#DECCB5 url(img/menuspace-bot.gif) no-repeat center;	font-family: "Times New Roman", Times, serif;	font-size: 0.9em;	text-decoration: none;	text-align: center;	height: 60px;	border-top-width: 4px;	border-top-style: solid;	border-top-color: #333333;	font-variant: small-caps;} .layout #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: 4px 0;}.layout #footer a {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 8px 0 10px;	text-decoration: none;	color: #333333;}.layout  #footer  a:hover {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 8px 0 10px;	color: #666666;	text-decoration: underline;}.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;}.navigate    {	text-align: left;	font-family: "Times New Roman", Times, serif;	font-size: 1em;	font-weight: normal;} </style>.layout #mainContentHome {	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left 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 #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */	background-color: #333333;}.navigate a {	text-align: left;	font-weight: normal;	text-decoration: none;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #CCCCCC;	font-style: italic;	color: #000000;}.navigate a:hover {	text-align: left;	font-weight: normal;	text-decoration: none;	color: #005051;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #005051;}.maintext {	text-align: left;	font-family: "Times New Roman", Times, serif;	font-size: 1em;	font-weight: normal;	line-height: 1.5em;}
