html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

div, p {
	margin: 0px;
	padding: 0px;
}

.blank {
	clear: both;
}

a, .link {
	color: #1c47a5;
  cursor: Pointer;
}

a:hover {

	color: #F27900;
}

#container {
	width: 805px;
	margin: 0 auto;
	margin-top: 20px;
}

#navi {
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}

#navi li {
	display: inline;
	font-weight: bold;
	margin-right: 8px;
	height: 22px;
	float: right;
	border-right: 1pxdottedblack;
}

#navi a {
	color: #1c47a5;
	height: 20px;
	padding: 0px17px;
	letter-spacing: -1px;
	text-decoration: none;
}

#navi a:hover {
	text-decoration: underline;
}


#content {
	width: 805px;
}

h1, h2, h3, h4 {
	margin: 30px 0 10px 0;
}

#content h1 {
	font-size: 23px;
	color: #ff3c00;
	margin: 40px 0 10px 10px;
}

#content p {
	margin: 0px;
	padding: 5px 20px 0px 0px;
	font-size: 16px;
}

#content img {
	margin-right: 5px;
	border: 3px solid white;
}

#logo {
	float: left;
	background: #F27900 url("/img/logo.jpg") no-repeat;
	color: white;
	font-style: italic;
	border: 4px solid #000;
	height: 192px;
	width: 192px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}

#logo h1 {
	font-size: 30px;
  	margin: 0;
  	padding: 0;
  	text-align: right;
  	margin-right: 5px;
}

#logo h2 {
	font-size: 20px;
  	margin: 0;
  	padding: 0;
  	text-align: right;
  	margin-right: 5px;
}

#logo h3 {
	font-size: 12px;
  	margin: 0;
  	padding: 0;
  	text-align: left;
  	letter-spacing: -1px;
  	margin-left: 5px;
  	margin-top: 118px;
}

#logo a {
	color: #FFF;
}

#top {
	float: right;
	width: 600px;
	height: 200px;
	background: #F27900 url("/img/top.jpg") no-repeat;
}

#welcome {
	margin: 5px 0;
}

#welcome h1 {
	margin: 0;
	padding: 0;
	background: #F27900;
	color: white;
	border: 4px solid #000;
	padding: 0 5px;
	font-variant: small-caps;
	font-style: italic;
	font-size: 19px;
	font-weight: bolder;
	height: 25px;
	text-align: left;
	letter-spacing: -1px;
}

.left {
	float: left;
}

#footer {
	background: #F27900;
	margin: 20px 0 20px 0;
	color: white;
	border: 4px solid #000;
	padding: 12px 15px 0 15px;
	text-align: center;
	font-variant: small-caps;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 2px dashed;
	color: #1c47a5;
}

table {
	margin: 2px;
	border-collapse: collapse;
	border: 2px solid #000;
	width: 801px;
}

th, td {
	text-align: center;
	padding: 2px 2px 2px 10px;
	border: 1px solid #000;
}

th {
	border: 1px solid #FFF;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #F27900;
}

th.td {
	border: 1px solid #000;
}

tr.thead th {
	background: #000;
	color: #FFF;
	font-size: 16px;
}

.tleft {
	text-align: left;
}

tr.thead th.orange {
	color: #F27900;
}

.bgwhite {
	background: #FFF;
}

.fat {
	font-weight: bold;
}

.cat {
	width: 530px;
	float: left;
}

.cat a {
	display: block;
	float: left;
	width: 110px;
	padding: 5px 0;
	margin-right: 10px;
	color: #1c47a5;
	text-decoration: none;
}

.cat a:hover {
	color: #F27900;
}

.cat li a {
	display: inline;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	color: #1c47a5;
}

#foto {
	float: right;
	width: 255px;
	margin-left: 10px;
}

#foto a {
	text-decoration: none;
}

#foto a:hover {
	border-bottom: 1px dashed;
}

#sub {
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 11px;
	width: 805px;
	color: #000;
}

#sub ul {
	width: 805px;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	display: inline;
	float: left;
}

#sub li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 258px;
	padding: 2px 5px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.2em;
	border: 0;
	font-weight: bold;
}

#sub ul li a {
	color: #ff3c00;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#sub li a:hover {
	background: #FFF;
	border: none;
	color: #000;
	border-bottom: 2px dashed;
}

