@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #dce8ff;
	scrollbar-3dlight-color: #dce8ff;
	scrollbar-darkshadow-color: #dce8ff;
	scrollbar-shadow-color: #dce8ff;
	scrollbar-arrow-color: #dce8ff;
	scrollbar-track-color: #dce8ff;
	background-color: #dce8ff;
	background-attachment: scroll;
	background-image: url(../images/BG.gif);
	background-repeat: repeat;
	background-position: center top;
}

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #cc9933;
	font-style: italic;
	text-align: center;
}

a:link {
	color: #3068d8;
}
a:visited {
	color: #3068d8;
}
a:hover {
	color: #3068d8;
	text-decoration: none;
}
a:active {
	color: #3068d8;
	text-decoration: none;
}

HTML {
	font-size: 100%;
}

hr {
	color: #6699ff;
	background-color: #6699ff;
	height: 2px;
	border: none;
}

div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
}
html>body input.text, html>body input.button html>body select {

}
*:root input.text, *:root input.button, *:root select {
	height: auto;
}
input.text, input.button, textarea, select {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
input.button, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border: 1px solid #f2f6ff;
	color: #1756d3;
	background-color: #c0d3f7;
	font-size: 18px;
	background-image: url(../images/Form-BG.gif);
	background-position: left top;
	padding: 4px;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #c0d3f7;
}
input[type="submit"]:active {
	background-color: #c0d3f7;
}
input[type="submit"][disabled] {
	border-color: #f2f6ff;
	color: #1756d3;
	background-color: #c0d3f7;
}
input.text, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border: 1px solid #f2f6ff;
	color: #1756d3;
	background-color: #c0d3f7;
	font-size: 18px;
	background-image: url(../images/Form-BG.gif);
	background-position: left top;
	padding: 4px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #c0d3f7;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #c0d3f7;
}

h1 {
	font-size: 28px;
	font-weight: normal;
}
.h1 {
	font-size: 28px;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	font-weight: normal;
}
.h2 {
	font-size: 22px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
.h3 {
	font-size: 18px;
	font-weight: normal;
}

.TextRed {
	color: #FF0000;
}
.TextRed A {
	color: #FF0000;
}
.TextRed A:visited {
	color: #FF0000;
}
.TextRed a:hover {
	color: #FF0000;
}

.TextGold {
	color: #cc9933;
}

.TextSmall {
	font-size: 12px;
}
.TextNewsletter {
	font-size: 17px;
}

.TextWhite {
	color:#FFFFFF;
	font-size: 16px;
}
.TextWhite A {
	color: #FFFFFF;
}
.TextWhite A:visited {
	color: #FFFFFF;
}
.TextWhite a:hover {
	color: #FFFFFF;
}

#BGX {
	background-image: url(../images/BGTX.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#BGY {
	background-image: url(../images/BGY.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#BGT {
	background-image: url(../images/BGT.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#Container {
	margin-left: auto;
	margin-right: auto;
	width: 907px;
	background-color: #FFFFFF;
}

#Header {
	background-image: url(../images/Logo-BG.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}

#Nav {
	clear: left;
	float: left;
}
#Nav ul { 
	margin: 0px;
	padding: 0px;
}
#Nav ul li { 
	list-style: none;
	padding: 0px;
	margin-bottom:0px;
	height: auto;
	float: left;
	width: auto;
} 

#Footer-Padd {
	clear: left;
	padding: 24px;
}
#Footer {
	background-image: url(../images/Footer-BGX.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #b8d0ff;
	color: #3068d8;
	padding: 14px;
	line-height: 24px;
}
#Footer p {
	clear: both;
	margin: 0px;
}
#Footer ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 655px;
}
#Footer ul li {
	list-style: none;
	padding: 0px;
	margin-bottom:0px;
	height: auto;
	float: left;
	width: auto;
	background-image: url(../images/Footer-Devide.gif);
	background-repeat: no-repeat;
	background-position: right center;
} 
#Footer ul li a {
	padding-right: 19px;
}
#Footer A {
	color: #3068d8;
}
#Footer A:visited {
	color: #3068d8;
}
#Footer a:hover {
	color: #3068d8;
}

#Padd {
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}

#Left-Col {
	float: left;
	width: 550px;
}
#Right-Col {
	float: left;
	width: 333px;
	font-size: 17px;
	color: #1756d3;
}
#Right-Col-BG {
	background-image: url(../images/Right-Col-BG.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#Right-Col-BGT {
	background-image: url(../images/Right-Col-BGT.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#Right-Col-Padd {
	padding: 11px;
}
#Right-Col-Padd-T {
	margin-top: 24px;
}

#Float-Left {
	float: left;
}
#Float-Right {
	float: right;
}
