* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #515151;
	background-repeat: repeat-x;
	background-image: url(images/img01.gif);
}

h1, h2, h3 {
	margin-bottom: 1em;
	color: #FFFFFF;
}

h1 { font-size: 2.8em; }
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.1em;
	line-height: 1.6em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
}

/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 5px 15px;
	background: url(images/img08.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: small;
}

.boxed .content {
	padding: 15px;
	background: url(images/img09.gif) repeat-x;
}

.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: inside;
}

/* Logo */

#logo {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	background-color: #000000;
	background-image: url(images/images_hsi_03.jpg);
	background-repeat: no-repeat;
}
#logoabout {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	background-color: #000000;
	background-image: url(images/images_about1.jpg);
	background-repeat: no-repeat;
}
#logocapab {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	background-color: #000000;
	background-image: url(images/images_capab1.jpg);
	background-repeat: no-repeat;
}
#logosubmit {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	background-color: #000000;
	background-image: url(images/images_submit1.jpg);
	background-repeat: no-repeat;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #000000;
}

/* Content */

#content {
	float: left;
	width: 476px;
	padding: 22px;
	background-image: url(images/images_hsi_05.jpg);
	background-repeat: no-repeat;
}

#content_contacts {
	float: left;
	width: 476px;
	padding: 22px;
}

#contentabout {
	float: left;
	width: 476px;
	padding: 22px;
	background-image: url(images/images_about2.jpg);
	background-repeat: no-repeat;
}
#contentcapab {
	float: left;
	width: 476px;
	padding: 22px;
	background-image: url(images/images_capab2.jpg);
	background-repeat: no-repeat;
}
#contentsubmit {
	float: left;
	width: 476px;
	padding: 22px;
	background-image: url(images/images_submit2.jpg);
	background-repeat: no-repeat;
}

#welcome {
	padding-bottom: 20px;
}

#olist {
	clear: left;
	float: left;
	width: 230px;
}

#ulist {
	float: left;
	width: 230px;
	padding-left: 16px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
	background-image: url(images/images_hsi_06.jpg);
	background-repeat: no-repeat;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* Menu */

#menu {
	margin-bottom: 19px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	padding-top: 1px;
	background: url(images/img07.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	width: 165px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	background: url(images/img08.gif) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}

#menu a:hover {
	background-color: #0A0A0A;
}

/* Footer */

#footer {
	width: 760px;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/img_footer_12.gif);
	height: 95px;
}

#sidebarabout {
	float: right;
	width: 200px;
	padding: 20px;
	background-image: url(images/images_about3.jpg);
	background-repeat: no-repeat;
}
#sidebarcapab {
	float: right;
	width: 200px;
	padding: 20px;
	background-image: url(images/images_capab3.jpg);
	background-repeat: no-repeat;
}
#sidebarsubmit {
	float: right;
	width: 200px;
	padding: 20px;
	background-image: url(images/images_submit3.jpg);
	background-repeat: no-repeat;
}
.copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}
.subhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
}

.smallinfo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #CCCCCC;
	line-height: normal;
}
