/***********************************************/
/* Body and Link setup                         */
/***********************************************/
 
body{
	font-family: Arial, sans-serif;
	color: #00CC00;
	line-height: 1.166;
	background-image: url("images/SiteImages/backcf.jpg");
	background-color: #000000;
	text-align: center;
	scrollbar-face-color:#111177;
	scrollbar-arrow-color:#00ff00;
	scrollbar-track-color:#111111;
	scrollbar-shadow-color:#444444;
	scrollbar-highlight-color:#888888;
	scrollbar-3dlight-color:#222288;
	scrollbar-darkshadow-Color:#000066;
}

a{
	color: #00CC00;
	text-decoration: none;
}

a:link{
	color: #00CC00;
	text-decoration: none;
}

a:visited{
	color: #00CC00;
	text-decoration: none;
}

a:hover{
	color: #00CC00;
	text-decoration: underline;
}
th{
	font-weight: normal;
	text-transform: capitalize;
	color: #CC9900;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	text-align: center;
}
td {
	font-size: smaller;
	text-align: center;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/***********************************************/
/* Main frame and borders                      */
/***********************************************/
#frame {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
}

#bordertop{
	background-color: #000000;
	text-align: center;
}
#borderbottom{
	background-color: #000000;
	text-align: center;
}

#borderleft {
	float:left;
	background-color: #000000;
	width: 9px;

}
#borderright {
	background-color: #000000;
	width: 9px;
	float:right;
}
/***********************************************/
/* Headers and Site Navigation                 */
/***********************************************/

#HeaderLeft {
	background-color: #000000;
	height: 70px;
	width: 483px;
	text-align: left;
	float: left;
}
#HeaderRight {
	background-color: #000000;
	height: 70px;
	width: 482px;
	text-align: right;
	float: right;
}
#TopNav {
	background-color: #000000;
	background-image:  url("images/SiteImages/TopNav.jpg");
	height: 25px;
	width: 982px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #008800;
	background-repeat: no-repeat;
	background-position:center;
	text-align: center;
	white-space: pre;
	margin-bottom: 10px;
}
/***********************************************/
/* Main Content                                */
/***********************************************/
#content{
	width: 980px;
	background-color: #000000;
	text-align: left;
	height:1000px;
	float: Left;
}
#contentleft {
	width:150px;
	float:left;
	background:#000;
	height: 800px;
	padding-top: 10px;
	margin: 5px;
}
#contentcenter {
	width:635px;
	height: 800px;
	float:left;
	background:#000;
	padding-top: 10px;
	margin: 5px;
	text-indent: 12px;
	overflow: auto;
}

#contentcenter_si {
	width:810px;
	height: 800px;
	float:left;
	background:#000;
	padding-top: 10px;
	margin: 5px;
	text-indent: 12px;
}
#contentcenter_II {
	width:780px;
	height: 800px;
	float:left;
	background:#000;
	margin: 5px;
	overflow: auto;
	padding: 10px;
}
#contentcenter_News {
	width:600px;
	height: 700px;
	float:left;
	background:#000;
	padding-top: 10px;
	margin: 5px;
	overflow: auto;
}

#contentright {
	width:150px;
	float:left;
	background:#000;
	height: 800px;
	padding-top: 10px;
	margin: 5px;
	text-align: center;
}
#contentheader {
	font-size: x-large;
	color: #3366FF;
	text-align: center;
	width: 630px;
	height: 50px;
}/***********************************************/
/* Footer
/***********************************************/
#footer {
	height: 50px;
	width: 960px;
	font-size: small;
	color: #666666;
	text-align: center;
}
/***********************************************/
/* Newest Images                                      */
/***********************************************/
/***********************************************/
/* Right Column                                 */
/***********************************************/


#rightimage {
	margin: 10px;
	height: 82px;
	width: 126px;
	border: thin ridge #999999;
}

#imagename {
	font-size: small;
	height: 40px;
	width: 126px;
	color: #FFFF00;
	text-align: center;
}
#imageheader {
	font-size: medium;
	height: 40px;
	width: 126px;
	font-variant: small-caps;
	color: #00FFFF;
	text-align: center;
	text-indent: 5px;
}

/***********************************************/
/* Left Column                                 */
/***********************************************/


#navlinks {
	width: 130px;
	font-size: medium;
	color: #FF9900;
	text-align: center;
	height: 25px;
	margin-top: 20px;
}

#leftimage {
	height: 160px;
	width: 130px;
	border: thin groove #111111;
	text-align: center;
	margin-top: 16px;
}

/***********************************************/
/* Center Column ShowImage                                */
/***********************************************/

#ImageMain {
	background-color: #000000;
	height: 550px;
	width: 770px;
	border: thin ridge #999999;
	float: left;
	overflow: hidden;
}
#ImgMainName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	text-transform: capitalize;
	float: left;
	width: 810px;
	text-align: center;
	padding-bottom: 10px;
}
#ImgExtended {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 752px;
	overflow: auto;
	height: 140px;
	margin-top: 15px;
	border: thin solid #111111;
}
#BigHdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-transform: capitalize;
	color: #33FFFF;
	text-align: center;
	padding: 10px;
}
#MedHdr {
	font-family: "Courier New", Courier, mono;
	font-size: large;
	text-transform: capitalize;
	color: #0F0;
	text-align: center;
	padding: 10px;
}
#Note {
	font-size: x-small;
	font-style: italic;
	color: #999999;
	text-align: right;
}
#IndexExtended {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 752px;
	overflow: auto;
	height: 750px;
	margin-top: 15px;
	border: thin solid #111111;
}
/***********************************************/
/* Center Column ShowImageIndex                                */
/***********************************************/


#IndexImage {
	border: thin outset #333333;
	height: 130px;
	width: 130px;
}

#IndexName {
	color: #999999;
	text-align: center;
	font-size: smaller;
}
#IndexHolder{
	margin: 5px;
	height: 170px;
	width: 130px;
	float: left;
}
#LeftCurrent{
	color:#FF9900;
	text-decoration: underline;
}

/***********************************************/
/* Center Column Links                               */
/***********************************************/

#LinkHolder {
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #0099FF;
	float: left;
	width: 290px;
	border: thin ridge #222222;
	text-align: left;
	cursor: hand;
	height: 38px;
	overflow: visible;
	margin: 5px;
	padding: 2px;
}

#NewsHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFF00;
	text-align: center;
	float: left;
	height: auto;
	width: 550px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#NewsArticle {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 5px 5px 25px;
	padding: 5px 5px 25px;
	float: left;
	width: 550px;
	overflow: hidden;
}
/***********************************************/
/* Center Column Sky and weather               */
/***********************************************/


#ClearSky {
	float: left;
	width: 617px;
	border: thin solid #222222;
	margin-top: 50px;
	margin-bottom: 35px;
}
#ClearWhiteSky {
	float: left;
	width: 617px;
	border: thin solid #222222;
	background-color: #FFFFFF;
}
#ClearSkyII{
	float: left;
	width: 617px;
	margin-top: 50px;
	font-family: "Courier New", Courier, mono;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #CC6633;
	border: thin solid #222222;
	padding-bottom: 20px;
}
#SkyLabel{
	float: left;
	width: 280px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Courier New", Courier, mono;
	font-variant: small-caps;
	text-transform: capitalize;
	padding-right: 10px;
	color: #CC66CC;
}

/***********************************************/
/* Center Column Home (Index)                  */
/***********************************************/


#ObservatoryImages {
	width: 575px;
	border: thin solid #333333;
}
#ObservatoryCaptions {
	text-align: left;
	text-indent: 5px;
	margin: 5px;
	padding-right: 10px;
	padding-left: 10px;
	height: 200px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0099FF;
	padding-top: 25px;
}
#Equipment {
	border: thin groove #111111;
	padding: 5px;
	margin-top: 5px;
}
#EquipLeft {
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #00CCCC;
	float: left;
	width: 290px;
	padding-right: 15px;
}
#EquipRight {
	text-align: left;
	width: 290px;
	text-indent: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #0099FF;
	text-align: center;
	border: thin outset #666666;
}
