<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}



body {
	margin: 0;
	padding: 0;
	color: #D1D2D4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background-color: #252525;
	background-repeat: repeat;
	font-weight: normal;
	background-image: url(sitepics/bg2.jpg);
	background-position: center top;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #333333;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 22px;
	line-height: 22px;
}




/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 983px;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #D6D6D6;
}

/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	background-color: #0C0C0C;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-top-color: #303267;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 216px;
	width: 983px;
}

h3 {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.TXTsm {
	color: #252525;
	line-height: 22px;
}
.TXTsmCOL1 {
	color: #252525;
	width: 265px;
}


.content {
	width: 850px;
	float: none;
	margin-right: 65px;
	margin-left: 75px;
	padding: 0px;
	margin-bottom: 25px;
}
.container .content h1 .TXTsm {
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.container .content table tr .TXTsmCOL2 {
	color: #252525;
	width: 200px;
}
.container .content table tr .TXTsmDATE {
	color: #252525;
	vertical-align: top;
}
.container .content table tr td {
	font-size: 12px;
	color: #252525;
}
.HDRtxtBIO {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #506D37;
	font-weight: bold;
}




.contentPORT {
	width: 850px;
	float: none;
	margin-right: 0px;
	margin-left: 70px;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}
h2 {
	line-height: 20px;
	font-weight: normal;
	font-size: 14px;
	color: #252525;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


.imgl,.imgr{
	border:1px solid #121013;
	padding:1px;
	margin: 1px;
}.imgl{
	float:left;
	clear:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 0;
}
.imgr{
	float:right;
	clear:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 15px;
}


/* ~~ The footer ~~ */
footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size: 11px;
	color: #E8E8E8;
	text-align: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: center bottom;
	background-color: #252525;
	height: 20px;
}


.container footer h3 a {
	color: #D6D6D6;
	text-decoration: none;
}
.container footer h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #D6D6D6;
}
p {
	line-height: 19px;
	font-size: 13px;
	color: #252525;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
.TXTbig {
	font-size: 18px;
	color: #1B5070;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.container nav {
	background-color: #0C0C0C;
	background-repeat: no-repeat;
	text-align: right;
	padding: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0C0C0C;
	margin: 0px;
}
#wrap {
	width:853px;
	margin:0 auto;
}
#left_col {
	float:left;
	width:400px;
}
#right_col {
	float:right;
	width:425px;
}

.column {
	width:30%;
	height:100px;
	float:left;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
}

.column2 {
	width:17%;
	height:100px;
	float:right;
	margin:0 60px;
}
.container .content p a {
	font-size: 13px;
	color: #0099FF;
	text-decoration: none;
	text-transform: uppercase;
}
.container .contentPORT h1 {
	padding-left: 0px;
	text-align: right;
	font-size: 13px;
	text-transform: uppercase;
	color: #F00;
	font-weight: bold;
	padding-right: 100px;
}
.container .content ul li {
	color: #252525;
}
.container .content table tr td {
	line-height: 18px;
}
.container .content h1 em {
	font-size: 12px;
	line-height: 20px;
}
.container .content blockquote h1 {
	line-height: 25px;
}
.container header a .imgCNTR {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
</pre></body></html>