html, body {
	height: 100%;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #333333;
	margin: auto;
	text-align:center;
	background-image: url(images/sand.gif);
}

/*FONTS*/

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	font-size: 1.9em;
}

h3 {
	font-size: 1.4em;
}

td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
}

p { 
	margin-top: 0;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}
#footer #designBy a {
	color: #666666;
}

td#linklist {
	padding-left: 15px;
}
td#linklist ul {
	margin: 0px;
	padding-left: 15px;
	text-indent: 0;
}

.current {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

/*DESIGN*/

#mainbox {
	width: 733px;
	background-color: #FFFFFF;
	height: 100%;
	margin: auto;
}

#nonFooter, #footer {
	width: 730px;
	background-color: #FFFFFF;
	margin: auto;
}

#nonFooter {
	position: relative;
	min-height: 100%;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
}

* html #nonFooter {
	height: 100%;
}

#page {
	padding-bottom: 30px; /*same as footer height*/
}
#header {
	background-image: url(images/GLRlogo.jpg);
	height: 130px;
	border-top: 2px solid #333333;
}

#content {
	text-align: left;
	padding: 10px;
}

#content #gray {
	background-color: #DEE4F5;
	text-align:center;
}

#content #gray th {
	background: #DEE4F5 url(images/blueth.jpg) top left repeat-x;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
}

#content #home td{
	text-align: center;
	vertical-align: top;
}

#content #home .cover {
	padding: 0;
}

#content #home td {
	
}

.big {
	font-size: 11pt;
}

#content #home .space {
	line-height: 29px;
}

#right {
	font-size: 12px;
}
#right p {
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#content .border {
	/* For the images needing colored borders on the lectures page */
	border: 4px solid #0082c8;
}

#about {
	text-align: center;
	padding: 0 30px;
}

#menu {
	padding-top: 4px;
	background-color: #000000;
	height: 1.4em;
	background: #FFFFFF url(images/menuhover.jpg) top left repeat-x;
	border-bottom: 1px solid #333333;
}

* html #menu {
	\padding-top: 2px;
	p\adding-top: 4px;
}

#menu a {
	padding: 3px 7px;
	background-color: #0066CC;
	border: 1px solid;
	border-color: #aaa #000 #000 #aaa;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#menu a:hover {
	background: #80C6A6 url(images/menuhover.jpg) top left repeat-x;
	color: #333333;
	position: relative;
	top: 1px;
	left: 1px;
	border-color: #000 #aaa #aaa #000;
}

#footer {
	position: relative;
	height: 30px;
	clear: both;
	padding-top: 3px;
	margin-top: -36px;
	border-top: 1px solid #333333;
	border-left: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-right: 2px solid #333333;
}
#footer #designBy {
	float:right;
	font-style: italic;
	padding-right: 5px;
}
#footer #alignCorrect {
	/* to correct center alignment thrown off by the previous div */
	padding-left: 5px;
	visibility: hidden; 
	float: left;
}
