body {
	background-image: url(../images/);
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	margin : 0px;
	padding:0px;
	text-align: center;
}

A:link {
	color: #080019;
	text-decoration: none;
}
A:visited {
	color: #080000;
	text-decoration: none;
}
A:hover {
	color: #080099;
	text-decoration: none;
}
A:active {
	color: #080033;
	text-decoration: none;
}

h1 {
	font-family: Helvetica, Arial;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-family: Helvetica, Arial;
	font-size: 14px;
}

#container {
	margin:0 auto;
	padding:0;
	top: 10px;
	position:relative;
	text-align: left;
	width: 850px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/sidebarsliver.jpg);
	background-repeat: repeat-y;

}
#maincontent {
	position: relative;
	top: 100px;
	left: 80px;
	width: 725px;
	text-align: left;
	height: 83%;
	background-color: transparent;
	vertical-align: top;
	z-index: 2;
}

#maincontent p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

.content {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	vertical-align: top;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	width: 725px;
}

#logo {
	z-index: 2;
	position: absolute;
	top: 0px;
	padding: 0;
	width: 200px;
}

#back1 {
	float: right;
}

#back2 {
	z-index: 2;
	position: absolute;
	top: 0px;
	margin-top: 0px;
	left: 669px;
	width: 181px;
}

#footer {
	z-index: 2;
	background-color: transparent;
	text-align: center;
	vertical-align: top;
}

#bottombar {
	z-index: 2;
	position: relative;
	/* left: -12px; */
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	width: 725px;
}

#menu {
	background-image: url(../images/topbarsliver.jpg);
	width: 519px;
	height: 15px;
	position: absolute;
	left: 150px;
	top: 76px;
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: white;
	background-color: blue;
	link: white;
	vertical-align: top;
	text-align: center;
	z-index: 2;
}

#menu A:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu A:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu A:hover {
	color: #CCCCFF;
	text-decoration: none;
}
#menu A:active {
	color: #CCCCFF;
	text-decoration: none;
}

#header {
	background-image: url(../images/topbarsliver.jpg);
	z-index: 2;
	position: absolute;
	left: 150px;
	padding: 0px;
	top: 0px;
	width: 519px;
	height: 23px;
	vertical-align: top;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	color: white;
	background-color: blue;
}
