@charset "utf-8";
/* CSS Document */
#topmenu {
	width: 900px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}
#topmenu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
#topmenu .menuitem {
	text-decoration: none;
	color: #cc9900;
}
#topmenu .selitem {
	text-decoration: none;
	color: #000000;
}
#topmenu .hoveritem {
	text-decoration: none;
	color: #000000;
}
#leftcolumn {
	padding: 10px;
	width: 200px;
	float:left;
}
#rightcolumn {
	padding: 10px;
	width: 670px;
	margin-left: 220px;
}
#rightcolumn .leftitem {
	background-color: #EDE6C2;
	width: 300px;
	border:thin solid black;
	text-align:center;
	padding:10px;
	margin:10px;
	vertical-align: top;
}
#rightcolumn .rightitem {
	background-color: #EDE6C2;
	width: 300px;
	border:thin solid black;
	text-align:center;
	margin:10px;
	padding:10px;
	vertical-align: top;
}
#rightcolumn .fullitem {
	background-color: #EDE6C2;
	width: 650px;
	border:thin solid black;
	text-align:center;
	margin:10px;
	padding:10px;
	vertical-align: top;
}

#rightcolumn .thirdsitem {
	background-color: #EDE6C2;
	width: 195px;
	border:thin solid black;
	text-align:center;
	margin:10px;
	padding:10px;
	vertical-align: top;
}

#rightcolumn .twothirdsitem {
	background-color: #EDE6C2;
	width: 395px;
	border:thin solid black;
	text-align:center;
	margin:10px;
	padding:10px;
	vertical-align: top;
}

#rightcolumn ul {text-align:left;}
#rightcolumn P, li {
	color: Black;
	font-size : 13px;
	font-weight : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 17px;
}
#rightcolumn P.detail, li.detail {
	font-size : 11px;
	line-height: 14px;
}
P.address {
	font-size : 11px;
	color: #DAD09D;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top : 1em;
	padding-top : 0em;
	text-align:center;
}

P.bigaddress {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #F0E68C;
	font-weight : bold;
	margin-bottom : 0em;
	padding-bottom : 0em;
	text-align:center;
}

A.bigaddress {
	color : #F0E68C;
}
TD.address {
	background-color : #003300;
}
A.email {
	color : White;
	text-decoration : none;
}
A.tooltip {text-decoration:none; border-bottom:thin dotted blue; color:black;}
#leftcolumn #logo {
	text-align: center;
	padding-bottom: 20px;
}
#leftcolumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

#leftcolumn P.link {
	color: Black;
	font-size : 11px;
	font-weight : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px;
	border : thin solid Black;
	padding : 10px 10px 10px 10px;
	background-color : #DFEDC2;
	margin-top : 5em;
}

#leftcolumn P.notoplink {
	color: Black;
	font-size : 11px;
	font-weight : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px;
	border : thin solid Black;
	padding : 10px 10px 10px 10px;
	background-color : #DFEDC2;
}
#leftcolumn #submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #EDd1C2;
	border: thin solid #000000;
	padding-right: 10px;
	padding-left: 10px;
}
#leftcolumn #submenu li {
	list-style-type: none;
	text-indent: -25px;
}
#leftcolumn #submenu p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#leftcolumn #submenu a {
	color: #000000;
	text-decoration: underline;
}

.enlarge {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#9E9981;
	padding-bottom:2px;
	padding-top:2px;
	display: block;
text-decoration:none;font-weight:bold;}



#rightcolumn .imgright {
	background-color: #EDE6C2;
	padding: 10px;
	float: right;
	border: thin solid #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#rightcolumn .imgleft {
	background-color: #EDE6C2;
	padding: 10px;
	float: left;
	border: thin solid #333333;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#rightcolumn .imgcenter {
	background-color: #EDE6C2;
	padding: 10px;
	border: thin solid #333333;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.box {
	padding: 10px;
	border: thin solid #000000;
	margin-top:10px;
	margin-bottom:10px;
}
.notop {margin-top:0px;}
.nobot {margin-bottom:0px;}.Linkhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.buttoncontainer {
	width:195px;
	height:20px;
}
.buttoncontainer300 {
	width:300px;
	height:20px;
}
.bic {
	width:180px;
	height:20px;
}
.buybutton {
	float:right;
}
.addbutton {
	float:left
}
.submitbutton {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #9E9981;
	font-weight:bold;
	color:#FFFFFF;
}

.options {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
