@charset "utf-8";
/* CSS Document */

body {
	background: #666666;
	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;
	background-color: #FFFFFF;
	font-family: "Comic Sans MS";
	font-size: 100%;

}
.oneColElsCtr #container {
	width: 60em;
	background: #f4f3f6;
	margin: 0 auto;
	text-align: left; 		/* this overrides the text-align: center on the body element. */
	background-image: url(../img/heading2.jpg);	/* z-index: 100; */
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; 		/* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a {
	color:#0000FF;
	/*font-size:medium;*/
	text-decoration: underline;
}
/*a:visited{color:pink;} */
a:hover{
	color:#0066FF;
	text-decoration:none;
} 
/* a:hover {text-decoration:underline;} */

.myborder{
	border: thick double #000000;
}

.thin_border{
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.myh1{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 1px;
}

.myh2{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 1px;
	color: #999999;
}
.peg {
	color:#CCCCCC;
	font-size: 12px;
}
