﻿html {
	overflow-y: scroll !important;
}

body {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0px;
	padding: 0px;
	font-family: Cambria, "Times New Roman", Times, serif;
	background-image: url('images/background.gif');
	background-repeat: repeat;
}

#container {
	width: 660px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
	border-left: 3px solid black;
	background-color: #fff;
}

#column_full {
	position: relative;
	float: left;
	margin: 0;
	width: 370px;
	padding: 15px;
	background-color: #fff;
}

#column_l {
	position: relative;
	float: left;
	margin: 0;
	width: 370px;
	padding: 15px;
	background-color: #fff;
}

#column_full {
	width: 630px;
}

#column_r {
	position: relative;
	float: left;
	margin: 0;
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}

#column_r img {
	border: 1px solid #808080;
}

#column_full {
	background-image: url('images/passport.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
}


/* Masthead */

#masthead {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 660px;
	overflow: hidden;
	margin: 0;
	text-align: left;
	background-color: #fff;
	background-image: url('images/masthead.jpg');
	background-repeat: no-repeat;
	padding: 5px 0px 0px 0px;
}

#masthead h1 {
	color: #000;
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 260px;
	font-size: 24pt;
}

#masthead h2 {
	color: #9a9;
	margin-top: 0.5em;
	padding-left: 260px;
	font-size: 12pt;
	margin-bottom: 10px;
}

#masthead a:hover {
	color: black;
	text-decoration:none
}


#masthead a {
	color: black;
	text-decoration:none
}


/* Navigation */

#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #C68E17;
	overflow: hidden;
	text-align: center;
	padding: 7px;
}

#navigationsub {
	border-top: none;
	border-bottom: 1px solid #808080;
	background-color: #F3DFB6;
	font-size: 75%;
	overflow: hidden;
	text-align: center;
	padding: 5px;
}

#navigationsub ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigationsub li {
	display: inline;
}

#navigation li {
	display: inline;
}

#navigationsub a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 10px 10px;
}

#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding: 10px 10px;
}

#navigationsub a{

}

#navigationsub a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: black;
}


#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: black;
}


/* Footer */

#footer {
	overflow: auto;
	clear: both;
	padding: 5px;
	border-top: 1px solid #808080;
	background-color: #F3DFB6;
	text-align: right;
	font-size: x-small;
	color: gray;
}

#footer li {
	list-style: none;
	float: left;
	padding: 0px 10px 0px 10px;
}

#footer a {
	color: gray;
}



#footer a:hover {
	color: black;
}




/* General */

a {
	color: #C68E17;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: none;
}

a img {
	border: solid #C68E17 thin;
	float: right;
}


h1 {
	font-size: xx-large;
	color: #AF7817;
}

h2 {
	font-size: x-large;
	color: #AF7817;
}

h3 {
	font-size: large;
	color: #AF7817;
}

h4 {
	font-size: medium;
	color: #AF7817;
}

li {
	margin-top: 0.5em;
	margin-top: 0.5em;
}

p {
	line-height: 150%;
}

blockquote {
}


img.frame {
	margin: 1em;
	border: 1px solid black;
}

td {
	vertical-align:top;
}

input {
	width: 99%;
	font-family: Cambria, "Times New Roman", Times, serif;
}




table#index {
	width: 100%;
}

table#index td {
	text-align: center;
	width: 33%;
	font-size: 95%;
	vertical-align:top;
	padding: 0px 10px 20px 10px;
}

table#index td#left {
	text-align: left;
	font-size: 100%;
	vertical-align:top;
	padding: 0px 10px 20px 10px;
}

table#index img {
	border: 1px solid black;
}



table#gold {
	width: 100%;
}

table#gold td.date {
	text-align: center;
	width: 15%;
	font-size: 95%;
	vertical-align:top;
	padding: 0px 10px 20px 10px;
}

table#gold td.content {
	width: 85%;
	text-align: left;
	font-size: 100%;
	vertical-align:top;
	padding: 0px 10px 20px 10px;
}

table#gold td.content p {
	font-weight: bold;
	margin-bottom: 0;
}

table#gold td.content p+p {
	margin-top: 0;
	font-weight: normal;
	font-size: 90%;
}

table#gold img {
	margin-left: 1em;
	margin-bottom: 1em;
	border: solid 1px black;
}

img.noborder {
	border: none !important;
}