html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background-color: #9a9a9a;
	background-image: url(i/bg_loop.jpg);
	background-repeat: repeat-x;
}
#mainTable {
	height:100%;
	width: 100%;
	vertical-align: top;
}
.copy {
	padding-left: 46px;
}
.title {
	color: #000000;
	font-weight: bold;
}
.productTitle {
	color: #40785e;
	font-weight: bold;
	font-size: 20px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:link {
	color: 468567;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 468567;
}
a:hover {
	text-decoration: underline;
	color: 468567;
}
a:active {
	text-decoration: none;
	color: 468567;
}
img, div { behavior: url(iepngfix.htc) }
TD.content {
    text-align: center;
    vertical-align: top;
    padding-top: 47px;
}
TD.content DIV.area {
    text-align: left;
    width: 760px;
    margin: auto;
}
.content H1 {
    color: #045E3B;
    font-weight: normal;
    font-size: 27px;
    margin: auto;
}
.content P {
    color: #444444;
}
.content OL LI {
    padding-bottom: 10px;
}
P.subheading {
    font-style: italic;
    font-size: 15px;
    color: #666666;
}
.no-padding {
	margin: 0px !important;
	padding: 0px !important;
}

.biglink {
    padding-bottom: 10px;
}
.biglink A {
    font-size: 19px;
    font-weight: normal;
    border-bottom: 2px dotted #468567;
    -moz-outline: none;
}
.biglink A:HOVER {
    text-decoration: none;
    border: none;
}
.slide-container {
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 13px;
    color: #555555;
}
.slide-container TD {
    color: #555555;
    font-size: 13px;
}
.slide-container .required {
   font-weight: bold;
   color: #035D39;
}
INPUT, SELECT, TEXTAREA {
   font-size: 13px;
}
.slide-container INPUT {
   width: 200px;
}
.slide-container INPUT.submit {
   width: auto !important;
}
.slide-container.ajax-loading {
    background: url("./i/ajax-loader.gif") no-repeat center center;
}
.slide-container #inputError {
    background: #555555;
    padding: 20px;
    color: #EFEFEF;
    font-size: 13px;
    margin-bottom: 10px;
    opacity: 0.9;
}
#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	width: 200px;
}
P.pointer {
    font-style: normal;
    font-size: 15px;
    color: #666666;
	background: white url(./i/arrow.gif) no-repeat 15px center;
	float: left;
	padding: 10px;
	padding-left: 40px;
	border: 1px solid #F0F0F0;
}
#sidebar UL, #sidebar UL LI{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar UL LI A{
	display: block;
	font-weight: normal;
	padding: 4px;
}
#sidebar UL LI A:HOVER {
	background: #0E6844;
	text-decoration: none;
	color: #FFFFFF;
}
.advisor LI, .advisor P {
	font-size: 12px;
	color: #444444;
}
.advisor DT, .advisor DL, .advisor DD, .education DT, .education DL, .education DD {
	margin: 0;
	padding: 0;
}
.advisor DT, .education DT {
	font-size: 15px;
	font-style: italic;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 25px;
	margin-bottom: 15px;
}
.advisor IMG {
	border: 1px solid #F0F0F0;
}
H2 {
	font-weight: normal;
	font-size: 18px;
	color: #0E6844;
}
.education {
	font-size: 14px;
}
.education A {
	font-size: 14px;
	font-weight: normal;
}
.education P, .education LI {
	font-size: 14px;
	color: #555555;
	list-style-type: square;
}
.education .contents A {
	display: block;
	width: 210px;
	padding: 4px 8px;
}
.education .contents UL, .education .contents LI {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.education .contents A:HOVER {
	background: #0E6844;
	color: #FFFFFF;
	text-decoration: none;
}
.news {}
.news TH {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0E6844;
}
.news TD {
	font-size: 14px;
	color: #555555;
	border-bottom: 1px solid #EEEEEE;
}
.news TD.empty {
	background:url(i/empty.gif) left top;
}
.news TR.spenco {
	background: #FFFFEE;
}
.ddlist LI {
	font-size: 11px;
	color: #222222;
}