@charset "UTF-8";
body {
	background-image: url(../background/background_center.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
	background-color: #D0D6D8;
}
.border {
	border: 1px solid #98B266;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #832225;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #832225;
}
#navigation {
	background-color: #FFFFFF;
	height: 40px;
	width: 100%;
	text-align: center;
}
ul.nav {
	list-style-type: none;
	width: 200px;
	padding: 0;
	margin: 0;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;

}

ul.nav li {
	display: block;
	padding-bottom: 7px;
	width: 200px;
	background-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CBCECF;
	padding-top: 7px;
}
ul.nav a {
	/*border-bottom: none;*/
	padding: 5px;
	margin-right: 5px;
	text-decoration: none;
	color: #C47F35;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 2px;
	font-style: normal;
	background-position: left;
	position: relative;
	width: 200px;
	border-top: none #cccccc;
	border-right: none #cccccc;
	border-bottom: none #cccccc;
	border-left: none #cccccc;
	margin-left: 5px;
	font-weight: normal;
}
ul.nav a:hover {
	color: #999999;
	width: 200px;
	font-weight: normal;
	text-decoration: none;
}

.header {
	background-image: url(../picture/sterling_education_header.jpg);
	background-repeat: no-repeat;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.boldlargetxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #872A2D;
	font-weight: bold;
}
.boldtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #872A2D;
	font-weight: bold;
}
.frame {
	padding: 2px;
	background-color: #CCCCCC;
	margin: 4px;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #999999;
	border-bottom: thin solid #999999;
	border-left: thin solid #CCCCCC;
}
.txtright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	font-weight: normal;
}

.curlycontainer{
	border: 1px solid #b8b8b8;
	margin-bottom: 1em;
	width: 100%;
	float: none;
	background-color: #D9D9D9;
}

.curlycontainer .innerdiv{
	background: transparent url(../images/brcorner.gif) bottom right no-repeat;
	position: relative;
	left: 2px;
	top: 2px;
	padding: 1px 5px 15px;
}
.maintextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.table_list {
	height: 400px;
	width: 585px;
	overflow: auto;
	background-position: center;
	border: 1px solid #CCCCCC;
}
.photo {
	padding: 1px;
	border: 1px solid #999999;
	margin: 4px;
}.maintextorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B8742C;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
}
