/* website css */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
.style1 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.style2 {
	font-size: 13px;
	font-style: italic;
	color: #666;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #666;
}

.style5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #091627;
}
.style6 {
	font-size: 15px; 
	font-family: "Times New Roman", Times, serif; 
	color: #2F3C40;
}
.style7 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.style8 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
.style9 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0000FF;
}
.style11 {
	font-style: italic;
	color: #8E1806;
	font-size: 18px;
}
.style15 {font-style: italic; color: #8E1806; font-size: 12px; }
.divider {
	border-bottom:1px solid #666;
	margin-top:4px;
	margin-bottom:4px;
}

.dataForm {
	font-size:10px;
	font-family:verdana;
	color:#333;
	line-height:18px;
}

.dataForm input,
.dataForm select,
.dataForm textarea {
	border:1px solid silver;
	font-size:10px;
	background-color:#fff;
	padding:2px;
}
.dataForm input:hover {
	background-color:#ebebeb;
}
.dataForm .labelCell {
	width:150px;
	border-bottom:1px solid #ebebeb;
}

.userInfoBar {
	text-align:right;
	padding-right:10px;
	font-size:11px;
	background-color:#ebebeb;
	border-bottom:1px solid silver;
	line-height:25px;
	font-weight:bold;
}

.dataGrid {
	font-size:12px;
	color:#666;
	line-height:15px;
}
.dataGrid th {
	line-height:22px;
	border-bottom:1px solid silver;
}

.honorRollHeader {
	font-size:15px;
	font-weight:bold;
	color:##333;
	margin-left:12px;
}
.honorRollDivider {
	font-size:1px;
	line-height:1px;
	border-bottom:1px solid silver;
	margin-top:2px;
	margin-bottom:2px;
}
.honorRollPhoto {
	width:177px;
	height:197px;
	background-image:url(images/frame.jpg);
	text-align:center;
}

.tableGrid {
	border-collapse:collapse;
	border:1px solid #98acb4;
	font-size:12px;
	width:100%;
}
.tableGrid th {
	background-color:#cdd9de;
	color:#000;
	line-height:18px;
}
.tableGrid td {
	line-height:18px;
	color:#333;
}

.newsThumbnail {
	border:1px solid black;
	margin:3px;
}

