@charset "UTF-8";



.glossymenu{
	margin: 0;
	padding: 0;
	width: 170px;
	border: 1px none #9A9A9A;
}

.glossymenu a.menuitem{
	background: black url(glossyback.gif) repeat-x bottom left;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #FFFFFF;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #867966;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	background-color: #EDD8D7;
}


td.active {
	color : #ffffff;
	background-color : #222294;
	text-align : center;
}
td.head {
	color : ffffff;
	background-color : #999999;
	text-align : center;
}
td.inactive {
	color : #ffffff;
	background-color : #1034A3;
	text-align : center;
}

td.shaded  {
Font : normal 11px  Arial, Helvetica, sans-serif;
 background : #F3F3F3;
}
td.sideactive {
	color : #ffffff;
	background-color : #222294;
Font : 15px  Arial, Helvetica, sans-serif;
}
td.sideactive1 {
	color : #ffffff;
	background-color : #222294;
Font : 14px  Arial, Helvetica, sans-serif;
}
td.sideinactive {
	color : #ffffff;
	background-color : #1C369F;
	Font : 12px  Arial, Helvetica, sans-serif;
}
td.sideinactive1 {
	color : #ffffff;
	background-color : #E2E2F2;
Font : 12px  Arial, Helvetica, sans-serif;
}
td.menu {
	background-color : #445599;
}




body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: #D6D6D6;
}

.wrapper{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/container-bg.png);
	background-repeat: repeat-y;
}

.thrColFixHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	
	border: 8px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
} 
.thrColFixHdr #header {
	height: 120px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(images/header_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
} 
.blockimage {
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 480px;
	background-repeat: no-repeat;
	background-image: url(images/blocks/rotate.php);
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.gt_logo {
	float: right;
	margin-top: 8px;
}
#header h1 {
	margin: 0px;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#header img {
	float: left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.sidebar_image {
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
.thrColFixHdr #mainContent {
	border-right-width: 1px;
	border-right-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
} 
#sidebar2 .sidebar_image img {
	border: 2px solid #1D369F;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #C81817;
	text-align: center;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	background-position: top;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.content_image {
	float: right;
	margin-left: 4px;
	margin-bottom: 4px;
	margin-top: 5px;
}
.content_image p {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}
#mainContent h1{
	font-size: 18px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.sidebar_image ul {
	margin: 0px;
	padding: 0px;
}
.sidebar_image ul li {
	line-height: 1.4em;
}
#sidebar2 h3 {
	font-size: 16px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003C8F;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#sidebar2 p a img {
	margin-right: 4px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar2 p a {
	color: #003;
}
#footer p a {
	color: #FFF;
}
#mainContent p a {
	color: #003;
}
#mainContent .subtext {
	font-size: 90%;
}
.thrColFixHdr #container #mainContent table tr .header strong {
	color: #FFF;
}
#header ul {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 22px;
	margin-bottom: 0px;
	padding: 0px;
}
#header ul li {
	display: inline;
	margin-right: 16px;
	margin-left: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header ul li a:link {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#header ul li a:hover {
	color: #FF0;
	text-decoration: none;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #EB5252;
}
#header ul li a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
