html, body
{
	background-color: white;
	color: black;		/* Old Website font color #33CCFF; */
	font: normal 90%/1.8em 'Tahoma' , Verdana, Arial, sans-serif;
	margin: 0;
	height: 100%;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	color: black;
}
h2 {
	font-size: 1.6em;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	color: black;
	}
h3 {
	font-size: 1.2em;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	text-decoration: 'underline';
	color: Red;
}
p {
	/* font-size: 1.1em; */
	line-height: 1.8em;
	margin: 1.1em 0em 1.1em 0em;
	text-align: left;
	color: black;
}
ul {
    font-size: 1.0em;
}

a:link, a:visited {
	font-weight: bold;
  	color: black;
}
a:hover {
	color: red;
}
a:active {
	color: purple;
}
title {
  	color: #000098;						/* TSG Blue */
}

#map {
	text-align: center;
	height: 75%;   
	width: 100%; 
}	

#header {
	text-align: center;
	height: 100px;
	padding: 0 10px 0 10px;
	color: black;
	background-color: #fdea12;
	background: url(images/bg_1.gif) repeat top left;
	/* border-bottom: 2px solid aqua;	*/

}
#header h1 {
	padding: 10px 0 0 0;
	margin: 0 0 0 200px;
	color: black;
	outline-color: red invert;
	margin-left: 200px;
}

#logo {
	background-color: #fdea12;
	background: url(images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	border: 0;
	float: left;
}

#content {
	/* margin-left: 210px;  */
	text-align: center;
	padding: 0 20px 1.8em 20px;
	background-color: white;			/* Light Blue */
}
.code {
	color: orange;
	background-color: #fdea12;
    font: 0.9em/1.4em 'Tahoma' , Verdana, Arial, sans-serif;
    float: right;
    /* border: solid 1px #a83930; */
    border: #000098;					/* TSG Blue */
    padding: 10px;
}
.code a:link, #breadcrumbs a:visited,
.code a:hover, #breadcrumbs a:active {
	color: red; /* #a83930; */
}
#breadcrumbs {
	color: #33CCFF;
	background-color: #000000;
	padding: 10px;
	float: right;
	clear: left;
	margin-bottom: 1.8em;
}
#breadcrumbs a:link, #breadcrumbs a:visited,
#breadcrumbs a:hover, #breadcrumbs a:active {
	color: #33CCFF;
}

#sidebar {
	float:left;
	padding: 0 10px 10px 10px;
	background-color: black;
	background-repeat: repeat-y;
	background-position: top left;
/*	border-top: 2px solid #000098;		*/
/*	border-bottom: 1px solid aqua;		*/
	width: 160px;  /* ds */
}
html>body #sidebar {
	width: 160px;
}

#sidebar h3 {
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #000098;	/* TSG blue */
  color: #0090FF;						/* TSG PaperMan Blue */
}
#nav {
}

#nav li {
	display: inline; /* for IE5 and IE6 */
	color: Red
}
#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#nav a:link, #nav a:visited {
	display: block;
	/* width: 99.99%; /* for IE5 */
	width: 80%; /* for IE5 */
	color: Red;
	text-decoration: none;
	padding: 0.25em 0.5em 0.25em 0.5em;
	font-weight: bold;
}
#nav a:hover {
	text-decoration: none;
	color: red;
	background-color: red;
}
.dynamicMenu {
    background-color: white;
    /* border-color: #33CCFF;
    border-style: solid;
    /* border-width: .5px; */
}

.dynamicMenuItem {
    background-color: white;
    text-align: left;
    text-indent: 10px;
    padding-right: 7px;
	border-top: 1px solid black;
    border-style: solid;
    border-width: 1px; 
}

.login {
	color: #a83930;
	background-color: #fdea12;
	padding: 10px;
	margin-top: 10px;
	font: normal 1.1em/1.1em verdana, arial, helvetica, sans-serif;
}

.login td {
	color:#a83930;
	background-color: #fdea12;
	font: bold 0.8em/0.8em verdana, arial, helvetica, sans-serif;
}

.login td.title {
	color: #a83930;
	font: bold 1.0em/1.0em verdana, arial, helvetica, sans-serif;
	text-align: center;
	padding-bottom: 10px;
}

.loggedinout {
    color: #a83930;
    background-color: #fdea12;
    padding: 10px;
    font: 0.9em/1.4em verdana, arial, helvetica, sans-serif;
}
.title {
    color: #a83930;
    font: bold 1.0em/1.0em verdana, arial, helvetica, sans-serif;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: #a83930 thin solid;
    margin-bottom: 5px;
}

#footer {
	/* width: 80%; */
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	/*padding: 0 20px 1.8em 10px; */
	/* border-top: 2px solid black; */
	clear: both;
}
#footer p {
	font: normal 0.8em/0.9em verdana, arial, helvetica, sans-serif;
	color: black;
}
#footer p.left 
{
	margin-left: 10px;
	float: left;
	clear: left;
}
#footer p.right {
	float: right;
	clear: right;
}
.spacer {
	clear: both;
}
dd, dt {
	font-size: 0.95em;
}
#mainTitle {
	font-size: 2.0em;
	font-weight: bold;
	visibility: hidden;
}
.pageTitle {
	font-size: 1.5em;
	font-weight: bold;
}
.itemTitle {
	border-bottom: 1px solid #a83930;
	font-size: 1.5em;
}
.itemContent {
	padding-bottom: 1.8em;
}
.box {
    border: solid 1px #a83930;
}
.boxFloat {
    /* border: solid 1px #a83930; */
    float: left;
}
.boxFloatRight {
    border: solid 1px #a83930;
    float: right;
}
.floatRight {
    /* border: solid 1px #a83930; */
    float: right;
}

.newsItem {
	padding-top: 1.0em;
	border-bottom: 1px solid #a83930;
    }
.newsTitle {
	font-size: 110%;
    /*
	float: left;
    */
}
.newsDate {
    font: normal 0.9em/0.9em 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	float: right;
	/* clear: right; */
	color: #666666;
}
.newsContent {
	text-align: left;
}
.rowSelected {
    background-color: #FEF268;
}

input.buttonLink
{
    text-decoration: underline;
    border: 0px;
    background-color: Transparent;
}

.grid {
    margin-bottom: 10px;
}
.grid TR TD {
    padding: 1px 5px 1px 5px;
}

.details, .details TR, .details TD{
    border-style: none;
    border-width: 0;
    padding-left: 20px;
}
.detailsHeader 
{
    background-color: #FEF268;
    border: solid 1px green;
}