﻿/*This is the new stylesheet*/
a:link {
	color: black;
}
a:visited {
	color: black;
}
a:active {
	color: black;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
body {
	margin: 0px;
	background-color: #e0e0e0;
}
div#wrapper {
	width: 973px;
	border: 3px solid #0000B5;
	box-shadow: 0px 0px 25px #000;
	margin: 0px auto;
	background-color: #FFF;
}
div#wrappergreen{/*for cyberbullying page*/
	border: 3px solid green;
	overflow: auto;
	width: 530px;
	height: auto;
	line-height: 18px;
	padding: 0px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0 auto;
}
div#top {
	width: 973px;
	height: 30px;
	margin: 0px auto;
}
div#header {
	width: 973px;
	height: 140px;
	margin: 0px auto;
	background-color: #0000b5;
}
		
div#logo {
	width: 200px;
	height: 115px;
	float: left;
}
div#headerphotos {
	width: 772px;
	height: 115px;
	float: right;
}
div#leftcolumn {
	float: left;
	width: 200px;
	height: auto;
	background-color: #0000B5;
}
div#center {
	float: left;
	width: 565px;
	height:auto;
	background-color: #FFF;
}
div#center2 {/* by CS - a div that will center on the page*/
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
div#rightcolumn {
	float: right;
	width: 200px;
	background-color: #FFF;
	border-left: 1px dotted gray

}
div#pagetitle {
	width: 530px;
	background-color: #D89900;
	line-height: 35px;
	height: 35px;
	padding: 0px 0px 0px 10px;
	margin: 10px auto;
}
div#pagecontent {
	line-height: 18px;/* by CS - not needed if you use <p> tag*/
	width: 530px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0 auto;
}
div#pagecontent2 {
	width: 530px;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0 auto;
}
div#leftcolpagecontent {/* by CS */
	margin-left: 0px;
	margin-right: 10px;
	width: 248px;
	float: left;
}
div#rightcolpagecontent{/* by CS */
	margin-left: 10px;
	float: right;
	width: 250px;
}
div#yellow{
	background-color: rgb(255,255,204);
	overflow: auto;
	width: 540px;
	height: auto;
	line-height: 18px;
	padding: 5px 5x 20px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0 auto;
}

div#subheadlinewrap {
	width: 530px;
	height: 21px;
	margin: 10px auto;
	
}
div#subheadline-box {
	width: 22px;
	height: 21px;
	float: left;	
	background-color: #D89900;
}
div#subheadline {
	width: 506px;
	height: 21px;
	background-color: #0102B5;
	float: right;
}
div#footer {
	width: 540px;
	height: 260px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0 auto;
	text-align: center;
	overflow: auto;
}

div#menuwrap {
	width: 973px;
	clear: both;
}
div#menuoption {
	height: 25px;
	float: left;
}
div#submenu-orange {
	width: 967px;
	height: 25px;
	background-image: url('../_images/border-orange.jpg');
	background-repeat: repeat-x;
}
div#wrapper-orange {
	width: 967px;
	border: 3px solid #D79700;
	background-image:url('../_images/bkg.jpg');
}

div#clear {
	clear: both;
}

.noborder {
	border: 0px;
}
li.topoption {
	float: right;
}
ul.reglist{
	list-style-type: disc;
	margin: 10px 0px 0px 25px;
	padding: 0px;
}

ul.topmenu{
	list-style-type: none;
	width: 970px;
	margin: auto;
	padding: 0px;
}
ul.topmenu a{
	padding-right: 6px;
	padding-left: 6px;
	display: block;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
ul.topmenu a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: white;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin: 0px 0px 10px 8px;
}
h2 a:visited {
	color: white;
	text-decoration: none;
}
h2 a:active {
	color: white;
	text-decoration: none;
}
h2 a:link {
	color: white;
	text-decoration: none;
}

h2 a:hover {
	color: white;
	text-decoration: underline;
}

h3 {
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	color: white;
	font-weight: normal;
	margin: 0px 0px 0px 5px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}
h5 {
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 15px;
	color: black;
	font-weight: normal;
	margin: 13px 5px 13px 10px;
}

li.sideoption {
}
ul.sidemenu{
	list-style-type: disc;
	color: white;
	width: 180px;
	margin: 10px 0px 10px 26px;
	padding: 0px;
}
ul.sidemenu a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
ul.sidemenu a:hover {
	text-decoration: underline;
}

img.center {/*by CS */
	 display: block;
    margin-left: auto;
    margin-right: auto; 
}

br.clear {
		clear: both;
}
img.leftnoborder{/*by CS*/
	float: left;
	padding: 6px;
	margin-bottom:5px;/* by CS */
	margin-right: 5px;/* by CS */
}

img.rightnoborder{/*by CS*/
	float: right;
	padding: 6px;
	margin-bottom:5px;/* by CS */
	margin-left: 5px;/* by CS */
}

img.left {
	float: left;
	padding: 6px;
	border: 1px solid black;
	margin-bottom:5px;/* by CS */
	margin-right: 5px;/* by CS */
}
img.right {
	float: right;
	padding: 6px;
	border: 1px solid black;
	margin-bottom:5px;/* by CS */
	margin-left:5px;/*by CS*/
}
.redtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;/*by CS*/
	color: red;
	font-weight: bold;
	
}
ul.hottopics {
	margin: 0px 5px 0px 28px;
	padding: 0;
	list-style-type: square;
}
li.hottopics {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: normal;
}
li.hottopics a {
	color: black;
	text-decoration: none;
}
li.hottopics a:hover {
	color: black;
	text-decoration: underline;
}
.h3 {
	color:#333333;
}