body {
	background-color: #7572F2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
h1 {
	color: #000066;
	font-size: 24px;
	font-style: italic;
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	height: 70px;
	margin-top: 20px;
	background-position: 0px 0px;
	line-height: 70px;
	padding-left: 20px;
	font-weight: bold;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}
.cookies {
	color: #FFFF00;
	text-decoration: none;
}

#container {
	position: relative;
	width: 942px;
	margin: 50px auto;
	padding: 0px;
	background-color: #AFAECB;
	background-image: url(../images/bck.png);
	background-repeat: repeat-x;
}
#container #masthead {
	background-image: url(../images/masthead.png);
	background-repeat: no-repeat;
	height: 34px;
	background-color: #000000;
}
#container #masthead #mst {
	text-align: right;
	padding-right: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
}
#container #logo {
	background-color: #8D8BE2;
}


#container #navbar {
	height: 36px;
	padding-top: 0px;
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat;
	background-color: #8D8BE2;
}
#container #navbar #navlinks {
	width: 942px;
	margin-right: auto;
	margin-left: auto;
}
#container #navbar #navlinks a {
	display: block;
	width: 122px;
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 36px;
	background-image: url(../images/navstop.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: italic;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 2px;
}
#container #navbar #navlinks a:hover {
	color: #FFFFFF;
	background-image: url(../images/navbarbk.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #navbar #navlinks .select {
	background-image: url(../images/navselect.png);
	background-repeat: no-repeat;
}
#container #navbar #navlinks .select:hover {
	background-image: url(../images/navselect.png);
	background-repeat: no-repeat;
}

#container #navbar #navlinks #facebook {
	display: block;
	float: left;
	height: 38px;
	padding-top: 6px;
	color: #FFFF00;
	padding-left: 30px;
	width: 167px;
	}
#container #bodycont #main {
	float: left;
	width: 670px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#container #bodycont #main p {
	font-style: normal;
	line-height: normal;
}
#container #bodycont #main #packoffers img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#container #bodycont #sectionlinks {
	float: right;
	width: 240px;
	padding-right: 7px;
	padding-bottom: 7px;
}
#container #bodycont #sectionlinks a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	margin-right: 1px;
	background-image: url(../images/sectbk.png);
	background-repeat: repeat-y;
}

#container #bodycont #sectionlinks a:hover{
	display: block;
	color: #CCFF00;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	background-image: url(../images/sectbk.png);
	background-repeat: repeat;
	background-color: #7572F2;
}
#logindat  input {
	background:transparent;
	border: 1px solid #000009;
	padding: 2px;
	color: #AABF55;
}
#logindat {
	text-align: center;
	background-color: #7572F2;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	height: 260px;
	width: 240px;
}
#container #bodycont #sectionlinks #logindat #logtop {
	height: 90px;
}
#container #bodycont #sectionlinks #logindat #loguser {
	height: 45px;
	padding-left: 75px;
}
#container #bodycont #sectionlinks #logindat #logpass {
	height: 40px;
	padding-left: 75px;
}
#container #bodycont #sectionlinks #logindat #login {
	float: left;
	padding-left: 13px;
}
#logindat #username {
	width: 100px;
	background:transparent;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	font-weight: bold;
}
#logindat #username:focus {
	color:#CCFF00;
	background-position:0 100%;
	outline:none;
}
#logindat #password {
	width: 100px;
	background:transparent;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	font-weight: bold;
}
#logindat #password:focus {
	color:#CCFF00;
	background-position:0 100%;
	outline:none;
}
#logindat #logbutton {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
#logindat #logbutton:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
#container #foot {
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #121212;
	font-weight: bold;
}
#container #foot a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
#container #foot a:hover {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}

