body {
	BACKGROUND: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 16pt;
}
.imagepad {
	float: left;
	padding-right: 15px;
}
.image_right {
	float: right;
	padding-left: 15px;
	clear: both;
}
/* ----	link at bottom of pages to go back to top ---*/
.toplink {
	display: none;
}
/* ----	TOP NAV DROP-DOWN MENU STYLES ---*/
#topnav {
	display: none;
}

/* ----	HEADER STYLES
#header {
	padding: 10px 10px 0px 5px;
}
#header h1 {
	font-size: 12pt;
	font-weight: bold;
}
#header a:link, a:visited {
	COLOR: darkred; TEXT-DECORATION: none;
}
 ---*/
#header {
display: none;
}
/* ----	CONTENT WRAPPER STYLES ---*/

#content {
	WIDTH: auto !important; 
	float: none !important; 
 	color: black;
	background: white;
}
/* ----	This code make the urls of the links appear in parens after the link text...do we want it?
#content A:LINK:AFTER, #content A:VISITED:AFTER {
	content: " (" attr(href) ") ";
	font-size: 9pt;
}
#content a[href^="/"]:after {
	content: " (http://dev.frcog.org" attr(href) ") ";
}---*/
/* ----	MAIN CONTENT STYLES ---*/
.main_content {
  margin: 0 !important;
  padding: 0 !important;
}
.main_content p {
	font-size: 12pt;
	line-height: 16pt;	
	color: black;
}
.main_content ul {
  list-style: circle;
	font-size: 12pt;
	color: black;
}
.main_content ol, dl {
	font-size: 12pt;
	color: black;
}
.main_content dt {
	font-weight: bold;
}

.main_content a:link, a:visited {
	color: darkred;
	text-decoration: underline;
}
/* ----	LEFT NAV STYLES ---*/
#main_nav {
	display: none;
}

/* ----	FOOTER STYLES ---*/
#footer {
	clear:both;
	padding: 10px;
	z-index: 1;
}
#footer p {
	font-size: 10pt;
	line-height: 12pt;
	color: black;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: black;
}
#footer a:link {
	color: darkred;
	text-decoration: underline;
}
#footer A:LINK:AFTER, A:VISITED:AFTER {
	content: " (" attr(href) ") "; font-size: 10pt;
}

/* ----	STYLES FOR DEPT-PAGES MENU ---*/
#dept_menu {
	border-width: thin;
	border-color: gray;
	padding: 2%;
	color: black;
	float: right;
	width: 25%;
	height: 100%;
	clear: right;
}
#dept_menu ul ol {
	font-size: 10pt;
	list-style-type: none;
	padding-left: 0px;
  margin-left: 0px;
}
#dept_menu h5 {
	font-size: 100%;
}

#dept_menu a:link, a:visited {
	COLOR: darkred; TEXT-DECORATION: underline
}
/* ----	STYLES FOR GEE CALENDAR ---*/

.gCalLstRow           {}
.gCalLstCol           {}
.gCalLstMonthHdrRow   { background-color: #507929; color: white; }
.gCalLstMonthHdrCol   { background-color: #993300; color: #FFFFFF; vertical-align: middle; height:25px; }
.gCalLstDayHdrRow     { background-color: #507929 }
.gCalLstDayHdrCol     { background-color: #507929; color: #FFFFFF; border: 1px #897940; }
.gCalLstMonthNav      { background-color: #993300;; color: white; }
.gCalLstDayCell       { background-color: white; color: #000000; border: 1px solid #897940; height: 25px; text-align: left; }
.gCalLstEmptyCell     { background-color: #EEEEEE; border: 1px solid #897940; height: 25px; }
.gCalLstMonth         { color: #FFFFFF; font-weight: bold; }
.gCalLstSelCalTypeCol { vertical-align: middle; padding:4px; }
.gCalLstDay           { font-size: x-small; font-weight: bold; border-color: #FFFFFF; text-align:left; }
.gCalLstTime          { font-weight: bold; }
.gCalLstTitle         { font-size: x-small; color: #336600; text-decoration:underline;  }
.gCalLstDescription   {}
.gCalLstSpacer        { font-size: 2px; }

.gCalDetDate          { color: #993300; font-weight: bold; }
.gCalDetTime          {}
.gCalDetTitle         { color: #993300; font-weight: bold; }
.gCalDetDescription   { font-style:italic; height:10px; padding-top:10px; padding-bottom:10px; }
.gCalDetDetails       {}
.gCalDetImage         {}
.gCalDetDoc           {}
