body {
	background-color: #95b22d;

	font: x-small sans-serif;
	text-align: justify ;
	font-size: 90%;
}

#title {
	position: relative ;
	top: -75px ;
 
	width:800px;
	height:255px ;
	margin:auto;
	padding: 10px ;
	background-image: url("images/title.gif") ;
	background-position: left;
	background-repeat: no-repeat;
}

#content {
	position: relative;
	top: -160px ;
	margin: auto ;
	
	border: solid black 2px;

	width:652px;
	padding: 10px ;
	padding-top: 0px ;
	
	background-color: white;
}

#navigation {
	background-color: #bbd654 ;
	border: 0px solid black ;
	border-bottom-width: 1px ;
	height: 24px ;
	padding-top: 5px ;
	margin-left: 16px ;
	margin-right: 6px ;
}

#navigation em{
	font-size: 110% ;
	font-weight: bold ;
	text-decoration: none;
	margin: 0px 10px ;
}

#navigation a{
	font-size: 110% ;
	margin: 0px 10px ;
}

#copyright {
	position: absolute;
	
	right: 29px ;
	top: 7px ;
	font-size: 90% ;
}

#copyright a{
	font-size: 90% ;
	margin: 0px ;
}

#content .box {
	text-align: center;
	position: relative ;
	border: 1px solid black ;
	background-color: #d5e163 ;
	padding: 10px 0px ;
	margin: 0px 20px ;
}

#content .box img {
	text-align:center;
	margin: 10px ;
}

#content .box .links {
	position: relative;
	width: 100% ;
	height: auto;
	padding: 5px 0px ;

	border: solid black ;
	border-width: 1px 0px ;

	background-color: #bbd654;
}


#content .box div {
	position: absolute;
	width: 9px ;
	height: 9px ;
	padding:0px ;
	margin: 0px ;
	border: none ;
}

#content .box .tl {
	top: -1px ;
	left: -1px ;
	background-image: url("images/box_tl.gif") ;
}

#content .box .tr {
	top: -1px ;
	right: -1px ;
	background-image: url("images/box_tr.gif") ;
}

#content .box .bl {
	bottom: -1px ;
	left: -1px ;
	background-image: url("images/box_bl.gif") ;
}

#content .box .br {
	bottom: -1px ;
	right: -1px ;
	background-image: url("images/box_br.gif") ;
}

.spaced {
	font-size: 120% ;
	margin-left: 15px ;
}




#content_tl {
	position: absolute;
	top: -2px ;
	left: -2px ;
	width: 28px ;
	height: 32px ;
	background-image: url("images/content_tl.gif") ;
}

#content_tr {
	position: absolute;
	top: -2px ;
	right: -2px ;
	width: 28px ;
	height: 32px ;
	background-image: url("images/content_tr.gif") ;
}

#content_bl {
	position: absolute ;
	bottom: -2px ;
	left: -2px ;
	width: 19px ;
	height: 19px ;
	background-image: url("images/content_bl.gif") ;
}

#content_br {
	position: absolute ;
	bottom: -2px ;
	right: -2px ;
	width: 19px ;
	height: 19px ;
	background-image: url("images/content_br.gif") ;
}


p {
	margin: .4em 1em .5em 1em;
	line-height: 1.5em;
}

form {
	margin: .4em 1em .5em 1em;
}

#txtResults {
	margin-top: 10px ;
	padding: 10px ;
	width: 595px ;
	height: 200px ;
	overflow: auto;
	border: 1px solid #a5acb2 ;


}

p.main {
margin-left: 0px ;
}

p.subtext {
	font-size: 90%;
	margin-left: 0em ;
	line-height: 1.5em;
	font-style: italic ;
	text-align: right ;
}

div.note {
	font-style: italic ;
	color: rgb(100,100,100) ;
	font-size: 75% ;
	margin-left: 2em ;
}

hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}

h1, h2, h3{
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	margin-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid black;
	margin-bottom: 0.5em ;
}

h1 { font-size: 170%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }

h4 {
	font-size: 120%;
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
	margin-bottom: 0.5em ;
}

ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	margin-left: 2em ;
	padding: 0;
	list-style-image: url(bullet.gif);
}

li {
	margin: .4em 1em .5em 1em;
}

a {
   cursor: pointer ;
	text-decoration: none;
	color: #5d751c;
	background: none;
}



a.small {
	font-size: 80%;
}


a:visited {
	color: #5d751c;
}
a:active {
	color: #faa700;
}
a:hover {
	text-decoration: underline;
}

.imageContainer {
	position: relative ;
	margin: auto ;

	width: auto ;
	border: 1px solid black ;
	background-color: #d5e163 ;
	padding: 5px ;
	
	text-align: center;
}

.imageContainer img {
	border: 1px solid black ;
}

.imageContainer p {
	margin: 0px ;
	margin-top: 0.5em ;
}

.imageContainer  em {
	font-style: italic; ;
	font-weight: normal ;
}


.imageContainer .tl {
	top: -1px ;
	left: -1px ;
	background-image: url("images/box_tl.gif") ;
}

.imageContainer .tr {
	top: -1px ;
	right: -1px ;
	background-image: url("images/box_tr.gif") ;
}

.imageContainer .bl {
	bottom: -1px ;
	left: -1px ;
	background-image: url("images/box_bl.gif") ;
}

.imageContainer .br {
	bottom: -1px ;
	right: -1px ;
	background-image: url("images/box_br.gif") ;
}

img {
	border: none;
	vertical-align: middle;
}

div.contacts {
   border: 1px solid rgb(15,50,100);
   padding: 3px !important;
   background-color: rgb(195,220,245) ;
   font-size: 80%;
}

.abstract {
	position: relative ;
    border: 1px solid black;
	padding: 3px !important;
	background-color: #d5e163 ;
	font-size: 100%;
	margin-left: 1em ;
	margin-right: 1em ;
}

.abstract p {
  margin-left: .5em ;
}

.abstract div {
	position: absolute;
	width: 9px ;
	height: 9px ;
	padding:0px ;
	margin: 0px ;
	border: none ;
}

.abstract .tl {
	top: -1px ;
	left: -1px ;
	background-image: url("images/box_tl.gif") ;
}

.abstract .tr {
	top: -1px ;
	right: -1px ;
	background-image: url("images/box_tr.gif") ;
}

.abstract .bl {
	bottom: -1px ;
	left: -1px ;
	background-image: url("images/box_bl.gif") ;
}

.abstract .br {
	bottom: -1px ;
	right: -1px ;
	background-image: url("images/box_br.gif") ;
}

em {
font-style: normal ;
font-weight: bold ;
}






