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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/gradient.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	background-position:bottom;
	background-attachment:fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 10px;
	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: #000000;

}
#outer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: visible;
}
.dmention #container { 
	width: 736px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url();
	background-repeat:repeat-y;
	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. */
  margin-left: -368px;  /***  width / 2   ***/
  position: absolute;
  left: 50%;
} 
.dmention #inside {
	background-image: url(../images/bkg.gif);
	background-position:top right;
	background-repeat:repeat-y;
	margin-top:-1px;
	margin-bottom:0;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
}
.dmention #header {
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	height:135px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:-20px;
	margin-bottom: -0px;
} 
.dmention #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 35px;
	margin-top:-15px;
	z-index:10;
}
.dmention #mainContent {
	margin: 0 0 0 260px; /* 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 35px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
.dmention #footer { 
	background-image:url(../images/footer.gif);
	height:102px;
	margin-top:-20px;
}
.dmention #footer {	margin-top:0px;#}
/*end*/
/*\*/
html*#footer {
	[ margin-top:-20px;]}
.dmention #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-right: 25px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 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;
}
.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;
}
.LeftSideLinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.LeftSideLinks:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.LeftSideLinks:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #243F62;
	text-decoration: underline;
}
.LeftSideLinks:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
}
p.links {
	margin-right:10px;
	line-height:180%;
}
p.title{
	font:Verdana;
	font-size:1.5em;
	color:#243F62;
	font-weight:bold;
	line-height:200%;
}
.img {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:40px;
}
.linkbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	padding:8px;
}
.linkbar:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.linksbarcontainer {
	position:relative;
	left:250px;
	top:3px;
	right:45px;
	width:450px;
	height:20px;
	padding-top:5px;
}
.linksbarcontainer2 {
	position:relative;
	left:250px;
	top:-10px;
	right:45px;
	width:450px;
	height:20px;
	padding-top:-15px;
}
.linksbarcontainer3 {
	margin:0 auto;
	width:450px;
	height:20px;
	margin-top:5px;
	padding-top:0px;
	display:block;
}
p.linksbarcontainerfooter {
	width:450px;
	height:20px;
	float:right;
	position: relative;
	top:5px;
	margin-bottom:20px;
	display:block;
}
p.address {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
	width:450px;
	height:20px;
	float:right;
	position: relative;
	top:20px;
	padding-top:25px;
	text-align:center;
}
p.about {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	text-align:left;
	line-height:125%;
}
.credits{
	position:relative;
	top:25px;
	float: right;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#253D68;
	width:450px;
}
.credits A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #253D68;
	text-decoration: underline;
}
.credits A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #253D68;
	text-decoration: underline;
}
ul {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	text-align:left;
	line-height:150%;
}

.cell {
	width:20%;
}
