body {
	margin:0px;
	padding:15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bkground.jpg);
}
.container {
	width:780px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	margin-top:0px;
	margin-bottom: 0px;
}
.out {
  display:block; 
  background:#666; 
  position:relative;
  margin:0px;
  }
.in {
	text-align:center;
	background:#fff;
	border:1px solid #ccc;
	position:relative;
	padding:0px;
	font-weight:normal;
	width: 778px;
  }
.ltin {
  left:-5px;
  }
.tpin {
  top:-5px;
  }
.header {
	height: 125px;
	background-image: url(images/header.jpg);
}

.header h1 {
	color: #5766CA;
	font-size: 24px;
	text-align: right;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}
.header p  {
	font-size: 0.8em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.menu {
	background-image: url(images/menu.jpg);
	height: 31px;
	line-height: 31px;
}
.menu a {
	font-size: 11px;
	color: #000099;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000099;
	border-left-color: #000099;
	margin-left: -2px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	width: auto;
}
.menu a:hover {
	color: #990000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.menu a:active, .menu a:focus {
	width:0; 
	height:0;
}
.footer {
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	margin-top: 10px;
}
.footer a {
	color: #000099;
	text-decoration: none;
}
.footer a:hover {
	color: #990000;
	text-decoration: underline;
}
.content {
	text-align: left;
	padding: 10px;
	color: #5D5D5D;
}
.content h1 {
	font-size: 24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5D5D5D;
	margin: 5px 0px 15px;
	padding: 0px 0px 2px;
	text-indent: 5px;
}
.content h2 {
	font-size: 18px;
}
.content h3 {
	font-size: 16px;
}
.content p {
	font-size: 14px;
	margin: 5px 0px;
	padding: 0px;
	text-align: justify;
}
.content li {
	font-size: 14px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.content img {
	border: 1px solid #666666;
	margin: 2px 5px;
}
.content .imagebox-right {
	float: right;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
}

.clear {
	clear: both;
}
.redbox {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	padding-right: 5px;
	padding-left: 5px;
}
.redtext {
	color: #FF0000; 
	font-weight: bold; 
}.data {
	font-size: 14px;
}
table.data {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}

.data th {
	text-align: left;
	font-weight: bold;
	color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.data td {
	font-weight: normal;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
form#contactForm {
	font-size: 14px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#contactForm fieldset {
	border: 1px dashed #000000;
	width: 350px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
}
#contactForm legend {
	font-weight: bold;
	background-color:#F2F2F2;
	border: 1px dashed #999999;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 16px;
	margin-bottom: 5px;
}
#contactForm label {
	width: 100px;
	display: block;
	float: left;
	clear: left;
	text-align: right;
	padding-right: 5px;
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
	margin-top: 5px;
}
#contactForm input {
	width: 230px;
	border: 1px solid #666666;
	margin-top: 3px;
	font-size: 0.9em;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#contactForm textarea {
	width: 230px;
	border: 1px solid #666666;
	margin-top: 3px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	height: 100px;
	overflow: auto;
	background-image: url(images/textarea_grad.jpg);
	background-repeat: repeat-x;
}
#contactForm #Submit {
	font-size: 14px;
	font-weight: bold;
	background-color: #EEEFE9;
	color: #666666;
	padding: 2px;
	width: 240px;
}.picturetable p {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
.picturetable h4 {
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
}

