@charset "utf-8";
/* CSS Document */

/* ********************** */
/* General HTML Tag Rules */
/* ********************** */

body {
	background-color:#000;
	background-attachment:fixed;
	background-position:top;

}

h1 {
	text-align:left;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 34px;
	text-transform: uppercase;
	font-style: normal;
	font-variant: normal;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	color: #345C90;
}

h2 {
	text-align:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: none;
	color: #036;
	font-style: normal;
	font-variant: normal;
	float: none;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 35px;
}

h3 {
	text-align:justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 35px;
	padding-bottom: 2px;
	padding-left: 35px;
	color: #000;
}

h4 {
	text-align:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 35px;
	padding-bottom: 2px;
	padding-left: 35px;
	color: #333;
}

h5 {
	text-align:left;
}

h6 {

}

p {
	font-size:18px;
	

}

a {

}

a:hover {
	
}

hr {

}

/* ****************************** */
/*  General Template Class Rules  */
/* ****************************** */

.wrapOverall {
	width:1077px;
	margin:auto;
	text-align: center;

}
.header {
	background-image:url(Images/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:337px;
	width:1077px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}
.content {
	background-image:url(Images/Content.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:40px;
	width:1077px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
		
}
.wrapLinks {
	height:40px;
	margin:0px 0px 0px 152px;
	border:none;
	
}
.wrapBuckets {
	background-image:url(Images/wrapbucket.jpg);
	background-repeat:no-repeat;
	height:400px;

}
.bucket {
	background-color:#CCCCCC;
	height:400px;
	width:768px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	overflow: scroll;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 152px;
}
.ender {
	background-image:url(Images/ender.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0px 0px 0px 0px;
	height:99px;
	width:1077px;
	
}

/* ************************** */
/*  General Navigation Rules  */
/* ************************** */

.wrapLinks li {
	text-decoration: none;
	border:none;
}
.wrapLinks ul li {
	text-decoration: none;
	border:none;	
}
.wrapLinks ul li a {
	text-decoration: none;
	border:none;
}
.wrapLinks ul li a:hover {
	text-decoration: none;
	border:none;
}
