﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background1.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}

tr:nth-child(even) {
	   background-color:white;
}

#container {
	width: 700px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 680px;
	padding: 10px;
	border: 1px dotted #993300;
	background-image: url("../images/masthead1.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	border-right-color: #993300;
}

#lab_nav {
	position: relative;
	float: left;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
    border-right: 1px dotted #725972;
	border-right-color: #993300;
}
#lab_nav ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#lab_nav li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #CC9900;
}
#lab_nav a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #FFFF66;
}


#lab_nav a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
 

#content {
	float: left;
	width: 520px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 700px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #FFFFFF;
}
#masthead h3 {
	color: #FFFFFF;
}
/* 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: 1px dotted #dfb8df;
	background-color: #CC3300;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #CC3300;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #000000;
}
#content h5 {
          margin: 10px;
}

#contact {
	width: 50%;
	float: left;
	border-right: 5px;
	border-right-color:maroon
}

#content img {
	padding: 5px;
	border: 0px solid #000000;
}
/* Footer Styles */
#footer p {
	color: #808080;
}

figure {
		float: right;
		padding: 10px;
	}

#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_indent {
	padding-left: 40px ;
}
.style_objindent {
	padding-left: 10px
}
.style_underline {
	text-decoration:underline;
}
.style_highlite {
	  color: red;
}
.style_no_margin {
	margin: 1px;
}
.style_prob {
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
 }
 table a:hover{
	color: #FF0000;
}
.style_table_indent {
             text-align: left;
             font-weight: normal;
             padding-left: 10px;
                  }