@charset "utf-8";
/* CSS Document */
body {
	padding: 20px;
	background: #5383C5;
	color: #222;
	text-align: center;
    font: 85% "Trebuchet MS",Arial,sans-serif
}
.bold{
font-weight:bold;
}
.it{
font-style: italic;
}
h1,h2,p{
	margin: 0;
	padding: 0 10px;
	font-weight:normal
}
p{
	padding: 0 10px 15px
}

p.bold{ 
	padding: 0 10px 15px;
	font-weight:bold;
	color:#002455
}

h1{
	font-size: 250%;
	color: #FFF;
	letter-spacing: 1px
}

h2{
	font-size: 200%;
	line-height:2;
	color:#002455;
	text-align: center;
}

h3{
	font-size: 150%;
	line-height:1;
	color:#002455;
	font-weight:normal
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
div#container{
	width:800px !important;
	width /**/:800px;
	margin: 0 auto;
	padding:7px;
	text-align:left;
	background:#5383C5;
}
div#header{
	background-image: url(images/ssclogo_title_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align:center;
	vertical-align:bottom;
	width: 800px;
	height: 170px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
div#menu{
	background: #FAF5E1;
	padding: 10px 0;
	margin:10px 0;
	text-align:center;
	/*width: auto;*/
}
#coolmenu{
	border: 0px solid black;
	width: 800px;
	background-color: #FAF5E1;
}

#coolmenu a{
	font: 13px Verdana;
	padding-left: 0px;
	display: inline;
	width: auto;
	color: #002455;
	text-decoration: none;
	border-bottom: 0px solid black;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#coolmenu a:hover{
	/*background-color: #002455;*/
	color: #990000;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

div#content{
	width:auto;
	padding:10px 0;
	margin:10px 0;
	background: #FFFFFF;
	text-align: center;
	line-height: 25px;
	background-image: url(images/sunpath.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: auto;
}

/*For the first page - menu links*/
div#contentresources{
	width:450px;
	padding:10px 0;
	margin:10px 0;
	text-align: left;
	line-height: 25px;
}


div#schoolbox{
	width:375px;
	padding:10px 0;
	margin:10px 0;
	background: #FAF5E1;
	text-align: center;
	line-height: 25px;
	margin-left: 200px;
}
div#footer{
	clear:both;
	width:auto;
	background: #FAF5E1;
	padding:10px 0;
	text-align:center
}
img.title {
	border: 0px;
	padding-top: 47px;
	padding-bottom: 0px;
}
img.gall{
	border: 1px solid #000000;
}
img{
	border: 0px solid #828282;
	padding: 5px;
	float: none;
}


