@charset "utf-8";


body {
	background-color: #03254D;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat;
}
td {
	text-align: left;
	vertical-align: top;
}
.banner-td {
	background-image: url(images/banner-bg.gif);
	height: 95px;
}
.left-main-column {
	background-image: url(images/main-button-area-bg.gif);
	background-repeat: repeat-y;
}
.right-main-column {
	background-image: url(images/main-area-bg.gif);
	background-repeat: repeat-y;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #755a2d;
}
#container-table {
	width: 900px;
	margin: auto;
}
.content-left-column img {
	border: 2px solid #D2AB67;
	margin: auto;
	text-align: center;
}
.content-right-column img {
	border: 2px solid #D2AB67;
}
.content-left-column {
	text-align: justify;
	padding-right: 20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-top-color: #D2AD63;
	border-right-color: #D2AD63;
	border-bottom-color: #D2AD63;
	border-left-color: #D2AD63;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 450px;
}
.content-left-column p {
	margin-top: 0px;
}
.content-middle-column {
	width: 20px;
}


.main-button-area {
	background-color: #03254D;
	background-image: url(images/main-button-area-bg.gif);
	background-repeat: repeat-y;
	text-align: center;
}
.main-button-area a {
	text-align: center;
	vertical-align: middle;
	height: 12px;
	width: 130px;
	color: #663300;
	background-image: url(images/btn-main-bg-double.gif);
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: left;
	margin: auto;
}
.main-button-area a:hover {
	background-image: url(images/btn-main-bg-double.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #3485BA;
}
.main-button-area p {
	margin-bottom: 10px;
	margin-top: 0px;
}
#content {
	padding: 20px;
	width: 620px;
	background-color: #edd18e;
	position: relative;
	left: -5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 4px solid #D2AD63;
	text-align: justify;
	vertical-align: top;
}
#copyright-line {
	color: #D2AD63;
	text-align: center;
	vertical-align: top;
	margin-top: 5px;
}


h1 {
	font-size: 16pt;
	background-image: url(images/h1-bg-swan.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #3485BA;
	border-right-color: #3485BA;
	border-bottom-color: #3485BA;
	border-left-color: #3485BA;
	padding-top: 10px;
	margin-top: 0px;
	padding-left: 30px;
	padding-bottom: 0px;
	vertical-align: bottom;
	font-weight: bold;
	margin-bottom: 30px;
}
h3 {
	margin-top: 0px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D2AD63;
	border-right-color: #D2AD63;
	border-bottom-color: #D2AD63;
	border-left-color: #D2AD63;
}
#sponsor-holder {
	background-color: #FFFFFF;
	padding: 20px;
	border: 2px solid #D2AD63;
	text-align: center;
}
#sponsor-holder img {
	border: none;
}
a {
	color: #755A2D;
	font-weight: bold;
}
a:link {
}
a:visited {
}
a:hover {
	color: #3485BA;
}
a:active {
}
.noborder img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.highlight {
	background-color: #F7E9CA;
	padding: 1px;
}
