/* general styles */

body {
 background: #D8D9D3;
 font-size: 9pt;
 font-family: verdana, Arial, Helvetica, sans-serif;
 color: #a0a0a0;
 text-align:center;/*Stupid IE*/
}

table {
 background: #ffffff;
 font-size: 9pt;
 font-family: verdana, Arial, Helvetica, sans-serif;
 color: #a0a0a0;
}

A { COLOR: #30b8ec; text-decoration: underline; }
A:visited { COLOR: #30b8ec; text-decoration: underline; }
A:hover { COLOR: #000000; text-decoration: underline; }

H1 { font-size: 13pt; color: #000000; font-weight: normal; }
H2 {color:#000000;}
H3 { font-size: 11pt; color: #a0a0a0; font-weight: normal; }
H4 { font-size: 9pt; color: #000000; font-weight: normal; }
H5 { font-size: 9pt; color: #000000; font-weight: normal; }

HR { color: #f7f7f7; height: 2px; margin-top: 0px; padding-top: 0px; }

ul {
	margin-left: 0;
	padding-left: 1.5em;
	}

li.news {
BORDER-BOTTOM: #acacac 1px dotted;
PADDING-BOTTOM: 15px;
PADDING-top: 15px;
	}

/* end of general styles */


/* layout styles */

table.layout {
 border: none;
 margin:0pt auto;
 width:932px;
}

td.nav {
 background-image : url(/sp/125914/images/bg-nav.gif);
 height: 78px;
 vertical-align: middle;
 color: #ffffff;
 width: 90%;
}

td.banner {
 background-color : #a0a0a0;
}

td.slogan {
 background-color : #2a2a2a;
}

td.mdgray {
 background-color : #f7f7f7;
}

td.ltgray {
 background-color : #fcfcfc;
}

td.ltblue {
 background-color : #f4f9fe;
}
#left_sidebar{width:25%;}
/* end layout styles */


/* navigation styles */

ul.primary-links {margin:0px; padding:0; list-style:none; text-align:center; margin-left:10px;}
ul.primary-links li {float:left; background:url(images/bg-li.gif) no-repeat right 42px; text-transform:none; padding:40px 30px 12px 28px; }
ul.primary-links li a {color:#ffffff; text-decoration:none; font-size:13px; font-weight:normal;}
ul.primary-links li a:hover { text-decoration:underline;}
ul.primary-links li.last { background:none;}

ul.footer-links {margin:0px; padding:0; list-style:none; text-align:center; margin-left:10px;}
ul.footer-links li {float:left; text-transform:none; padding:0 30px; }
ul.footer-links li a {text-decoration:none; font-size:13px; font-weight:normal;}
ul.footer-links li a:hover { text-decoration:underline;}
ul.footer-links li.last { background:none;}
/* end navigation styles */


