<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* My first designs using CSS*/
/* Now extended for JWGal integration
1:56 11.mar06*/

body {
margin: 0 auto;
padding: 0;
font: 76% Arial, Helvetica, sans-serif;
background: url(theme/fade_bg2.jpg) top left repeat-x;
width:100%;
}


#mainbox {
background:#ffffff url(theme/content2a.jpg) repeat-y top left;
background-position: 0 280px;
color: #303030;
margin: 36px auto 0 auto; /*JW Centered and dropped 36 pixels*/
width: 890px;
position: relative;
}


#header {
background: url(theme/header2a.jpg) no-repeat;
width: 890px;
height: 280px;
margin: 0 0 8px 0;
border: 0;
}

#topmenu {
clear: left;
float: left;
width: 150px;
height: 84px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
background: #f4f4f4 url(theme/topmenu.gif) top left no-repeat;
}

#menu {
clear: left;
float: left;
width: 150px;
margin: 0 0 0 0;
padding: 0 0 0 0;
font-size: 0.9em;
position: absolute;
top: 288;
left: 0;
}

#menu ul {	
list-style: none;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.1em;
}	

#menu li {
margin-bottom: 4px;
margin-left: 25px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #74A8F5;
display: block;
padding: 5px 0 0 8px;
background: #ffffff;
border-left: 5px solid #74A8F5;
}	
	
#menu li a:hover {
background: #74A8F5;
color: #ffffff;
border-left: 5px solid #74A8F5;
}

.leftnews {
margin: 1px 0 1px 25px;
padding: 10px;
width: 105px;
color: #505050;
background-color: #F7F9F7;
line-height: 1.3em;
}

.rightnews {
float: right;
width: 64px;
background-color: #F7F9F7;
margin: 0 25px 10px 0;
padding: 5px;
font-size: 0.9em;
line-height: 1.5em;
position: absolute;
top: 288px;
right: 0;

}

.rightnews2 {
float: right;
width: 64px;
background-color: #F7F9F7;
margin: 0 25px 10px 0;
padding: 5px;
font-size: 0.9em;
line-height: 1.5em;
position: absolute;
bottom: 160px;
right: 0;

}

#rightnews p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0 105px 20px 155px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
clear: both;
padding-top: 25px;
position: relative;
}

#content img {
	padding: 0;
	display:inline;
	/*border: thin none #CCCCCC;
	background-color: #FFFFFF;*/
}

.greenbox {
background-color: #F7F9F7;
border: 1px solid #94BD53;
color: inherit;
padding: 5px;
margin: 0;
}

.bluebox {
background-color: #EDF3FE;
border: 1px solid #74A8F5;
color: inherit;
padding: 5px;
margin: 0;
width: 225px;
height: 160px;
display: block;

}

.splitright {
/*background-color: #ffffff;*/
/*width: 49%;*/
float: right;
margin: 0px 5px 0px 0px;
/*overflow: hidden;*/
}


.splitleft {
/*background-color: #ffffff;*/
/*width: 49%;*/
float: left;
margin: 0px 0px 0px 5px;
/*overflow: hidden;*/
}


h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
position: relative;
}

a {
text-decoration: none;
color: #74A8F5;
}

a:hover {
text-decoration: underline;
color: #86C32A;
}

a img {
border: 0;
}



#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 3px solid #74A8F5;
width: 760px;
text-align: center;
color: #86C32A;
font-size: 0.9em;
}

#footer a {
color: #86C32A;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #74A8F5;
}

#footer2 {
background: #ffffff url(theme/footer.jpg) top left;
width: 890px;
height: 100px;
}


.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.9em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.style3 {color: #666666}
.style4 {color: #999999}
.style5 {color: #FF9933}
.style6 {color: #86C32A}
.style7 {color: #74A8F5}

/*jwgal specific*/
.JWGSidebarLink 	{color: #666666}
.JWGPageName 		{color: #FF9933}
.JWGPageDescription	{color: #000}
.JWGPages	a	{color: #86C32A;
			 text-decoration: none;}
.JWGPages	a:hover	{text-decoration: underline;
			 color: #74A8F5;
			}
.JWGImageThumbnail{}
.JWGImageTitle{font-weight: bold}
.JWGImageSizeLabel{	display: none;
			font-weight: bold; 			
}
.JWGImageSize{}
.JWGImageDescLabel{
			font-weight: bold;
}
.JWGImageDesc{} 

.JWGImageSet{}
/*End JWGal specific*/


.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:url(theme/MEDshadow.gif) right bottom no-repeat;
  }
.wrap2 {
  background:url(theme/MEDcorner_bl.gif) -12px 100% no-repeat;
  }
.wrap3 {
  padding:0 16px 12px 0;
  background:url(theme/MEDcorner_tr.gif) 100% -12px no-repeat;
  }

.wrap3 img { 
display:block;
border:1px solid #fff;
border-color:#efefef #ccc #ccc #efefef;
}

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/*.clearfix {display: inline-table;}*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
</pre></body></html>