@charset "utf-8";
/* CSS Document */

#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:35px;
	z-index:1;
	background-repeat: repeat;
	background-image: url(../images/gradient1.jpg);
}
#uppernavlinks {
	background-repeat: repeat;
	height: 25px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	background-image: url(../images/gradient1.jpg);
}
.class1 A:link {
	font-size: small;
	font-weight:bold;
	color: #ffffff;
}
.class1 A:visited {
	font-size: small;
	font-weight:bold;
	color: #ffffff;
}

.class1 A:active {
	font-size: small;
	font-weight:bold;
	color: #ffffff;
}

.class1 A:hover {
	font-size: small;
	font-weight:bold;
	color: #000000;
}
.class3 A:link {
	font-size: 10px;
	font-weight:bold;
	color: #0000FF;
}
.class3 A:visited {
	font-size: 10px;
	font-weight:bold;
	color: #0000FF;
}
.class3 A:active {
	font-size: 10px;
	font-weight:bold;
	color: #0000FF;
}
.class3 A:hover {
	font-size: 10px;
	font-weight:bold;
	color: #000000;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	padding-top: 25px;
}
body {
	background-image: url(../images/bckimage.jpg);
	background-color: #CCCCCC;
}
#header {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#body {
	background-color: #FFFFFF;
	height: auto;
	width: 800px;
}
#leftside {
	float: left;
	height: auto;
	width: 200px;
	padding-left: 5px;

}
#leftside  a {
	display: block;
	width: 168px;
	padding: 1px 0.5em 1px 0.5em;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: underline;
}
 #leftside  a:hover {
	display: block;
	width: 168px;
	background-color: #B3BEC4;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0.05em;
	padding-bottom: 1px;
	padding-left: 0.5em;
}

#content {
	float: right;
	height: auto;
	width: 580px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	height: 70px;
	width: 800px;
	background-image: url(../images/footergradient..jpg);
	padding-top: 5px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-size: xx-large;
	color: #000000;
}
h2 {
	font-size: x-large;
	color: #000000;
}
h3 {
	font-size: large;
	color: #000000;
}
h4 {
	font-size: medium;
	color: #000000;
}
h5 {
	font-size: small;
	color: #000000;
}
h6 {
	font-size: x-small;
	color: #000000;
}
a:link {
	color: #0033FF;
	font-size: small;
}
a:visited {
	color: #0000FF;
	font-size: small;
}
a:hover {
	color: #0000FF;
	font-size: small;
}
a:active {
	color: #0000FF;
	font-size: small;
}
