﻿/* CSS Document */
/* Layout */

body {
	text-align:center;
	background-color: #FFFFFF;
	font-size: 62.5%;
}

#frame {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
}

#framewide {
	width:830px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
}

#contentheader {
	height: 127px;
	width: 780px;
	text-align: right;
	background-color: #F2E2CB;
	border: 1px solid #000000;
}

#contentmenu {
	height: 26px;
	width: 780px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#contentleft {
	width:160px;
	margin-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	float:left;
	background-color: #F2E2CB;
	border: 1px solid #000000;
	background-image: url(../images/sce/Image/sub_nav_graphic.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#contentleftwide {
	width:150px;
	margin-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	float:left;
	background-color: #F2E2CB;
	border: 1px solid #000000;
	background-image: url(../images/sce/Image/sub_nav_graphic.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#contentcenter {
	width:615px;
	margin-top: 5px;
	padding-left: 3px;
	padding-right: 0px;
	float:left;
}

#contentcenterwide {
	width:665px;
	margin-top: 5px;
	padding-left: 3px;
	padding-right: 0px;
	float:left;
}
	
/*#contentright {
		width:160px;
		padding:0px;
		float:left;
		background:#fff;
}*/

#contentfooter {
	margin-top: 0px;
	height: 35px;
	width: 780px;
	background-color: #000000;
	clear: both;
	border-top: 5px solid #ffffff;
	
}

/* Sub Nav */

#navlist {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 105px;
	list-style: none;
}

#navlist li {
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 7px;
}

#navlist a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-image: url(../images/sce/Image/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em;
	padding-left: 13px;
}

#navlist a:hover
{
	color: #666666;
}

/* Text Styles */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000000;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000000;	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000000;	
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000000;	
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000000;	
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000000;	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	line-height: 130%;
}

hr {
	border: none 0;
	border-top: 1px dashed #1A8741;
	width: 100%;
	height: 1px;
}

.flasheader {
position: relative;
top: 11px;
margin-bottom: 0px;
}

#newsboard {
	width: 160px;
	background-image: url(../images/sce/Image/news_board_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#contentfooter p {
	font-size: 1.2em;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 10px;
}

#contentfooter .menu{
		padding-top: 10px;
		padding-left: 10px;
}

#contentfooter a{
	color: #ffffff;
}

#contentfooter a:hover{
	color: #CCCCCC;
}

.float-left { 
	float:left;
	padding: 0 10px 10px 0;
}

.float-right   { 
	float:right; 
	padding: 0 0 10px 10px;
}
