@charset "utf-8";
.float_r {
	float: right;
}
.float_l {
	float: left;
}

.clear_floats {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}
#container  {
	width: 955px; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
}

#mainContent  {
	margin-right: 3px;
	margin-left: 3px;
	padding-bottom: 5px;
	padding-top: 10px;
	background-color: #E9E9E9;
	border-right-width: 0.1em;
	border-left-width: 0.1em;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	padding-right: 10px;
	padding-left: 10px;
	height: 100%;
}
#mainContent a:link, #mainContenti a:visited {
	color: #1a479a;           /* no border */
	font-weight: bold;
	text-decoration: underline;
}
#mainContent a:hover, #mainContent a:active {
	color: #6994CB;
	text-decoration: none;
}

#mainContent h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 2em;
	color: #499E6C;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#mainContent h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.2em;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	color: #1A479A;
	font-weight: bold;
	font-style: italic;
	line-height: 1.4em;
}
#mainContent h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */



	font-size: 1
.em;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #1A479A;
	font-weight: bold;
	font-size: 1em;
}








#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #000;
	margin: 1.3ex 0;
	font-weight: normal;
}
#mainContent #center {
	text-align: center;

}


.red  {
	color: #903;
	font-weight: bold;
}
.small {
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
}
.small2 {
	font-size: 0.5em;
	font-style: italic;
	font-weight: bold;
}
.blue {
	color: #1A479A;
}


/* ===== miscellaneous styles ===== */

.clear { clear: both }
.box {
	border: thick ridge #FFF;
	background-color: #B4CCEB;
	padding: 5px;
	margin-right: 0px;
	margin-left: 2px;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.box2 {
	border: thick inset #FFF;
	padding: 5px;
	background-image: url(../images/sholar_bkgrnd.jpg);
}

