#content {
	position: absolute;
	visibility: visible;
	width:80%;
	left:155px;
	top:190px;
	z-index:10;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
#content a {text-decoration: none;}
#content a:hover{color: #CC0000;}
#content a.ext{
	color: #000000;
	text-decoration: none;
}
#content a.ext:hover{
	color: #CC0000;
}

h2 {
	font-size: 20px;
	color: #990000;
	text-align: center;
}
h3 {
	font-size: 20px;
	color: #000066;
	text-align: center;
	font-weight: lighter;
}
#heading {
	height: 174px;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	background-image:  url(graphics/bg-snow.GIF);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 14px;
	text-align: justify;
}
#mainmenu a {
	display:block;
	text-align:left;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC9933;
	font-weight: bold;
	padding: 1px 1px 1px 10px;
	line-height: 23px;
	background-image: url(graphics/bg-button.gif);
	background-repeat: repeat-y;
	height: 23px;
	width: 150px;
}
#mainmenu a:hover {
color:#003399;
}
#mainmenu {
	width: 148px;
	position: absolute;
	left: 0px;
	top: 190px;
}
#skititle {
	height: 100px;
	width: 60%;
	position: absolute;
	left: 186px;
	top: 36px;
	z-index: 5;
}
body {
	background-image: url(graphics/bg-content.GIF);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

