@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #FFFFFF;
}
body.mceContentBody {
	text-align: left;
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(images/sidebarbg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	color: #333;
} 
.twoColFixLtHdr #container.nobg {
	background-image:none;
}
.twoColFixLtHdr #header {
	color: #FFFFFF;
	padding: 0;
	overflow: hidden;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(images/splogo100.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent.nosidebar {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}

.twoColFixLtHdr #footer {
	background:#DDDDDD;
	font-size: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer p , .twoColFixLtHdr #footer div{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#flashbox {
	height: 100px;
	width: 740px;
	float: right;
	margin: 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
}

h1 {
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	color:#F60
}
h2 {
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	color:#F60
}
h3 {
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	color:#F60
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color:#F60
}
.tdunderline td , .tdunderline th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F60;
}
.tdunderline th {
	background-color: #F60;
	color: #FFFFFF;
	text-align: center;
}
.tdunderline td {
	background-color: #FFFFFF;
}
.tdunderline   {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
}

.twofifty {
	width: 250px;
}
.noborder, .noborder td, .noborder th{
	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;
}
.foldertd {
	background-image: url(images/folder/folder_r4_c1.gif);
	background-repeat: repeat-y;
}
.tdunderline table.tdunderline {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D5E2F0;
}
.tdgreen td , .tdgreen th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7DDD55;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7DDD55;
}
.tdgreen td {
	background-color: #FFFFFF;
}
.tdgreen th {
	background-color: #459E20;
	color: #FFFFFF;
	text-align: center;
}
.tdgreen   {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7DDD55;
	border-right-color: #7DDD55;
	border-bottom-color: #7DDD55;
	border-left-color: #7DDD55;
}
.formfields {
	background-color:#E8EFF7;
	border: 1px solid #669ACC;
}
#navbar {
background-color:#FFFFFF
}
.centr {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}
#sidebar2 {
	float: left;
}
a, a:link, a:visited {
	color: #F60;
	text-decoration: none;
	font-weight: normal;
}
a:hover, a:active {
	color: #FF5E35;
	text-decoration: none;
}
.rssicon {
	float: right;
	margin-right: 25px;
}
