@charset "utf-8";
html, body  {
	background:url(../images/layout/Starfield_Bkgnd.jpg);
	background-position:center;
	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: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	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;
	height:100%;
	min-height:100.1%; /* Firefox/Mozilla scrollbar hack - makes the scrollbar appear no matter what */
}
/* -------------------- END body -------------------- */

img {
	border:0px;
}

.twoColFixLtHdr #container { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
/* -------------------- END #container -------------------- */ 

.twoColFixLtHdr #header { 
	margin:0px;
	padding:0px;
	background: #000;
}
/* -------------------- END #header -------------------- */ 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 109px;
	height: 247px; /* 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 */
	margin:0px 0px 0px 10px;
	padding:10px 0px 0px 15px;
	background:url(../images/layout/navigation.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
}
#sidebar1 a:link, #sidebar1 a:active, #sidebar1 a:visited {
	color:#c7d0f9;
	font-size:.85em;
	line-height:2.1em;
	text-decoration:none;
}
#sidebar1 a:hover {
	color:#ff9900;
	border-bottom:1px dashed #c7d0f9;
}
/* -------------------- END #sidebar1 -------------------- */



/* -------------------- CONTROLS THE MAIN CONTENT .roundcont -------------------- */
.roundcont {
	width: 572px;
	margin: 0px 0px 0px 150px;
	color: #000;
	background:#fff;
}

.roundcont p { /* Controls the spacing between paragraphs */
	margin:0px 25px 15px 25px;
	line-height:1.4em;
}
.roundcont h1 {
	margin:0px 25px 15px 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#7681bf;
}
.roundcont h2 {
	margin:0px 25px 15px 25px;
	font-size:1em;
	/*color:#45485c;*/
	color:#CC6600;
}

.roundtop { 
	/*background: url(../images/layout/mainCon_topRt.jpg) no-repeat top right; */
	background: url(../images/layout/mainCon_topRt.jpg) no-repeat top right;  
}

.content {
	margin:0px 0px 0px 0px;
	background:url(../images/layout/mainContent_strip_02.jpg);
	background-repeat:repeat-y;
}

.roundbottom {
	background: url(../images/layout/mainCon_botRt.jpg) no-repeat top right; 
}
.roundcont a:link, .roundcont a:active, .roundcont a:visited {
	color:#525c97;
	text-decoration:none;
	font-weight:normal; 
}
.roundcont a:hover {
	color:#0066FF;
	/*border-bottom:1px dashed #45485c;*/
	/*border-bottom:1px dashed #ff9900;*/	
}

img.corner {
   width: 32px;
   height: 32px;
   border: none;
   display: block !important;
}
/* -------------------- END .roundcont -------------------- */
 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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 */
}
/* -------------------- END #footer -------------------- */

.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;
}
/* -------------------- END Floats -------------------- */


.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;
}
/* -------------------- END .clearfloat -------------------- */

.italics {
	font-style:italic;
}

.prophet {
	margin:0px 14px 14px 0px;
}

.formBg {
	padding:2px;
	background:#b0bfd1;
	border:1px dashed #0c4284;
}

/* ---------------------Deatil Txt ---------------------------*/

.detail {
	font-size:.7em;
}







