body {
	font-family: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #9a8c7e;
	margin: 0;
	padding: 0;
	background: #dbeff1;
}
html {
	border: 0;
}

/*------------------------------- Tags ---------------------------------*/

form  {
	margin: 0;
}
img {
	border: 0;
}
input, select, textarea {
	font: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
}
h1 {
	color: #87d6d2;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 37px;
	margin: 0 0 18px;
	padding: 0;
	text-transform: uppercase;
}
h2 {
	color: #87d6d2;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}
h3 {
	color: #87d6d2;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}
hr {
	height: 1px;
	border-top: 1px solid #dedede;
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #dedede;
	border-left: 0px solid #dedede;
	margin: 20px 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #8b8b73;
	font-weight: normal;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #c4c4c4;
	font-weight: normal;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #919191;
}
fieldset {
	padding: 10px;
}
.mandatory {
	color: #e7006a;
}
sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
}

/*------------------------------- Floats ---------------------------------*/

.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear: both;
	height: 0px;
	padding: 0;
	margin: 0;
	display: block;
	line-height: 0;
	white-space: nowrap;
}

/*------------------------------- Layout ---------------------------------*/

#container {
	width: 878px;
	margin: auto;
	padding: 0 11px;
	background: url(images/bgdContainer.jpg) repeat-y top center;
}
#header {
	width: 878px;
	height: 233px;
}
#header img {
	display: block;
}
#contentWrapper {
	width: 818px;
	padding: 25px 30px 40px;
}
#columnLeft {
	width: 165px;
	float: left;
	margin-right: 23px;
}
p.submenu {
	font-size: 9px;
	text-transform: uppercase;
}
p.search {
	font-size: 9px;
	text-transform: uppercase;
	vertical-align: middle;
}
p.search input {
	width: 103px;
	height: 14px;
	border: 1px solid #a6988b;
	margin-right: 8px;
	vertical-align: middle;
}
p.sponsors {
	text-transform: uppercase;
}
#columnLeft ul {
	margin: 15px 0;
	padding: 0;
}
#columnLeft li {
	height: 17px;
	background: url(images/bgdColumnLeftLi.jpg) repeat-x bottom left;
	display: block;
	font-size: 13px;
	list-style-type: none;
	padding: 3px 0;
	text-transform: uppercase;
}
#columnLeft li.title {
	height: 23px;
	color: #8b8b73;
	font-size: 19px;
}
#content {
	width: 442px;
	float: left;
	margin-right: 23px;
}
#content .back {
	text-align: right;
}
#content .banner {
	display: block;
	margin-bottom: 20px;
}
p.feature {
	color: #8b8b73;
	font-size: 18px;
	letter-spacing: -1px;
	margin: 0;
	padding: 0 0 4px;
}
p.feature span {
	color: #87d6d2;
	text-transform: uppercase;
}
#columnRight {
	width: 165px;
	float: left;
}
#columnRight img {
	display: block;
	margin-bottom: 20px;
}
#news a {
	color: #87d6d2;
	font-weight: bold;
	text-decoration: underline;
}
#news a:hover {
	color: #87d6d2;
	font-weight: bold;
	text-decoration: none;
}
#news h2 {
	height: 25px;
	color: #8b8b73;
	background: url(images/bgdColumnLeftLi.jpg) repeat-x bottom left;
	display: block;
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
}
#footer {
	width: 804px;
	height: 195px;
	background: url(images/bgdFooter.jpg) no-repeat;
	color: #fff;
	font-size: 10px;
	margin: auto;
	padding: 7px 48px 0;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.sponsor {
	margin-bottom: 10px;
}
.picture {
	width:100px;
	height:130px;
	text-align:center;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
/*------------------------------- Portfolio ---------------------------------*/

.portfolioBorder img {
	display: block; 
	width: 273px;
	height: 175px;
	padding: 0;
} 
a.portfolioBorder {
	display: block; 
	width: 273px;
	height: 175px;
	margin: 0;
	margin-bottom: 10px;
	border: 1px solid #d7d7d7;
} 
a.portfolioBorder:hover {
	border: 1px solid #999;
}
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(images/imgLoading.gif) no-repeat center;
}
#lbImage {
	border: 10px solid #fff;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(images/imgPrev.gif) no-repeat 0% 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(images/imgNext.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-size: 0.75em;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/imgClose.gif) no-repeat center;
	margin: 5px 0;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
/* Styles by CS */
.ResultsTable
{
    border-collapse: collapse;
    text-align:left;
}

.ResultsTable th
{
    border: Solid 1px #8b8b73;
    background-color:#8b8b73;
    color:White;
    text-align:left;
}

.ResultsTable td
{
    border: Solid 1px gray;
    background-color:White;
    text-align:left;
    
}


.btnback,
.btnback:active,
.btnback:link,
.btnback:hover,
.btnback:visited
{
	text-transform: uppercase;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 9px;
	padding-left: 10px;
	background-image: url('images/btnBack.gif');
	background-position: top left;
	background-repeat: no-repeat;
}