html { height: 100%; margin-bottom: 1px; }

body {
	font-family: arial, sans-serif;
	background: white url('http://tsg.tamu.edu/graphics/top-gradient.jpg') repeat-x top;
	min-width:900px;
	font-size:13px;
/*	overflow: -moz-scrollbars-vertical; */
}


a {
	text-decoration:none;
	color: #00126E;
	font-weight:bold;
}

h1 {
	padding:0;
	margin:0;
	margin-top:9px;
}
/* ****************** */
/* Main Layout Blocks */
/* ****************** */

#wrapper {
	margin: 0 auto;
	width: 900px;
	background-color: #09509f;
}

#contentarea {
	float:left;
	width:750px;
	background-color: white;
}

#maincontent {
	padding-left:10px;
	padding-right:10px;
}

#maincontent p {
       margin-left: 10px;
}
#maincontent p,li {
       line-height: 1.5em;
}

#sectionheader {
	padding-left:10px;
	padding-right:10px;
}

#header {
	height:105px;
	width:100%;
	background: white url('http://tsg.tamu.edu/graphics/header.jpg');
/*	border-bottom: 3px solid #333; */
}

#sidebar {
	padding-top:15px;
	width:150px;
	float:right;
	background-color: #09509f;
	padding-bottom:15px;
	font-size:14px;
}

#footer {
	clear:both;
	height:40px;
	background-color: #09509f;
	border-top: 0px solid #333;
	text-align:center;
}

#footer p{
	padding-top: 7px;
	color: white;
	font-size: 11px;
       line-height: 1.2em;
}

.subtle {
	color: #CCC;
}

#footer a{
	color:white;
	font-weight:bold;
}

#sidebar ul{
	padding: 0;
	margin:0;
	list-style:none;
	border-top: 1px solid #555;
}

#sidebar li{
	background: #CCC;
	border-left: 1px solid #555;
	border-bottom: 1px solid #888;
	border-right: 1px solid #555;
	margin: 0;
	padding-bottom: 3px;
	padding-top: 3px;
       padding-left: 10px;
       text-indent: -10px;
       line-height: 1.2em;
}

#sidebar li.current{
	background: #EA7202;
}
#sidebar li.current a{
	color: #FFF;
}

#sidebar li#last{
	border-bottom: 1px solid #555;
}

#sidebar a{
	color: #666;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}

#sidebar a:hover {
	color: #333;
	}

.posting {
	padding:0;
	padding-left: 15px;
	padding-bottom:15px;
	margin:0;
	margin-top:15px;
}
.posting li{
	width:100%;
	padding-bottom:5px;
}
.posted {color:#CCC;}

.lastup{font-size:10px;}
.chairs{
}
.advisory{
}
.member {
	padding:5px;
	float:left;
	width:260px;
	margin-right:20px;
	height:160px;
	margin-bottom:20px;
}
.memberinfo{
/*	margin-left:20px;
	margin-bottom:20px; */
	border:1px solid #666;
	height:140px;
	padding:5px;
}
.name {
	padding:5px;
	border: 1px solid #666;
	border-bottom: 0px;
	background-color: #6E0000;
	color:white;
	font-weight:bold;
	width:180px;
}

