@charset "utf-8";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #5f74a1;
	background-image: url(../images/decor/page_bkgd.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 100%;
	color: #000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twocolRside #container  {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	background-image: url(../images/decor/container_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
} 
.twocolRside #containerNoSB {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twocolRside #sidebar  {
	float: right; /* since this element is floated, a width must be given */
	width: 318px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twocolRside #mainContent  {
	width: 521px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
.twocolRside #content {
	width: 870px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twocolRside #extra {
	clear:both;
	width:880px;
	background-color: #B6C3E6;
	float: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 0px;
}
.twocolRside #extra p {
	font-size: 11px;
	color: #000;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-bottom: 8px;
}
.twocolRside #footer {
	background-color: #003366;
	color: #FFF;
	clear: both;
	width: 100%;
}
.twocolRside #footer p {
	margin: 0px;
	padding: 5px 10px;
	color: #FFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	clear: both;
	font-weight: bolder;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.1em;
	padding-bottom: .4em;
	margin-bottom: 0px;
	background-image: url(../images/decor/h1huline.gif);
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #003366;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: .4em;
	padding-left: 1em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 0.6em;
	color: #003366;
	border-left-width: 0.6em;
	border-left-style: solid;
	border-left-color: #CD3B3B;
	margin-top: .3em;
	margin-bottom: .4em;
	margin-left: 2em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: .5em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #003366;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0.2em;
	padding-left: 3.5em;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: justify;
	color: #000;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 1em;
	padding-left: 4em;
	margin-bottom: 0px;
}
.welcometitle {
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 10px;
	text-transform: none;
	color: #CD3B3B;
	line-height: 40px;
}
.floatRight {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
.floatLeft {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
/* End of minimum height */

.clear-l { /* put this on a div wherever needed */
	clear: left;
}
#banner1 {
	width: 900px;
	height: 150px;
	/* background: #5f74a1 url(../images/banner.jpg) no-repeat; */
float: left;
	position: relative;
	background-image: url(../images/decor/ssycbanner1.jpg);
	background-color: #6B82B4;
}
#banner2 {
	width: 900px;
	height: 150px;
	/* background: #5f74a1 url(../images/banner.jpg) no-repeat; */
float: left;
	position: relative;
	background-image: url(../images/decor/ssycbanner2.jpg);
	background-color: #6B82B4;
}
#banner3 {
	width: 900px;
	height: 150px;
	/* background: #5f74a1 url(../images/banner.jpg) no-repeat; */
float: left;
	position: relative;
	background-image: url(../images/decor/ssycbanner3.jpg);
	background-color: #6B82B4;
}
#banner4 {
	width: 900px;
	height: 150px;
	/* background: #5f74a1 url(../images/banner.jpg) no-repeat; */
float: left;
	position: relative;
	background-image: url(../images/decor/ssycbanner4.jpg);
	background-color: #6B82B4;
}
#banner5 {
	width: 900px;
	height: 150px;
	/* background: #5f74a1 url(../images/banner.jpg) no-repeat; */
float: left;
	position: relative;
	background-image: url(../images/decor/ssycbanner5.jpg);
	background-color: #6B82B4;
}
#banner6 {
	width: 900px;
	height: 150px;
	/* background: #5f74a1 url(../images/banner.jpg) no-repeat; */
float: left;
	position: relative;
	background-image: url(../images/decor/ssycbanner6.jpg);
	background-color: #6B82B4;
}
#banner7 {
	width: 900px;
	height: 150px;
	/* background: #5f74a1 url(../images/banner.jpg) no-repeat; */
float: left;
	position: relative;
	background-image: url(../images/decor/ssycbanner7.jpg);
	background-color: #6B82B4;
}
#banner8 {
	width: 900px;
	height: 150px;
	/* background: #5f74a1 url(../images/banner.jpg) no-repeat; */
float: left;
	position: relative;
	background-image: url(../images/decor/ssycbanner8.jpg);
	background-color: #6B82B4;
}
#banner9 {
	width: 900px;
	height: 150px;
	/* background: #5f74a1 url(../images/banner.jpg) no-repeat; */
float: left;
	position: relative;
	background-image: url(../images/decor/ssycbanner9.jpg);
	background-color: #6B82B4;
}
#wrapper {
	min-height: 300px;
}
#mainContent    ul      {
	list-style-position: outside;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: justify;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContent   li {
	padding-bottom: 5px;
	padding-top: 2px;
	margin-left: 30px;
	margin-right: 30px;

}
#sidebar h2 {
	margin-left: -1em;
}
#sidebar h3 {
	margin-left: 0em;
}
#sidebar h4 {
	margin-left: -2.2em;
}
#sidebar p {
	margin-left: 1.4em;
	padding-left: 0em;
	padding-bottom: 2
\;
	margin-bottom: 2px;
	padding-bottom: 1em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
.tablinetext {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #036;
}
#logohotspot {
	height: 45px;
	width: 75px;
	position: absolute;
	left: 10px;
	top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logohotspot a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content ul {
	list-style-position: outside;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content li {
	padding-bottom: 5px;
	padding-top: 2px;
	margin-left: 30px;
	margin-right: 30px;
}
#content ol {
	list-style-position: outside;
	list-style-type: decimal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.redfont {
	color: #CA3B37;
}
.bluefont {
	color: #036;
}
