/**

 ****************************

 **** =Page styles **********

 ****************************

 */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: url(../images/sky_bk3.jpg);
	font-family: arial;
	font-size: 10pt;
}

#page {
	background: url(../images/skywithin_06.jpg) repeat-y;
	width: 800px;
	margin: 0px auto;
}

#header {
	background: url('../images/skywithin_03.jpg') no-repeat;
	width: 800px;
	height: 253px;

}
#content {
	width: 535px;
	margin-left: 200px;

}

#content hr {
	width: 535px;
	background-color: #999;
	border: 0px;
	margin-top: 2em;
	margin-bottom: 1em;
	height: 1px;
	clear: both;
	text-align: left;
}


#authorbox {
	width: 185px;
	float: right;
	margin-left: 9px;
	border: 2px solid #60C;
	padding: 6px;
	font-size: 9pt;
	background: #ECF3FF;
	}


#footer {
	background: url(../images/skywithin_07.jpg) no-repeat;
	width: 800px;
	height: 68px;
}

#programmer {
	color: #fff;
	padding-left: 45px;
	margin-top: 17px;
	text-align: center;
}

#programmer a {
	color: #fff;
	text-decoration: none;
	font-family: arial;
	font-size: 8pt;
}

#programmer a:hover {
	color: #ffaaaa;
}


/** Main Menu Navigation **/

#menu {
	float: left;
    margin: 0;
	width: 155px;
    margin-left: 4px;
    padding-left: 4px;
}



#menu li {
	list-style: none;
	padding: 0.25em;
	border-bottom: 1px solid #000099;
	margin-bottom: .75em;
}


#menu li a {
	font-family: Arial;
	font-size: 9.5pt;
	text-decoration: none;
	color: #000099;
}

#menu li a:hover {
	color: #6500A8;
	text-decoration: underline;
}


#menu ul {
	margin-bottom:  2.2em;
	}

/** Element Styles **/

h1, h2, h3, h4, h5 {
	color: #6500A8;
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: .5em;
}

h2 {
	font-size: 15pt;
}

h3 {
	font-size: 15pt;
}

h4 {
	font-size: 13pt;
}

h5 {
	font-size: 11pt;
	text-align: center;
	margin: 1em;
}

img {
	border: 0px;
}

.spacer {
	clear: both;
}


p {
	margin-bottom: 1em;
	margin-left: 0em;
	line-height: 1.5em;
}

p.test {
	font-size: 9pt;
	font-style: oblique;
	font-weight: bold;
	text-align: left;
	padding-left: 8px;
	color: #009;
	}


a {
	color: #2F62E8;
	text-decoration:none;
}

a:hover {
  color: #60C;
  text-decoration:underline;
}


bu {
  color: black;
  font-weight:bold;
  text-decoration:underline;
}

em {
  color: #671B8F;
  font-weight:bold;
}



em.p {
   color: #671B8F;
   font-weight: bold;
   font-style: normal;
}



em.b {
   color: #2949A3;
   font-weight: bold;
   text-decoration: normal;
}





ol {
   list-style-type: numbered;
   padding-left: 2em;
   margin: 2em;
   margin-bottom: 2em;
}



ol li {
	padding-bottom: 1em;
}



#bulletlist {
   list-style-image: url(images/BD14692_.gif);
   padding-left: 2em;
   margin: 2em 0;
   margin-bottom: 2em;
}


.centerbox{margin:0px auto;width560px;text-align:center;}

.floatimg {float:left;}

.floatright {
	float: right;
	margin-left: 8px;
	border:#333333 thin solid;
	padding:0px;
	}

.floatleft{
	border:#333333 thin solid;
	float:left;
	padding:0px;
	margin-right:8px;
	text-align:center;
}

.floatleftnb{
	border: 0px;
	float:left;
	padding:0px;
	margin-right:8px;
	text-align:center;
}

.clear{clear:both;}