﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url('../images/bg100.jpg')  ;
	background-repeat: repeat ;
	background-attachment: scroll;
	margin: 0px auto 0px auto;

}

.search {
	width: 1000px;
	height: 40px;
	background-image: url('../images/bg15.jpg')  ;
	background-repeat: repeat-x ;
	margin-bottom: 5px;   
	 
}
.searchbox {
	width: 290px;
	float: right ;
	margin-top: 16px; 
}
.top {
	width: 430px;
	float: left ;
	margin-top: 18px;
	color: black ;
	
}

.top a {
	text-decoration: none ;
	
}

.top a:hover {
	text-decoration: none ;
	
}

#container {
	width: 1000px;
	height: 600px; 
	margin: 0px auto;
	margin-top: 10px;
}
#masthead {
	text-align: center;
	width: 1000px;
	height: 120px; 
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
.abstractstyle{
    text-align: justify;
    line-height: 1.4;
}
.logo {
	height: 120px;
	width: 120px;
	float: left ;  
}
#navigation {
	position: relative;
	float: left;
	width: 165px;
	height: 500px; 
	margin-bottom: 10px;
	
}

.rightnav {
	position: relative;
	float: right ;
	width: 160px;
	height: 300px; 
	margin-bottom: 10px;
	padding: 10px; 
}

.rightnav2 {
	position: relative;

	width: 160px;
	height: 200px; 
	padding: 10px; 
}

.rightnav2 a {
	text-decoration:none;
	font-family:"Book Antiqua"; font-size: 15px; color: green; font-weight: bold;
	text-align:center;	
}

#content {
	float: left;
	width: 608px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #5EBD9F;
}

/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #327863;
	background-color: #fff;
}
#navigation a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5EBC9F;
}
/* Content Styles */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #327863 ;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: black;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}