@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(Images/gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
/* CONTAINER PROPERTIES */
#containerBlackBar {
	width: 916px;
	height: 10px;
	background: #000000;
    margin: 0 auto 0 auto;
}
#containerLargeLinks {
	width: 896px;
	height: 50px;
	background: #FFFFFF;
	margin: 0 auto 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 5px 10px 5px 10px;
	background-image: url(Images/logo.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#container {
	width: 896px;
	background: #FFFFFF;
    margin: 0 auto 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 5px 10px 5px 10px;
}
#containerflash {
	width: 896px;
	background: #FFFFFF;
    margin: 0 auto 0 auto;
	padding: 5px 10px 5px 10px;
}
#container2 {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px 0 10px;
	background-image: url(Images/subliminal1.png);
	background-position: center;
	background-repeat: no-repeat;
}
#container2b {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px 0 10px;
	background-image: url(Images/subliminal2.png);
	background-position: center;
	background-repeat: no-repeat;
}
#container2c {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px 0 10px;
	background-image: url(Images/subliminal3.png);
	background-position: center;
	background-repeat: no-repeat;
}
#container2d {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px 0 10px;
	background-image: url(Images/subliminal4.png);
	background-position: center;
	background-repeat: no-repeat;
}
#container2e {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px 0 10px;
	background-image: url(Images/subliminal5.png);
	background-position: center;
	background-repeat: no-repeat;
}
/* TEXT PROPERTIES */
a {font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; color: #000000;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;color: #000000;}
a:hover {text-decoration: none; color: #aec937;}
a:active {text-decoration: none; color: #000000;}

.style1 {font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; color: #000000;}
a.style1:link {font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; color: #3E7F9D;}
a.style1:hover {font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; color: #aec937;}
.style2 {font-family: Georgia, Times New Roman, Times, serif; font-size: 16px; color: #aec937; font-weight: bold;}
.style3 {font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; color: #aec937;}
.style4 {font-family: Georgia, Times New Roman, Times, serif; font-size: 10px; color: #CCCCCC;}

/* Nav Link Properties*/
.navlinks{
padding: 5px 0 0 0;
margin: 0;
font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; color: #000000;
list-style-type: none;
text-align: left;
}

.navlinks li{
display: inline;
padding: 0;
margin-left: 15px;
}

.navlinks li a:hover{
font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; color: #aec937;
}

.navlinks li.selected a{
position: relative;
top: 0px;
padding-top: 0px;
color: #aec937;
}
/* copyright Properties*/
.copyright{
padding: 5px 0 0 0;
margin: 0;
font-family: Georgia, Times New Roman, Times, serif; font-size: 10px; color: #CCCCCC;
list-style-type: none;
text-align: right;
}

.copyright li{
display: inline;
padding: 0;
margin-left: 15px;
}

.copyright li a:hover{
font-family: Georgia, Times New Roman, Times, serif; font-size: 10px; color: #CCCCCC;
}

.copyright li.selected a{
position: relative;
top: 0px;
padding-top: 0px;
color: #aec937;
}

.class3 a {font-family: Georgia, Times New Roman, Times, serif; font-size: 10px; color: #CCCCCC;}
.class3 a:link {text-decoration: none;}
.class3 a:visited {text-decoration: none;color: #CCCCCC;}
.class3 a:hover {text-decoration: none; color: #aec937;}
.class3 a:active {text-decoration: none; color: #CCCCCC;}