<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #252D37 url(images/img1.gif) repeat-x;
	font: normal 15px "Trebuchet MS", Arial, Helvetica, "Segoe UI", sans-serif;
    line-height: 20px;
	color: #C2D8D8;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h6, h7 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

h1 { font-size: 31px; }
h2 { font-size: 26px; }
h3 { font-size: 19px; }
h5 { font-size: 16px; line-height: 31px; color: #CAD7E8; }
h7 { font-size: 15px; line-height: 29px; }

p, ul, ol, blockquote {
	margin-top: 0;
	padding-top: 0;
	text-align: justify;
	line-height: 22px;
}

a {
	color: #95BA2E;
}

a:hover {
	text-decoration: none;
}

t4 {
	color: #0DA3E2;
}

/* Boxed */

.boxed {
	margin: 0 0 20px 0;
	padding: 0 20px 20px 20px;
	background: url(images/img4.gif) repeat-x left bottom;
}

.boxed2 {
	margin: 0 0 20px 0;
	padding: 0 20px 20px 20px;
	background: url(images/img4.gif) repeat-x left bottom;
}

.boxed2 a {
        color: #FFFFFF;
}


/* Post */

.post {
	margin: 0 0 20px 0;
	padding: 10px 20px 30px 20px;
	background: url(images/img4.gif) repeat-x left bottom;
    float: left;
}

.post h4 {
	margin-top: 5px;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
}

.post h4 strong {
	font-weight: bold;
	color: #0DA3E2;
}

.post t4 {
	color: #0DA3E2;
}

.post li {padding-bottom: 10px}

/* Header */

#header {
	width: 90%;
    min-width: 600px;
	height: 140px;
	margin: 0 auto;
}

/* Menu */

#menu {
   min-width: 650px;
   float: left;
}

#menu ul {
	margin: 0;
	padding: 48px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 10px 20px 0 20px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #0C7AC7 url(images/img2.gif) repeat-x;
}

/* Search */

#search {
	float: right;
	padding: 63px 0 0 0;
}

#textfield1 {
	width: 175px;
	background: #FFFFFF;
	border: none;
}

#submit1 {
	height: 19px;
	background: #6F9303;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 90%;
    min-width: 600px;
	margin: 0 auto;
}

#colOne {
	float: left;
    width: 265px;
}

#colTwo {
	float: left;
	width: calc(100% - 300px);
	max-width: 900px;
}

/* ColOne Content */

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colOne li {
	padding: 5px 0 7px 0;
	border-top: 1px solid #3B495A;
}

#colOne li.first {
	border: none;
}

#colOne h3 {
	font-size: 15px;
}
#colOne h4 {
	font-size: 11px;
}


/* ColTwo Content */

#colTwo h4 {
	font-size: 15px;
}


/* Logo */

#logo {
	margin: 0 0 20px 0;
	padding: 0 0 40px 20px;
	background: url(images/img3.gif) repeat-x left bottom;
}

#logo h1 {
	text-transform: uppercase;
}

#logo h2 {
 	font-size: 15px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Welcome */

#welcome {
	padding: 5px 20px 20px 20px;
	background: url(images/img4.gif) repeat-x left bottom;	
}

#welcome h2 {
	margin-bottom: 25px;
}

#welcome h2 strong {
	color: #0DA3E2;
}

#welcome h5 strong {
	color: #0DA3E2;
}

#welcome .image {
	float: left;
	padding: 0 17px 17px 0;
}

#welcome p {
	margin-left: 126px;
}

/* Tresc */

#tresc {
	padding: 5px 20px 20px 20px;
	background: url(images/img4.gif) repeat-x left bottom;	
	color: #FFFFFF;
	font-size: 15px;
	line-height: 29px;
	text-align: left;	
}

#tresc p { margin-top: 10px; }
#tresc ul { padding: 5px; }
#tresc li { padding: 5px; }

#tresc h2 {
	margin-bottom: 25px;
}

#tresc h2 strong {
	color: #0DA3E2;
}

#tresc h5 strong {
	color: #0DA3E2;
}

#tresc h3 strong {
	color: #0DA3E2;
}

#tresc .image {
	float: left;
	padding: 0 17px 0 0;
}

#tresc h4 {
    margin-top: 5px;
	font-size: 15px;
	font-weight: normal;
}

#tresc h4 strong {
	font-weight: bold;
	color: #0DA3E2;
}


/* Footer */

#footer {
	clear: both;
	width: 80%;
	margin: 0 auto;
	background: url(images/img6.gif) repeat-x left top;
}

#footer p {
	margin: 0;
	padding: 30px;
	text-align: center;
}

/*  Table */

table
{
border-collapse: collapse;
width: 100%;
}

th
{
background: #0360A0;
height: 32px;
padding-left: 11px;
padding-right: 11px;
color: #FFFFFF;
text-align: left;
font-size: 15px;
border-left: solid 1px #A8814D;
border-bottom: solid 2px #ffffff;
}

tr
{
height: 30px;
color: #FFFFFF;
}

td
{
padding-left: 11px;
padding-right: 11px;
padding-top: 3px;
padding-bottom: 3px;
border-left: solid 1px #EED9C3;
border-bottom: solid 1px #ffffff;
}

td.fi,th.fi
{
width: 150px;
border-left: 0px;
}

td.la,th.la

{
width: 60px;
text-align: right;
color: #95BA2E;
color: #FFFFFF;
font-weight: bold;
}

td.fi strong {color: #0DA3E2;color: #95BA2E;}</pre></body></html>