@charset "UTF-8";
body  {
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #454545;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #FFFFFF;
}
a {
	outline: none;
}
a:link {text-decoration:none; color:#454545;}
a:visited {text-decoration:none; color:#454545;}
a:hover {
	text-decoration:none;
	color:#999999;
}
a:active {text-decoration:none; color:#454545; outline: none;}

h1	{
	font: 170% Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
	padding-bottom: 2px;
	line-height: 1;
	margin: 0px;
}

h2	{
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	line-height: 1;
	margin: 0px;
	font-weight: bold;
}

img {
	border: none;
}

#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 900px;
	margin: 10px 30px;
} 

.linkrow {
	padding: 5px 5px;
	height: 40px;
	margin: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	z-index: 1000;
	position: relative;
}

#mainimage {
	padding: 20px 10px 20px 87px;
	width: 540px;
	float: none;
	border: none 0px;
}

#maindescription {
	width: 500px;
	padding: 20px 20px 20px 87px;
	overflow: hidden;
	height: auto;
}

.linkrowlast {
	padding: 5px 5px;
	height: 40px;
	margin: auto;
	z-index: 10001;
	position: relative;
}

.linkcube {
	padding-right: 15px;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#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 */
	font-size: 120%;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 194px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin: 20px 0px;
	height: 469px;
}

.li1 {
	margin-top: -459px;
	position: absolute;
	z-index: 900;
}
.li2 {
	margin-top: -408px;
	position: absolute;
	z-index: 900;
}
.li3 {
	margin-top: -357px;
	position: absolute;
	z-index: 900;
}
.li4 {
	margin-top: -306px;
	position: absolute;
	z-index: 900;
}
.li5 {
	margin-top: -255px;
	position: absolute;
	z-index: 900;
}
.li6 {
	margin-top: -204px;
	position: absolute;
	z-index: 900;
}
.li7 {
	margin-top: -153px;
	position: absolute;
	z-index: 900;
}
.li8 {
	margin-top: -102px;
	position: absolute;
	z-index: 900;
}
.li9 {
	margin-top: -51px;
	position: absolute;
	z-index: 900;
}

.deschidden {
	display: none;
}

.descvisible {
	display: inherit;
}

#mainContent {
	margin: 35px 0px 15px 240px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 715px;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#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 */
}
.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;
}

#masthead {
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 30px;
}

#jc {
	width: 300px;
	font-size: 200%;
	text-align: left;
	font-weight: bold;
	color: #666666;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}

.slink {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 100px;
	display: inline;
}

.slink_last {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 100px;
	display: inline;
}

#sitelinks {
}

#sitelinks {
	float: left;
	width: 250px;
	margin: 10px;
	font-size: 120%;
	padding-left: 350px;
}
