@charset "utf-8";
body  {
background:url(../graphics/whitepurp.png);
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
}

.twoColElsRtHdr #container { 
	width: 40em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px;  /* 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. */
} 
.twoColElsRtHdr #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 */
}

.twoColElsRtHdr #sidebar1 {
	float: right; 
	width: 15em; /* since this element is floated, a width must be given */
	background:#eeeeee;
	margin:10px;
	padding: 15px 1em; /* top and bottom padding create visual space within this div */
	border: 1px #cc6600 ridge; /* sidbar border */
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsRtHdr #mainContent {
	margin: 0 5em 0 10px; /* the left margin will look best if you match the padding amount to the header and footer. */
	font-size:11px;
	text-decoration: none;
} 

.twoColElsRtHdr #mainContent h1{
	color:#003366;
	
} 
.twoColElsRtHdr #mainContent h2{
	color:#003366;
	
} 
.twoColElsRtHdr #mainContent a:link
{
	font-weight:bold;
	text-decoration: none;
	color: #003366;
} 
.twoColElsRtHdr #mainContent a:visited
{
	text-decoration: none;
	color: #c30;
} 
.twoColElsRtHdr #mainContent a:hover
{
	text-decoration: none;
	color: #FF0000;
} 
.twoColElsRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColElsRtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.twoColElsRtHdr #footer a:link {
	text-decoration: none;
	margin: 0; 
	padding: 10px 0; 
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. */
	float: right;
	margin-left: 8px;
	/*padding-right: 380px;*/
}
.fltrtpad { /* this class can be used to float an element right in your page. */
	float: right;
	margin-right:30px;
	padding-right:288px;
	/*padding-right: 380px;*/
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltlft a:link{ /* this class can be used to float an element left in your page */
	font-weight:bold;
	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;
}
/*Added in for the side menu Location Description*/
div.cellhead {
			width: 17em;
			float:left;
			margin:0;
			padding:0;
			clear:both;
			}
			
div.cellhead a 
	{font-weight: normal; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 16px; text-decoration: none}
div.cellhead a:link 
	{color: #0099ff; background: transparent; font-size: 16px; text-decoration: none}
div.cellhead a:visited
	{color: #003366; background: transparent; font-size: 16px; text-decoration: none}
div.cellhead a:active
 	{color: #0099ff; background-color: blue; background: transparent; font-size: 16px; text-decoration: none}
div.cellhead a:hover
 	{color: red; background: #eeeeee; font-size: 16px; text-decoration: none}
div.cellhead h4
	{margin-bottom: 0; padding-bottom: 0; padding-top: 0.75em}
/*This Cell controls the descrip in the side menu */
div.cellnleft {
			/*clear:both;*/
			float:left;
			/*width: 12em;*/
			}
div.cellnleft a 
	{font-weight: normal; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9px; text-decoration: none; margin-bottom: 0; padding-bottom: 0}
div.cellnleft a:link 
	{color: #000000; background: transparent; font-size: 9px; text-decoration: none}
div.cellnleft a:visited
	{color: #003366; background: transparent; font-size: 9px; text-decoration: none}
div.cellnleft a:active
 	{color: black; background-color: blue; background: transparent; font-size: 9px; text-decoration: none}
div.cellnleft a:hover
 	{color: red; background: #eeeeee; font-size: 9px; text-decoration: none}	
/*this cell is for the date in the side menu */
div.cellnright {
			text-align:right;
			float:right;
			/*width: 7em;*/
			padding: 0px 0px 0px 0px;
			margin:0;

			font-size: 9px;
			/*clear:both;*/
			}
/*this keeps the descript and date lined up */			
div.celloverhead {
			width: 15em;
			float:left;
			margin:0;
			padding:0;
			clear:both;
			}
		
div.strct {
			width:500px;
			margin:0;
			padding:0;
			clear:both;
			}
			
/*Beginning of Footer Style */
div.viewimg1 {
float:left;
  color:black;
  width: 100px;
  margin: 0px 0px 0px 200px;
  border: 0px #cc6600 ridge;
  padding: 5px 0px 0px 0px;
}
div.viewimg1 a
	{font-size:10px}
	
div.viewimg2 {
float:left;
  color:black;
  width: 100px;
  border: 0px #cc6600 ridge;
  padding: 5px 0px 0px 0px;
  
}
div.viewimg2 a
	{font-size:10px}
	
div.viewdisc {
   float:left;
  color:black;
  margin-left: 10px;
  width: 250;
  font-weight: normal; 
  font-size:9px;
  border: 0px #cc6600 ridge;
  text-decoration: none;
  padding: 5px 0px 0px 0px;
}

div.viewdisc a
	{text-decoration:none;}
	
/* End of Footer Style */
.fltlftfix { /* 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. */
	width: 230px;
	float: left;
	margin-left: 8px;
}
.fltlftfixa { /* 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. */
	width: 250px;
	float: left;
	margin-left: 8px;
}
.fltlftsp { /* this class can be used to float an element left in your page */
	float: left;
	width: 200px;
	margin-right: 8px;
	padding:0px 0px 0px 15px;
}
.fltflash {
	float: right;
	width:  330px;
	height: 190px;
	position:fixed;
	right:0px;
	bottom:0px;
	}
div.clear-both { clear: both; }
