body {
        background: url(/images/page_bg.gif);
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 10px !important;
    }
    
html, body {
	margin: 0;
	padding: 0;
}

img { border: 0; }


#wrapper {
	background: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	border: 6px solid #fff;
	width: 780px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

#slide {
	margin-left: -8px;
}

#inner {
	background: url(/images/nav4.gif) repeat-y;
	text-align: left;
	
}


#topnav {
        width: 780px;
	height:35px;
	background: url(/images/nav.gif) repeat-x;
	}
	
#topnav ul li a {
	font-size: 15px;
	color: white;
	text-decoration: none;
}

#links {
	float: left;
	width: 176px;
	background: #227293;
	margin: 0;
}

#links dt {
	border-top: 2px solid #659db4;
	border-bottom: 2px solid #659db4;
	margin-top: 20px;
	color: #fff;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
}

#links dd {
	background: #227293;
	padding: 5px;
	margin: 0;
}

#links dd a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#links dd.blurb {
	font-weight: normal;
	color: black;
	background: #EFF8FC;
	border-bottom: 2px solid #659db4;
}


#body {
	float: right;
	padding:0 0 8px 12px;
	width: 592px;	
}

#footer {
	position: relative;
	padding: 8px 0 8px 0;
	text-align: left;
	background-color: #b7b7b7;
}
	
#footer, #footer a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	z-index: 3;
}
#footer-left {
	position:absolute;
	top:8px;
	left:8px;
	width:250px;
	z-index: 3;
}


#footer-right {
	width:250px;
	text-align:right;
	position:absolute;
	top:8px;
	left:490px;
	z-index: 3;
}


#galogo {
	position:absolute;
	left:745px;
	top:-25px;
	z-index: 3;
}


/* *** NAVIGATION MENU *** */
#topnav, #nav a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#nav {
	list-style: none;
	padding: 0;
	margin: 0 0 0 60px;
}

#nav a {
	font-weight: bold;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	padding: 5px;
}

#nav li li a:hover {
	background-color: #2c4c73;
}

#nav li, #nav li ul li {
	float: left;
	position: relative;
	z-index: 10;
	padding: 0 55px 3px 0;
	text-align: left;
	line-height: 2.7em;
	cursor: default;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	padding: 0;
	margin: 0 0 0 -7px;
	background-color: #227293;
	border-left: 2px solid #2c4c73;
	border-right: 2px solid #2c4c73;
	border-bottom: 2px solid #2c4c73;
	font-weight: normal;
}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li ul li {
	display: block;
	float: none;
	border: 0;
	width: 200px;
	padding: 0;
	line-height: 2em;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}

#newsevents, #recentclasses {
	width:280px;
	margin-left:5px;
	margin-right:5px;
	color: #000;
}

#newsevents li {
	padding-bottom: 15px !important;
}

#newsevents li, #recentclasses li {
	padding-bottom: 5px;
	list-style: none;
}

#newsevents ul, #recentclasses ul {
	padding-left: 0;
}


/* *** APPLICATION STYLES *** */
th, td {
	font-size: 12px;
}
th {
  background-color: #E6E1C1;
}
label {
  font-weight: bold;
}
form dt {
  padding: 4px 0 2px 0;
  margin: 0;
}
form dd {
  padding: 0 0 4px 0;
  margin: 0;
}
.small-font {
  font-size: 8pt;
}
.light-note {
  color: #AAAAAA;
}
.highlight-note {
  color: rgb(204,51,51);
}
span.error {
  margin-left: 5px;
  color: red;
}
div.error {
  border: 1px solid red;
  background-color: white;
  padding: 5px;
  color: red;
}
div.notice {
  margin: 5px;
  border: 1px solid red;
  background-color: white;
  padding: 5px;
  color: red;
}
.notice-td {
  background-color:#f1f0d3;
}
.calendar-search {
  margin: 0;
  padding: 0;
}
.calendar-search td {
  padding-right: 20px;
}
.calendar-search td form{
  margin: 0;
  padding: 0;
}
.calendar-list {
  margin-top: 3px;
}
.calendar-list li {
  padding-top: 3px;
  padding-bottom: 3px;
}
.calendar-noneoffered {
  color: #325389;
}
.gpstc-print-logo {
  display: none;
}
.clear-float {
  clear: both;
}
.form-or-field, .form-or {
  border-left: 4px solid #777777;
  padding-left: 10px;
}
.form-or {
  color: #777777;
}
.transcript {
  width: auto;
  font: 9pt Arial, Helvetica, sans-serif
}

