*
{
	margin:0px;
	border:0px;
	padding:0px;
	font-family:Verdana, Helvetica, sans-serif;
}

html, body {height:101%;}

p {padding:10px 0px;}

ol, ul {margin-left:20px;}
li {padding:5px 0px;}

th, td {vertical-align:top;}

img {vertical-align:bottom;}

h1 {padding:20px 0px; font-size:20px; font-weight:normal;}
h2 {padding:10px 0px; font-size:17px;}
h3 {padding:5px 0px; font-size:14px;}
h4 {padding:5px 0px 0px; font-size:12px;}

a:link{text-decoration:none;}
a:visited{text-decoration:none; color:blue;}
a:hover{text-decoration:underline;}
a:active{text-decoration:underline;}

.smallFont {font-size:10px;}
.alignCenter {text-align:center;}
.alignRight {text-align:right;}
.emph {font-weight:bold;}
.ital {font-style:italic;}
.gray {color:#777777;}
.grayback {background-color:#efefef;}
.linkMode {cursor:pointer;}
.noBackground {background:none;}
.resetSpaces {margin:0px; border:0px; padding:0px;} /*for tags that may have inherited these properties or had them altered*/
.clearBoth {clear:both;}
.floatLeft {padding:10px 20px 10px 0px; float:left;}
.floatRight {padding:10px 0px 10px 20px; float:right;}
.themeImg {padding-top:20px; width:250px;}
.textColumn {width:220px;}

#wrapper
{
	margin:0px auto;
	width:755px;
	position:relative;
	overflow:hidden;
}

#banner
{
	width:755px;
	height:102px;
	background-image:url("../images/banner_bg.jpg");
	background-repeat:no-repeat;
}

/*menubar properties are in menubar.css*/

#content
{
	padding:0px 0px 50px 6px;
	width:749px;
	position:relative;
	overflow:hidden;
	background-image:url("../images/content_bg.gif");
	background-repeat:repeat-y;
	font-size:13px;
}

#contentNoBg
{
	padding:0px 0px 50px 6px;
	width:749px;
	position:relative;
	overflow:hidden;
	font-size:13px;
}

#contentOneCol
{
	padding:0px 0px 50px 6px;
	width:750px;
	position:relative;
	overflow:hidden;
	font-size:13px;
}

#contentData
{
	width:514px;
	float:left;
}

#blueColumn
{
	padding:65px 10px 50px 10px;
	width:195px;
	float:right;
	color:#efefef;
}

#blueColumnDrop
{
	padding:155px 10px 50px 10px;
	width:195px;
	float:right;
	color:#efefef;
}

#blueColumn a, #blueColumnDrop a {color:#efefef;}

/*tables across specific pages*/
#peopletable{background-color:#efefef;}
#peopletableNew{background-color:#efefef;}
#whitepeopletable{background-color:#fff;}
#whitepeopletable2{background-color:#fff;}
#foundationTable{}
#newsTable{}
#peopletable th, #peopletable td, #foundationTable th, #foundationTable td {padding:5px 10px 15px 10px; text-align:justify;}
#peopletableNew th, #peopletableNew td {padding:5px 10px 15px 10px; text-align:justify;}
#whitepeopletable th, #whitepeopletable td {padding:5px 10px 15px 10px;}
#whitepeopletable2 th, #whitepeopletable2 td {padding:0px 10px 15px 10px;}
#newsTable th, #newsTable td {height:40px;}
/*end tables*/

#footer
{
	border-top:solid 1px #cccccc;
	padding:10px 0px;
	width:755px;
	font-size:10px;
	color:#777777;
}
#footer a {font-size:10px;}
#footer img {vertical-align:bottom;}
