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

body {
	margin:0;
	color:#232323;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding: 0;
	margin-top:0px;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	line-height:1.4;
}

/* Headings */

h1, h2, h3, h4, h5, h6, form, img {
	margin:5; padding:0;
	font-family: verdana;
}

H1	{font-size:14pt; size:14pt; font-weight: normal; line-height:1.5;}
H2	{font-size:13pt; size:13pt; font-weight: normal; line-height:1.5;}
H3	{font-size:12pt; size:12pt; font-weight: normal; line-height:1;}
H4	{font-size:11pt; size:11pt; font-weight: normal; line-height:1;}
H5	{font-size:10pt; size:10pt; line-height:1;}
H6	{font-size:9pt; size:9pt; line-height:1;}

div, p, td, ul, li, form, label, input, textarea, span {
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
} 

img {	border:0;	}

.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #2b62aa;
}

/*--------------------------------------container elements--------------------*/
div.container
{
width:100%;
margin:0px;
}
div.left
{
float:left;
width:100px;
margin:0;
padding:1em;
}
div.content
{
margin-left:110px;
width:900px;
padding:1em;
}

.imgright
{
    display: inline;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0px;    
}

.imgleft
{
    display: inline;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 10px;
}


.imgcenter /* it is hardcoded so that  margin-left = (page width-image width/2) */
{
    display: inline;
    float: none;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 320px;
}

/*------------------------------------------------topheader--------------------*/

.top_strip
{
    width: 100%;
    height: 120px;
    background-color: #ffffff;
}



/*------------------------------------------------body_area--------------------*/
.body_area 
{
    position: relative;
    left: 0px;
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #232323;
	text-decoration: none;
	float: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.body_textarea 
{
    width:900px;
    background:url(../images/tepixBkg.png) center center no-repeat;	
}

.pagetitle 
{
    font-size:13pt; 
    size:13pt; 
    font-weight:bold; 
    line-height:1.5;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    }

.maintext
{
    display: block;    
    padding: 5px;
    text-align: justify;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.readmore {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/readmore.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: right;
	height: 18px;
	width: 120px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.readmore:hover {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/readmore1.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: right;
	height: 18px;
	width: 120px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*------------------------------------------------footer--------------------*/
#footer_strip
{
    width: 100%;
    height: 90px;
    background-color: #99CCFF;
    margin-top: 30px;
    margin-bottom: 0;
}

#footer
{
    display: block;
    float: none;
	width: 900px;
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #224194;
	text-decoration:none;
	text-align: center;
	margin-right: auto;   
    margin-left: auto;
    padding-top: 5px;
}

.footerImg 
{
    vertical-align: middle;
    margin-right: 20px;
    margin-left: 20px;
}

/*------------------------------------------------footer end--------------------*/


/* ----------------------------------------------------------------------- */
/* FORMS */
.form-container input[type="submit"]{
	display:table-cell;
	background: url("../images/submitGR.gif") no-repeat center center;
	/*background-color: #2f20ef;*/
	color: #ffffff;
	width:140px;
	height:35px;
	font-size:15pt;
	padding:0px;
	margin:0px;
	text-decoration: none;
	text-align:center;
    vertical-align: middle;	
	border:none;
    cursor:pointer;
}

.form-container input[type="text"] {
	border: 1px solid #c7cecd;
	background: #dff0ef;
	width: 350px;
	height:25px;
	color:#263d47;
	font-size:11pt;	
}
.form-container textarea {
	border: 1px solid #c7cecd;
	background: #dff0ef;
	width: 350px;
	height:100px;
	color:#263d47;
	font-size:11pt;	
}
.form-container input[type="password"] {
	border: 1px solid #c7cecd;
	background: #dff0ef;
	width: 350px;
	height:25px;
	color:#263d47;
	font-size:11pt;
}
.form-container select {
	border: 1px solid #c7cecd;
	background: #dff0ef;
	width: 350px;
	height:25px;
	color:#263d47;
	font-size:11pt;	
}

div.form-container label.error,div.form-container span.error{
	color:#990011;
	font-size:12px;
	margin-left:10px;
}
div.form-container input.error{
	background-color:#990011;
	border-color:#9900ee;
}

/* ----------------------------------------------------------------------- */
/* News Items LIST */
.newslist 
{
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid black;
    padding-bottom: 10px;
}

.newslist span.photo img
{
    width: 100px;
}
.newslist span.photo
{
    display: inline-block;
    margin-right: 10px;
    float: left;
    width: 100px;
}
.newslist span.date
{
    display:block;
    float: left;
    padding: 2px;
    width: 100px;
}
.newslist span.title
{
    display:block;
    margin-left: 110px;
    padding: 2px;
}
.newslist span.link
{
    margin-left: 0px;
    margin-bottom: 30px;
}
.newslist span.more
{
    display: inline-block;
    margin-right: 20px;
    float: right;
}

/* Single News Item */
.newsitem
{
    margin-bottom: 20px;
    width: 900;
    border: 1px solid black;
    padding: 5px;
}
.newsitem span.date 
{
    color: Black;
    font-weight: bold;
}
.newsitem span.title
{
    color: Blue;
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 0px;
}
.newsitem span.photo img
{
    width: 250px;
}
.newsitem span.photo
{
    display: inline-block;
    margin-right: 10px;
    float: left;    
}
.newsitem span.text
{
    margin-left: 0px;
    margin-bottom: 50px;
}
.newsitem span.back
{
    display: block;
    margin-top: 25px;
    margin-right: 10px;
    float: right;
}

span.highlight
{
    color: Red;
}

span.filesTitle
{
    display: inline-block;
    text-decoration: underline;
    font-weight: normal;
	font-size: 11pt;
    margin-top: 10px;
    margin-bottom: 5px;
}

span.more
{
    display: block;
    margin-right: 20px;
    float: right;
}

span.moreHome
{
    display: block;
    margin-top: 5px;
    margin-right: 50px;
    margin-bottom: 20px;
    float: right;
    font-size: 12pt;
    vertical-align: bottom;
}

/* Home News Style */
.homelist
{
    margin-top: 8px;
    margin-bottom: 8px;
    width:100%;
}

.homelist span.date 
{
    display: inline-block;
    width: 90px;
    color: Black;
    font-weight: bold;
    margin-right: 10px;
    text-align: right;
    vertical-align: top;
}
.homelist span.title
{    
    display: inline-block;
    width: 550px;
    color: Blue;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
}

.homelist-Highlight
{       
    background-color: #ffff80;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
    width:100%;
    border:1px solid gray;
    line-height:150%;
}

.homelist-Highlight span.date 
{
    display: inline-block;
    width: 90px;
    color: Black;
    font-weight: bold;
    margin-right: 10px;
    text-align: right;
    vertical-align: top;
}
.homelist-Highlight span.title
{    
    display: inline-block;
    width: 550px;
    color: Blue;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
}


/* Show folder Images */
div.photo img
  {
	border: 3px solid #eeb9ff;
	width: 100px;
  }
div.photo a:hover img
  {
	border: 3px solid #9900ff;
  }

div.thumbPic
	{
	margin-left:0px;
	}
div.thumbPic img
	{	
	margin-left:5px; margin-right:0px; margin-bottom:5px;
	border: 1px solid #ffffff;
	width: 100px;
	height: 100px;
	}	 
div.thumbPic a:hover img
	{
	border: 1px solid #000080;
	}
	
div.mainPic
	{
	width: 250px;
	float: left;
	}		
div.mainPic img
	{
	width: 250px;
	}	</pre></body></html>