@charset "UTF-8";
/* CSS Document */

body {
	width: 100%;
	height: 100% auto;
	padding: 0;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #82053d;
	background: url(images/backg_container.jpg) center top;
}

img {
	border: 0;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #6e002f;
	letter-spacing: .01em; 
}

a:hover {
	color: #6b875f;
}

.biglink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #6e002f; 
}

.biglink:hover {
	color: #6b875f;
}


.text9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #6e002f;
	letter-spacing: .01em; 
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: small-caps;
	color: #000000;
	letter-spacing: .01em;
	padding: 0 0 20px 0;
}

#container {
	width: 960px;
	height: 552px;
	background-color: #82053d;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: absolute;
    left: 50%; 
    top: 50%;
    margin-left: -480px; /* half of the width */
	margin-top: -276px; /* half of the height */
	border: solid #FFFFFF 0px;
}


#page {
	width: 960px;
	height: 552px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
	left: 50%; 
    top: 50%;
    margin-left: -480px; /* half of the width */
	margin-top: -276px; /* half of the height */
	background: url(images/backg_blank.jpg) no-repeat center top;
	border: solid #FFFFFF 0px;
}

#main {
	width: 916px;
	height: 509px;
	padding: 22px;
	margin: 0 auto;
	text-align: left;
}

#sub {
	width: 916px;
	height: 509px;
	padding: 0;
	margin: 0 auto;
	background: url(images/backg_sub.jpg) no-repeat center top;
}

#header {
	width: 400px;
	position: absolute;
	top: 120px;
	left: 180px;
	padding: 0;
	text-align: center;
	z-index: 1;
}

#content {
	width: 733px;
	height: 332px;
	position: relative;
	top: 165px;
	left: 180px;
	padding: 0;
	z-index: 0;
}

#nav {
	width: 129px;
	padding: 0;
	float: left;
}

#copybox {
	width: 600px;
	height: 325px;
	padding: 0;
	float: left;
	overflow: auto;
}

#copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	letter-spacing: .01em; 
	padding: 10px;
	margin: 0 auto;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #dcddc3;
	letter-spacing: .1em; 
	padding: 20px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

#newsletter {
	display: block;
	position: absolute;
	top: 0px;
	left: 10%; 
    margin-left: -480px; /* half of the width */
	width: 250px;
	height: 240px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: url(images/backg_newsletter.png);
}

#newsletter p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 28px;
	font-weight: normal;
	color: #e1e2cb;
	padding: 5px 0 0 0;
	margin: 0 auto;
	letter-spacing: .1em;
}

#newsletter td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0;
	margin: 0 auto;
}

INPUT {
	background: #FFFFFF url(images/backg_input.jpg) no-repeat;
	border: solid 0px #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 2px 0 0 4px;
}

select {
	BACKGROUND-COLOR: #FFFFFF;
	border: solid 1px #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	
}

.submit {
	border: 0px;
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 5px;
	color: #e1e2cb;
	letter-spacing: .1em;
}

#preload {
	display: none;
}
