


body {
	margin:0px;
	padding:0px;
	vertical-align:bottom;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}
	
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:32px;
	line-height:28px;
	font-weight:800;
	color:#F63;
	}
	
h2 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 32px;
	line-height: 28px;
	letter-spacing: 2mm;
	font-weight: 800;
	color: #f63;
	}	
	
h3 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	color: #96C;
	}
	
p {
	font: normal 15px/20px "Century Gothic", verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

td p {
	font: normal 11px/12px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}	
	
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

table {
	text-align: left;
}

a {
	color: #07a;
	font-size: 12px;
	text-decoration: none;
	font-weight: 600;
	font-family: verdana, arial, helvetica, sans-serif;
	border: 0;
}

a:link {color:#07a;}
a:visited {color:#4a2885;}
a:hover {
	background-color: #DCDCDC;
	}

img
	{border: 0;}	
	
#sublink {
	color:#07a;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}

#menutext {
	color: #003399;
	font-size: 17px;
	text-decoration: none;
	font-weight: 600;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

#submenutext {
	color: #96C;
	font-size: 12px;
	text-decoration: none;
	font-weight: 600;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	
	
#Header {
	margin:50px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eee;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* The "be nice to Opera 5" rule. 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. */
body>#Header {height:14px;}

#Content {
	margin:0px 50px 50px 190px;
	padding:10px;
	}
	
#Content1 {
	position: absolute;
	top: 65px;
	left: 190px;
	width: 40%px;
	padding: 10px;
}

#Content2 {
	position:relative;
	top:10px;
	left:410px;
	width:40%;
	padding:10px;
	overflow:auto;
	font-size: medium;
}


#Menu {
	position:absolute;
	top:84px;
	left:20px;
	width:70px;
	padding:10px;
	background-color:#eee;
	border:2px dashed #999;
	line-height:25px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:130px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:130px;}


#Menu2 {
	position:absolute;
	top:640px;
	left:30px;
	color: #A9A9A9;
	font-size: 65%;
	line-height: 12px; /* Again, the ugly brilliant hack. */
	voice-family: "\";
}\"";
	voice-family:inherit;
	width:130px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu2 {width:130px;}
