* {
	margin: 0px;
}
html {
	background-color: #0067F2;
	background-image: url(images/background-html.jpg);
	background-repeat: repeat;
	background-position: left top;
}
body {
	font-family: "Trebuchet MS", Tahoma, Arial, "Sans Serif";
	color: #FFFFFF;
	background-image: url(images/background-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12pt;
	min-height: 400px;
	margin-bottom: 75px;
}

#logo {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36pt;
	font-weight: normal;
	color: #FFFFFF;
	width: 261px;
	height: 47px;
	margin-left: 25px;
	margin-right: 5px;
	margin-top: 15px;
	line-height: 45px;
	letter-spacing: 0.4em;
	font-style: italic;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h2 {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0052B7;
	width: 240px;
	height: 30px;
	margin-top: 18px;
	padding-top: 17px;
	line-height: 1.2em;
	letter-spacing: 0.4em;
}
h2 b {
	color: #0066DD;
}
h1 {
	font-size: 20pt;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 16pt;
	margin-top: 25px;
	color: #FFFF00
}
h4 {
	margin-top: 5px;
	color: #FFFF00
}
ul {
	font-size: 10pt;
	line-height: 1.25em;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 35px;
	list-style-type: square;
	font-weight: bold;
}

.logo {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
}

#menu {
	clear: both;
	display: block;
	margin: 25px;
	margin-top: 0px;
	padding-top: 3px;
	margin-bottom: 45px;
	height: 22px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00489D;
	text-align: right;
}
#menu a {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #00489D;
	margin-right: 15px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
#menu a:hover {
	color: #FFFF40;
}

#mainbody {
	display: table;
	margin-left: 135px;
	margin-right: 75px;
	background-image: url(images/tile.png);
	background-repeat: repeat;
	padding: 25px;
	padding-bottom: 10px;
	border: 1px solid #014496;
}
#mainbody2 {
	display: table;
	margin-left: 135px;
	background-image: url(images/tile.png);
	background-repeat: repeat;
	padding: 25px;
	padding-bottom: 10px;
	border: 1px solid #014496;
	width: 500px;
}
#mainbody a, #mainbody2 a {
	color: #FFFFFF;
	text-decoration: underline;
}

.pagesplit {
	display: table;
	width: 100%;
	font-size: 10pt;
	border: none;
}
.pagesplit td {
	display: table-cell;
	width: 50%;
	padding-right: 25px;
	vertical-align: top;
}

.rightpic {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 2px solid #FFFFFF;
}
.rightpic2 {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #FFFFFF;
}

#centerinfo {
	display: block;
	text-align: left;
	margin-top: 50px;
}
#centerinfo p {
	width: 100%;
	text-align: center;
	font-weight: bold;
}
#itemcontainer img {
	width: 78px;
	height: 76px;
	margin: 5px;
	border: 2px solid #FFFFFF;
}
#itemcontainer {
	display: inline-block;
}
#itemcontainer:hover {
	filter: Alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}

#contact {
	position: absolute;
	top: 2px;
	right: 10px;
	font-size: 14pt;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#cybermart {
	clear: both;
	margin-top: 25px;
	text-align: right;
}
#cybermart a {
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#cybermart a:hover {
	color: #FFFF00;
}

strong {
	color: #FFFF00;
}
