@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background: #88d9dc;
	margin: 0;
	padding: 0;
	color: #000000;
}


p {
	text-align:justify;
}

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:none;
}

.title {
	font-size:xx-large;
	color:#3399CC;
	font-family: "Comic Sans MS", cursive;
}

H2 {
	font-family:"Comic Sans MS", cursive;
	font-size:xx-large;
	color:#008f97;
	text-align: left;
}

H3 {font-family:"Comic Sans MS",sans-serif;
	font-size:x-large;
	color:#008f97;
	font-weight:lighter;

}

.twoColElsLt #container { 
	margin: 0 0 0 0;
	width: 65em;  
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-style:double;
} 

.twoColElsLt #sidebar1 {
	float: left; 
	width: 15.5em; /* since this element is floated, a width must be given */
	padding-left: 2em;
}

.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsLt #mainContent {
 	margin: 0 4em 0 17.5em; 
	background:url(../images/ring.png);
	background-repeat:repeat-y;
	padding-left: 6em;
	min-height: 56em;
	
} 

/* Miscellaneous classes for reuse */
.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;
	width: 6ems;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}