@charset "utf-8";
/* CSS Document */
/*this is the coding for specific a href */
body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	/*background-color:#000000;*/
	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;
}

#small_text {
	color: #000000;
	font-size: .75em;
	font-weight: 600;	
	font-family:"Courier New", Courier, monospace;
}

.tt {
	width: 760px;
	height: 500px;
}
 
.hr_center{
/* center page 50% and thickeer */
	width: 750px;
	line-height: 15px;
	/*padding-right: 125px;*/
} 

/*HEADER settings: white text, 003366 color*/
.logo {
	/*padding-bottom: 20px;*/
	padding-bottom: 15px;
	padding-top: 5px;
}


/*white text - black background */
#bt {
	/*text-align:right;*/
    color: #FFFFFF;	 /*white*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
/*	padding-top: 5px;
	padding-bottom: 50px; */
	/*padding-left: 20px;*/
	/*padding-right: 25px;*/
	background-color: #000000;	/* black */	
}
 
#bt a:hover {
	/*background-color: #f1efe2;*/
	color: #FFFFFF; /*white*/
/*	text-decoration: overline;	 */   
/*	font-weight: bold;*/
}
#bt a:visited {
	color: #FFFFFF; /*white*/
	text-decoration:none;
}
#bt a {
	color: #FFFFFF;  /*white*/
	text-decoration:none;
	}
	

/*white text - background dark blue */
#yt {
	text-align:center;
    color: #FFFFFF;	 /*white*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
/*	padding-top: 5px;
	padding-bottom: 50px; */
	padding-left: 25px;
	padding-right: 25px;
	background-color: #003366;	/* dark blue */	
}
 
#yt a:hover {
	/*background-color: #f1efe2;*/
	color: #FFFFFF; /*white*/
	background-color: #0099FF;
  
/*	font-weight: bold;*/
}
#yt a:visited {
	color: #FFFFFF; /*white*/
	text-decoration:none;
}
#yt a {
	color: #FFFFFF;  /*white*/
	text-decoration:none;
	}
/*HEADER settings*/

/*white text -  */
#hi {
	text-align:center;
    color: #FFFFFF;	 /*white*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	margin-top: 45px;
	margin-bottom: 45px;
	padding-left: 20px;
	padding-right:20px;
	font-weight: bold;
	text-decoration:underline;	
}
 
#hi a:hover {
	/*background-color: #f1efe2;*/
	color: #FFFFFF; /*white*/
	background-color: #666666;
}
#hi a:visited {
	color: #FFFFFF; /*white*/
	text-decoration:none;
}
#hi a {
	color: #FFFFFF;  /*white*/
	text-decoration:none;
	}
/*HEADER settings*/


/*HEADER settings: yellow text, 006699 color*/
/*yellow text - light blue background*/
#menuText {
	color: #FFFF80;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight: 500;
/*	padding-top: 15px;
	padding-bottom: 15px;*/
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #006699; /*light blue*/
}

#menuText a:hover {
/*	background-color: #f1efe2;*/
	color: #FFFF80;
/*	text-decoration: overline;*/
}

#menuText a:visited {
	color: #FFFF80;
	text-decoration:none;
}
#menuText a {
	color:#FFFF80; /*yellow text*/
	text-decoration:none;
	}
/*HEADER settings*/

/*FOOTER settings*/
#sf {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	text-align:left;
    color: #FFFFFF;	 /*white*/
	background-color: #333333;
/*	padding-top: 5px;
	padding-bottom: 50px; */
	padding-left: 25px;
	padding-right: 25px;
}

#sf a:hover {
	/*background-color: #f1efe2;*/
	color: #FFFFFF;
	background-color: #666666;
/*	text-decoration: overline;	 */   
/*	font-weight: bold;*/
}
#sf a:visited {
	color: #FFFFFF; /*white */
	text-decoration:none;
}
#sf a {
	color: #FFFFFF;  /*white*/
	text-decoration:none;
	}


/*FOOTER settings*/


.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 20px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.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 */
}

/*blogger settings*/
#side_column_div {
/* main column color */
	background-color: #EAEAEA;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-top: 6px;
	padding-right: 4px;
}

#side_text {
/* hr sizing */
/*	width: 25%;*/
	font-size: .8em; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

#side_text_bold {
/* hr sizing */
/*	width: 25%;*/
	font-size: .85em; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

#side_decor {
/*	background-color: #EAEAEA;*/
	background-color:#000000; /*black*/
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 25px;	
	color:#FFFFFF; /*white*/
}


#big_head_text {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 2.35em;
font-weight:bold;

}

/* yellow emphasis background */

#hiY {
	background-color: #FFFF15;
	font-weight: bold;
	font-size: 1em;
}

#hiT {
	border:thin;
	border-style:ridge;
}	

#hvyT
{
	background-color: #FFFF15;
	font-size: 1.75em;
	font-weight: bold;
}
/* yellow emphasis background */

/* small plain text white background */
#wT {
	color: #FFFFFF;
	font-size: .95em;
/*	font-family:"Palatino Linotype";*/
	font-family:Papyrus;
	}

-->
