﻿.background {
	background-image: url(../images/sce/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}.sideleft {
	background-image: url(../images/sce/side_leftStretch.jpg);
	background-repeat: repeat-y;
}
.sideright {
	background-image: url(../images/sce/side_rightStretch.jpg);
	background-repeat: repeat-y;
}
.pageleft {
	background-image: url(../images/sce/background_pageLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.pageright {
	background-image: url(../images/sce/background_pageRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.backgroundpage {
	background-image: url(../images/sce/background_page.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.largeblue {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #3573b9;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.headerback {
	background-image: url(../images/sce/background_header.jpg);
	background-repeat: repeat-x;
}
.dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.largeblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.copyright {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9ab9dc;
	text-decoration: none;
	font-weight: bold;
}
