body {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	background-color: #E6CAA7;
	text-align: center;
}
table.layout {
	background-color: #FFFFFF;
	text-align: center;
	margin-left: 10%;
}
table.page_header {
	width: 100%;
	border: 4px outset;
	margin-bottom: 25px;
}
table.category {
	border: 4px outset;
}
td {
	vertical-align: top;
}
table.menu {
}
td.menu {
	width: 1px;
}
td.link {
	height: 30px;
	width: 140px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid;
	background-color: #C7924F;
	background-image: url(/images/white_accent.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
td.link_selected {
	height: 30px;
	width: 140px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid;
	background-color: #E31D23;
	background-image: url(/images/black_accent.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
td.link_tall {
	height: 45px;
	width: 140px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid;
	background-color: #C7924F;
	background-repeat: no-repeat;
	background-position: center center;
}
td.link_tall_selected {
	height: 45px;
	width: 140px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid;
	background-color: #E31D23;
	background-repeat: no-repeat;
	background-position: center center;
}
td.link_taller {
	height: 60px;
	width: 140px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid;
	background-color: #C7924F;
	background-repeat: no-repeat;
	background-position: center center;
}
td.link_taller_selected {
	height: 60px;
	width: 140px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid;
	background-color: #E31D23;
	background-repeat: no-repeat;
	background-position: center center;
}a.menu {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
	white-space: nowrap;
}
.logo_lg {
	background-image: url(/images/Gab_logofinal_LIGHTer.gif);
	background-repeat: repeat-y;
	padding-left: 24px;
	background-position: top center;
}
.no_logo_lg {
	padding-left: 24px;
}
p {
	text-indent: .5in;
}
p.footer {
	color: #808080;
	background-repeat: repeat-y;
	text-align: center;
}
td.page_header {
	font-size: large;
	font-weight: bold;
}
.major {
	font-size: medium;
	color: 0000FF;
}

/* ----- New CSS -----*/
#container {
	width: 800px; 
	background: #FFFFFF;
	margin: 5px auto 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #DDDDDD; 
	padding: 0px;
	margin: 0 0 10px 0;
}
#mainContent {
	margin: 10px 0;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: 300px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#e9e7e4;
	margin: 0px;
}

/* ---- Menu CSS ----*/
#menuContainer {
	height:170px;
	width:800px;
	background-color:#e9e7e4;
	position:relative;
	padding:0;
	margin:0 auto;
	background-image:url(../images/bannerBgrd.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	text-align:left
}
#menuContainer .gabLogo {
	position:absolute;
	left:0;
	top:0;
	padding:0;
	margin:0;
	z-index:2000;
	border:none
}
#upperMenu {
	list-style-type: none;
	margin: 5px 20px;
	padding: 0px;
	position:absolute;
	right: 0px;
	top: 50px;
	width: 335px
}
#upperMenu li a {
	font-weight: bold;
	padding: 0px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}
#upperMenu li a:hover, #upperMenu li a:active {
	color: #e31d23;
}
#upperMenu li {
	text-decoration: none;
	display: block;
	margin: 0px 7px;
	padding: 1px;
	float: left;
}
