body {
	margin:0px;
	padding:0px;
	font-family:arial, helvetica, sans-serif;
	font-size: 12pt;
	color:#333;
	background-color:white;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	color:#6c757a;
	}
p {
	font:11px/20px arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#Content>p {margin:0px;}

a {
	color:#7AA6A0;
	font-size:11px;
	text-decoration:none;
	font-weight:800;
	font-family:arial, helvetica, sans-serif;
	}
a:link {color:#4C625D;}
a:visited {color:#4C625D;}
a:hover {color:#AB9789;}

#Header {
	clear: both;
	margin:50px 50px 10px;
	padding:17px 0px 0px 20px;
	height:43px;
	background-image: url(i/line.gif);
	z-index: 4;
	voice-family:inherit;
	height:14px;
	background-color: C5EDE4;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */


#Header-right{
	position:absolute;
	float: right;
	margin-right: 0px;
	top:50px;
	right:50px;
	width:263px;
	height:43px;
	z-index: 3;
	}

#top-image{
	position:absolute;
	top:10px;
	left:10px;
	width:150px;
	height:203px;
	z-index: 1;
	}	
	

body>#Header {height:14px;}

#Content {
	margin:0px 50px 10px 250px;
	padding:10px;
	}

#Menu {
	position:absolute;
	top:95px;
	left:115px;
	width:140px;
	padding:0px;
	background-color:#fff;
	line-height:17px;
	z-index: 2;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:140px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

#menulink {
	display: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	}
	
#menulink2 {
	display: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	}
	
#menulink3 {
	display: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	}
	
#menulink4 {
	display: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	}
	
#menulink5 {
	display: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	}
		
li	{
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#footer {
	clear: both;
	margin:0px 50px 10px;
	padding:0px;
	height:14px;
	z-index: 4;
	voice-family:inherit;
	height:14px;
	}
 
 #navcontainer { margin-left: 30px; }

 #navcontainer ul
 {
 margin: 0;
 padding: 0;
 list-style-type: none;
 font-family: verdana, arial, Helvetica, sans-serif;
 }

 #navcontainer li { margin: 0 0 1px 0; }

 #navcontainer a
 {
 display: block;
 padding: 3px 5px;
 width: 110px;
 color: #7AA6A0;
 background-color: #ffffff;
 text-decoration: none;
 }

 #navcontainer a:hover
 {
 color: #7AA6A0;
 background-color: #c5ede4;
 text-decoration: none;
 }

 #navcontainer ul ul li { margin: 0 0 1px 0; }

 #navcontainer ul ul a
 {
 display: block;
 padding: 3px 3px 3px 15px;
 width: 103px;
 color: #7AA6A0;
 background-color: #e2fbf5;
 text-decoration: none;
 }

 #navcontainer ul ul a:hover
 {
 color: #7AA6A0;
 background-color: #f3fcfa;
 text-decoration: none;
 }
 

