body {
	background-color: #5B5B5B;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

p, li{
	line-height: 1.4em;
}

form, input {
	margin: 0px;
	}
	
a:link, a:visited {
	color: #3E1F7F;
}
a:hover {
	color: #663399;
	background-color: #EDEDED;
}

div.content h1 {
	font-size: 18px;
	color: #666666;
	line-height: 26px;
	text-align: left;
	}
	
h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
table.main {
	width: 888px;
}

table.main  td.left {
	width: 16px;
	background-image: url(/images/bgLeft.gif);
	background-repeat:repeat-y;
	}
table.main  td.center {
	width: 856px;
	background-color: #FFFFFF;
	}
table.main  td.right {
	width: 16px;
	background-image: url(/images/bgRight.gif);
	background-repeat:repeat-y;
	}
	
table.header {
	width: 100%;
	background-image: url(/images/bgHeader.gif);
	background-repeat:repeat-x;
}

table.toolbar {
	width: 100%;
	}

table.toolbar td {
	text-align: center;
	border-left: 1px solid #000000;
	border-right: 1px solid #666666;
	}

table.toolbar td a:link, table.toolbar td a:visited {
	background-image:url(/images/toolbarBg.gif);
	background-repeat: repeat-x;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
	display: block;
	}

table.toolbar td a:hover {
	background-image: url(/images/toolbarBgOn.gif);
	background-repeat: repeat-x;
		}
table.toolbar td a.toolbarSelected {
	background-image: url(/images/toolbarBgOn.gif);
	background-repeat: repeat-x;
		}

table#content {
	width: 100%;
	text-align: left;
	}
table#content td#right {
	width: 300px;
	background-color: #EDEDED;
}
div.content {
	margin: 10px;
}
table#footer {
	width: 100%;
	height: 50px;
	background-image: url(/images/footerBg.gif);
}

table#footer td {
	padding: 0px 12px 0px 12px;
	text-align: left;
}	

div.newsWell {
	margin: 10px;
}

div.newsWell a:link, div.newsWell a:visited {
	font-size: 1em;
}

div.newsWell h2 {
	background-color:#333333;
	background-image: url(/images/toolbarBg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 4px;
	font-size: 1.2em;
	}
	
div.newsWell p {
	line-height: 1.2em;
	}
	
div.titleBar {
	background-color: #000000;
	color: #FFFFFF;
	padding: 8px;
	text-align: left;
}

div.titleBar h1 {
	font-size: 1.6em;
	padding: 2px;
	margin: 2px;
	}

div.content h2 {
	font-size: 1.4em;
	}
	
div.contentRight {
	padding: 8px;
	}

.newsSmall {font-size: 0.8em}

div.contentText {
line-height: 1.4em;
}

img.floatLeft {
	float: left;
	margin: 8px 8px 8px 0px;
	}

img.floatRight {
	float: right;
	margin: 8px 0px 8px 8px;
	}
#yellow p {
margin: 0px;
padding: 0px;
}