body { background-color: #000066; border: 0; margin: 0; font-family: Arial, Helvetica, Sans-serif; color: #306; font-size: 12pt; }
img { border: none; }

.clear { clear: both; }

#SuperContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	background-color: #66CCFF;
}

div.screen {
	width: 411px;
	height: 224px;

	position: absolute;
	left: 8px;
	bottom: 8px;
}

div#loginContainer {
	width: 1195px;
	position: relative;

	left: 0;
	top: 0;
}

div#login-bg {
	position: absolute;

	 margin: 0;
	 padding: 0;

	 width: 450px;
	 height: 85px;
	 right: 0px;
	 top: 20px;

	line-height: 16px;

	 border-radius: 10px;
	 -moz-border-radius: 10px;
	 background-color: white;

	 opacity: 0.65;
	 filter: alpha(opacity=65);

	 font-size: 10pt;
	 color: ${text-blue};
}

div#login {
	 position: absolute;

	 margin: 0;
	 padding: 0;

	 width: 450px;
	 height: 85px;
	 right: 0px;
	 top: 20px;

	line-height: 16px;

	 font-size: 10pt;
	 color: ${text-blue};
}

div#login p {
	position: relative;

	top: 41px;
	left: 5px;
	margin: 5px;
}

div#login form {
	margin: 0;
	padding: 0;
}

.footerlinks {
}

.footerlinks a {
	color: #f3c;
}

.close {
	float: left;
	font-weight: bold;
	font-size: 16pt;
	color: #ccc;
	margin: 10px;
	cursor: pointer;
}
.close:hover {
	color: red;
}

.close-x {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	float: right; 
	font-weight: bold; 
	font-size: 18pt;
	color: #ccc;
	margin: 10px;
	cursor:pointer;
	border: 2px solid #ccc;
}

.close-x:hover {
	color: red;
	border-color: red;
}

#footer {
	 width: 100%; 
	 background-color: #3300CC;
}

#footer a:link {font-family: arial; text-decoration: none; color: white;}
#footer a:visited {font-family: arial; text-decoration: none; color: white;}
#footer a:hover {font-family: arial; text-decoration: none; color: #f3c;}
#footer a:active {font-family: arial; text-decoration: none; color: #f3c;}

#footContent {
	width: 100%; 
	background-color: white; 
	margin: 0 auto;
	margin-top:1px;
}

.footInnerContent A:link { color: #0000EE !important; }
.footInnerContent A:visited { color: #551A8B !important; }

.footInnerContent {
	 margin: 0 30px; 
	 padding: 30px 0;
}

a#privacyLink:link {color: #ff0;}
a#privacyLink:visited {color: #ff0;}
a#privacyLink:hover {color: #f3c;}
a#privacyLink:active {color: #f3c;}

.oneSponsor {
	float: left; 
	width: 100%;
	margin: 10px 0;
}

.sponsorLeft {
	 width: 50px; 
	 float: left;
}

.sponsorLeft img {
	width: 50px; 
	height: 50px;
}

.sponsorMiddle {
	float: left; 
	width: 811px; 
	margin: 0 20px;
}

.sponsorRight {
	float: left; 
	width: 219px;
}

.sponsorRight img {
	width: 219px; 
	height: 130px; 
}

.footpad {
	 padding: 30px 0 0 0; 
	 margin: 0 auto; 
	 width: 90%;
}

.footerColumn {
	float: left; 
	width: 22%; 
	
	margin: 0 15px;
	
	/*border: 1px solid red;*/
}
.foot-heading {
	margin: 15px;
}
.foot-column {
	list-style: none;
	padding: 0 15px;
}

.socialIcon {
	width: 44px; 
	height: 44px; 
	margin: 10px 2px 0;
}

.text-bold { font-weight: bold; }
.text-italic { font-style: italic; }

.color-darkturquoise { color: darkturquoise; }
.color-blue { color: #3399CC; }
.color-darkblue { color: #0000CC; }
.color-lightblue { color: #66CCFF; }
.color-black { color: black; }
.color-white { color: white; }

.text-small { font-size: 13px; font-family: arial; }
.text-mid { font-size: 16px; font-family: arial; }
.text-medium { font-size: 18px; font-family: arial; }
.text-big { font-size: 20px; font-family: arial;}
.text-large { font-size: 22px; font-family: arial; }
.text-giant { font-size: 24px; font-family: arial; }

.bodyTxt{ font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: black; }
.purpleTxt { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #990099; font-style: normal; text-decoration: none; text-align: center; }
.yellowlink A:link { font-size: 10pt; color: #DDFF00; font-weight: bold; text-decoration: none;}
.yellowlink A:visited { font-size: 10pt; color: #DDFF00; font-weight: bold; text-decoration: none; }

.margin-less { margin: 0; }
