body, td, th {
	font-family: Lucida Sans Unicode, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 1px;
}
body {
	margin:0px; background-image: url('../assets/layout/background.jpg');
	background-repeat: repeat-x
}
#head {
	position:relative;
	top:0px;
	width:800px;
	height:178px;
	z-index:3;
	margin-left: auto;
	margin-right: auto;
}
#navbar1 {
	position:absolute;
	left:41px;
	top:120px;
	width:750px;
	height:50px;
	z-index:4;
	background-repeat: no-repeat;
	background-position:  right bottom;
	background-image: url('../assets/layout/nav_line.png');
	}
	

#navbar1 ul {margin: 0; padding: 0; List-style: none;}
#navbar1 a {display: block; width: 20em;}
#navbar1 li {float: right; width: 20em;}
#navbar1 li ul {display: none;}
#navbar1 li:hover ul {display: block; width: 20em; position: absolute}
#navbar1 li ul li {text-align: left;}
#navbar1 li 			{	
						background:#BCCED3;
						text-align:left;
						padding-left:4px}

#navbar1 li:hover {	border-left:.1em solid #4C7D8A;
					padding-left:2px}

#navbar1 li:hover ul{
					background:#BCCED3;
					border-bottom:.1em solid #4C7D8A;
					border-left:.15em solid #4C7D8A;
					margin-left:-.25em;
					}

#navbar1 li ul li:hover ul {display: block; width: 20em; position: absolute}

#navbar1 li ul li ul li {text-align: left;}

#navbar1 li ul li:hover ul{
					background:#BCCED3;
					border-bottom:.1em solid #4C7D8A;
					border-left:.15em solid #4C7D8A;
					margin-left:-.25em;
					}

div.content {clear: left;}

#related_topics {
	background-color: #E8ECE6;
}
#content {
	position:relative;
	top:-80px;
	width:800px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url('../assets/layout/content_corner.png');
	background-repeat: no-repeat
}
#foot {
	position:relative;
	top:-90px;
	width:800px;
	height:100px;
	z-index:6;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-image: url('../assets/layout/foot_corner.png');
	
}
.foot_nav {font-size: 10px}
a:link {
	color: #0074b6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00a382;
}
a:hover {
	text-decoration: none;
	color: #7c00ff;
}
a:active {
	text-decoration: none;
	color: #666666;
}
						
