@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(../images/starbase-bg_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#imageLink {
	text-align: center;
	width: 720px;
}
.oneColFixCtrHdr #container {
	width: 1080px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/starbase_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.oneColFixCtrHdr #header {
	background-attachment: fixed;
	background-color: transparent;
	background-image: url(../starbase_mockup_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #83857A;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	height: auto;
}
.oneColFixCtrHdr #footer {
	background-color: transparent;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #5E5E5E;
	background-image: url(../images/line.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	letter-spacing: 1px;
	height: 60px;
	padding-top: 10px;
}
.oneColFixCtrHdr #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 */
	letter-spacing: 1pt;
}
#blocks {
	padding-right: 180px;
	padding-left: 180px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 50px;
}
h2 {
	text-align: justify;
}
.imagesleft {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.imagesright {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
a:link {
	text-decoration: none;
	color: #83857A;
}
a:visited {
	text-decoration: none;
	color: #83857A;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #83857A;
}
.imagelink {
	border: 0px solid #FFF;
}
#blockBox {
	padding-right: 180px;
	padding-left: 180px;
	text-align: left;
	padding-top: 20px;
	height: 350px;
}
#tabFloat {
	position: fixed;
	z-index: 2;
	right: 20px;
	bottom: 0px;
}

#tabFloat img {
	border:none;
	}
    

