@charset "utf-8";
body  {
	background: #000000;
	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: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a:link {
	color: #56bb64;
}
a:hover {
	color: #FFFFFF;
}
a:visited {
	color: #56bb64;
}

.gemT2 #container {
	width: 684px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/leftColumn_BG.jpg);
	background-repeat: repeat-y;
	background-position: 18px;
} 
.gemT2 #header {

}
.gemT2 #menu {
	color:#873921;
	background-image: url(images/secondary_menu.jpg);
	height: 45px;
	text-align: center;
	padding-top: 38px;
	font-size: 10pt;
	font-weight: bold;
}

#menu a:link{
	color:#BE4A26;
	text-decoration: none;
}
#menu a:visited{
	color:#BE4A26;
	text-decoration: none;
}
#menu a:hover {
	color:#CC0000;
	text-decoration: none;
}

#menu a.CURRENT:link {
	color:#BE4A26;
	text-decoration: underline;
}
#menu a.CURRENT:visited {
	color:#BE4A26;
	text-decoration: underline;
}
#menu a.CURRENT:hover {
	color:#CC0000;
	text-decoration: underline;
}

.gemT2 #sidebar1 {
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: 18px;
	color: #000000;
}

.gemT2 #sidebar1 p {
	color: #000000;
	background-image: url(images/button_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-top: 8px;
	padding-bottom: 4px;
	width: 153px;
	padding-left: 15px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	height: 18px;
}

#sidebar1 a:link {
	color:#FFF900;
	font-weight:bold;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
#sidebar1 a:visited {
	color:#FFF900;
	font-weight:bold;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
#sidebar1 a:hover {
	color:#FFFFFF;
	font-weight:bold;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
}

.gemT2 #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 195px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
.gemT2 #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fd5958;
	padding-top: 0px;
	padding-bottom: 25px;
	background-color: #000000;
	margin: 0px;
}

.smallTitle {
	font-weight:bold;
	color:#91c5f5;
}

.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;
}
.gemT2 #container #mainContent img {
}
.gemT2 #container #mainContent img {
	margin-left: 15px;
}
