@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-width:300px;
}
a:link {
color:#E3EEE4
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4BC62;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #E4BC62;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
p
{
	color: #656C6F;
	margin: 10px;
	padding: 0px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.3em;
	text-align: left;
}

#nav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.1em;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	color: #666666;
	font-weight: bold;
}
h1
{
color: #656C6F;
margin: 10px;
padding: 0px;
font-size: 2em;
}

h2
{
	color: #656C6F;
	margin: 10px;
	padding: 0px;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.6em;
	text-align: left;
}
h3
{
	color: #84A7A2;
	margin: 10px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-style: normal;
}
h4
{
	color: #656C6F;
	margin: 10px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#container { 
	width: 100%;  /* this will create a container % of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
min-width:300px;
background-image: url(../images2/logo.jpg); 
background-repeat:no-repeat;
height: 135px;
border-bottom: 1px solid #000000;
	
} 
#top_img
{
width: 100%;
min-width:300px;
background-image: url(../images2/topright.jpg);
background-repeat: no-repeat;
background-position: top right;
height: 82px;
}



#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#right {
float:right;
width:20%;
border: 1px solid #000;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
margin-right:10%;
display: inline;
padding:10px;
background-image: url(/images2/boxbgnd.gif);
}

.menu {
	
	width:26%;
	border: 1px solid #000;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:10%;
	display: inline;
	padding:10px;
	position: absolute;
}

#content {
	margin-top:10px;
	margin-right:40%;
	margin-left:10px;
	margin-bottom:10px;
	padding:10px;
	border: 1px solid #000;
	background-image: url(/images2/boxbgnd.gif);
	background-repeat: repeat-y;
	
	
}

.frame {
border:2px solid #000;
width:250px;


}
.smallframe {
border:2px solid #000;
width:150px;


}


#footer {
	clear:both;
	min-width:300px;
	padding: 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e3eee3;
	text-align: center;
} 

#horiz_menu
{
width: 100%;
min-width: 300px;

}

li
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding-bottom: 10px;
	
}

ul#navigation
{
margin-left:0;
padding-left:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
list-style-type:none;
background:#13A858;
float:left;
width:100%;
min-width:300px;
}

ul#navigation li
{
display:inline;

}

ul#navigation a
{
display: block;
float: left;
padding: .2em 1em;
color: #fff;
background: #84A7A2;
border-right: 1px solid #fff;

}

ul#right
{
float:left;
	margin-left:10;
	padding-left:0;
	width:80%;
	border: 0px solid #000;
	
}

ul#right li
{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	border: 0 0 0 0;
}

ul#right a
{

text-decoration: none;
color: #fff;


}

#clear {
clear:both;
}
table
{
margin-left:15;
}

div.research
{
	border: 1px solid #fff;
	background-color: #FFE594;
	margin-bottom: 5px;
}
