﻿body
{
	font-family: Arial, Sans Serif;
	font-size: 13px;
	background-color: rgb(153, 217, 234);
}

h1
{
	font-size: 3em;
	font-weight: normal;
	display: inline;
}

#container
{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	margin-bottom: -10px;
	padding-top: 170px;
	overflow: visible;
}

#header
{
	width: 960px;
	height: 135px;
	top: 0px;
	left: 0px;
	background-image: url('../Images/header.png');
	z-index: 2;
	margin-top: -55px;
}

#headerlogo
{
	position: absolute;
	width: 450px;
	height: 186px;
	left: 0px;
	z-index: 2;
	background-image: url('../Images/logo.png');
	top: 0px;
}

#title
{
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	left: 73px;
	height: 90px;
	font-style: italic;
	color: rgb(73, 73, 121);
	font-size: 32px;
}

#navbar
{
	position: absolute;
	top: 20px;
	right: 10px;
	padding: 0px;
	color: rgb(255, 255, 255);
	height: 32px;
	z-index: 3;
}

#navbar a
{
	color: rgb(255, 255, 255);
	text-decoration: none;
}

#navbarlinks
{
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	background-image: url('../Images/midnav.png');
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 7px;
	font-size: 13px;
}

#navbarsubscribers
{
	background-image: url('../Images/midnav.png');
	text-align: center;
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-right: 10px;
	height: 32px;
	padding-top: 7px;
}

#statistics
{
	position: absolute;
	right: 10px;
	top: 60px;
	height: 32px;
	font-size: 13px;
	color: rgb(255, 255, 255);
	z-index: 3;
}

#content
{
	padding: 20px;
	background-color: rgb(255, 255, 255);
}

#contenttext
{
}

#footer
{
	position: relative;
	top: 0px;
	width: 960px;
	height: 149px;
	background-image: url('../Images/footer.png');
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: rgb(255, 255, 255);
	z-index: 4;
}

#copyright
{
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	background-color: rgb(255, 255, 255);
	font-size: 9px;
}

.popup
{
	width: 400px;
}

.popupicon
{
	position: absolute;
	top: 1px;
	left: 8px;
}

.popupcorner_left
{
	float: left;
}

.popupcorner_right
{
	float: right;
}

.popuptitle
{
	float: left;
	background-image: url('../Images/Popup/topmiddle.png');
	background-repeat: repeat-x;
	height:20px;
	width: 354px;
	padding-top: 2px;
	padding-left: 22px;
}

.popupcontent
{
	padding: 8px;
	text-align: justify;
}

.popupcontent_left
{
	background-image: url('../Images/Popup/middleleft.png');
	background-repeat: repeat-y;
}

.popupcontent_right
{
	background-image: url('../Images/Popup/middleright.png');
	background-repeat: repeat-y;
	background-position: right;
}

.popupfooter
{
	float: left;
	background-image: url('../Images/Popup/bottommiddle.png');
	background-repeat: repeat-x;
	height:8px;
	width: 346px;
	padding-top: 2px;
	padding-left: 30px;
}

.popupbackground
{
	background-color: rgb(50, 50, 50);
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.navleftimg
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.navrightimg
{
	position: absolute;
	right: 0px;
	top: 0px;
}

.clearer
{
	clear: both;
	height: 0px;
	margin: 0px;
}

.disclaimer
{
	text-align: center;
}

.subscribeformsubmitinput
{
	margin-bottom: 5px;
}

.subscribeformtextinput
{
	width: 200px;
	font-size: 11px;
}

.disclaimertextarea
{
	width: 492px;
	height: 140px;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 8px;
	text-align: left;
	font-family: Courier New, Sans Serif;
	font-size: 12px;
	border: 1px solid rgb(150, 150, 150);
}

.disclaimerform
{
	width: 484px;
	#width: 500px;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	border: 1px solid rgb(150, 150, 150);
	text-align: left;
}

.titletext
{
	color: rgb(4, 112, 187);
	font-family: MS Gothic, Arial, Sans Serif;
	font-size: 60px;
	font-style: italic;
	text-transform: uppercase;
}

.message
{
	width: 500px;
	padding: 4px;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	text-align: left;
	border: 1px dotted rgb(131, 165, 254);
	background-color: rgb(232, 238, 255);
}

.quote
{
	padding: 4px;
	border: 1px dotted rgb(131, 165, 254);
	background-color: rgb(232, 238, 255);
}

form
{
	margin: 0px;
}

.mainpage_signuptext
{
	color: rgb(0, 51, 102);
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

input
{
	font-size: 11px;
	border: 1px solid rgb(150, 150, 150);
}

.inputpopup
{
	font-size: 12px;
	border: 1px solid rgb(150, 150, 150);
}

.linkstable
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	border: thin solid black;
	border-collapse: collapse;
}

.linkstable td, th
{
	border: thin dotted grey;
	padding: 5px;
}

.cellcolor
{
	background-color: rgb(253, 232, 193);	
}

.sourcelinkhidden
{
    visibility: hidden;
    vertical-align: top;
    padding-top: 3px;
}

.sourcelinkhidden a:link, a:visited, a:active, a:hover
{
    color: rgb(0, 0, 255);
}

.sourcelinkimage
{
    visibility: hidden;
}

.sourceinputhidden
{
	visibility: hidden;
	width: 200px;
}

h1
{
    color: rgb(73, 87, 158);
    font-size: 26px;
}

h2
{
    color: rgb(73, 87, 158);
    font-size: 18px;
    font-weight: normal;
}

li
{
    margin-bottom: 10px;
}
