/* CSS Document */


body{
	margin: 0px;
	padding: 0px;
	
	color: #494949;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/2bg.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 150%;
	font-weight="bold"

}
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	

}
#content {
	width: 837px;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #FFFFFF;
	

}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #2d4b5f;
	margin-left: 0px;
	margin-right: 33px;
	letter-spacing: 1px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #2d4b5f;
	margin-left: 0px;
	margin-right: 33px;
	letter-spacing: 1px;
}

p {
	font-family: "Times New Roman", Times, serif;
	margin-left: 0px;
	margin-right: 33px;
	
}

p.small{
	font-size: 9px;
	line-height: 10px;
	color: #c0c0c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2d4b5f;
	text-decoration: none;
}
a:hover {
	color: #8c8c8c;
}

a.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2d4b5f;
	line-height: inherit;
	text-decoration: none;
	
}
a.menu:hover {
	color: #8c8c8c;
}

p a {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #2d4b5f;
	text-decoration: none;
	font-weight: bold;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	top: 20;
	display: none;
	width: 150px;
		
	}


	
ul li a {
	display: block;
	text-decoration: none;
	background: #fff; /* IE6 Bug */
	padding: 8px;
	border: 1px solid #fff; /* IE6 Bug */
	}
