a, a:active, a:link, a:visited {
	color: #003E65;
}


body {
	padding: 0px;
	margin: 0px;
	background: url(images/background.gif);
	font-family: Arial;
	font-size: 12pt;
}

div#myContainer {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

div#myHeader {
	width: auto;
	text-align: center;
}

div#myBody {
	width: auto;
}

div#myMenu {
	width: 160px;
	margin-left: 0px;
	float: left;
}

div#myContent {
	width: 600px;
	float: right;
}

div#myFooter {
	width: auto;
	text-align: center;
	clear: both;
}

div.menu_top {
	background-image: url(images/mbox_top.png);
	background-repeat: no-repeat;
	font-size: 8px;
	margin-top: 20px;
}

div.menu_title {
	background-image: url(images/mbox_mid.png);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-size: 11pt;
	margin: 0em 0em 0em 0em;
	font-weight: bold;
}

div.menu_mid {
	background-image: url(images/mbox_mid.png);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
}

div.menu_line {
	background-image: url(images/mbox_line.png);
	background-repeat: no-repeat;
	font-size: 8px;
}

div.menu_bot {
	background-image: url(images/mbox_bot.png);
	background-repeat: no-repeat;
	font-size: 8px;
}

p {
	font-size: 12pt;
}

p#menu {
	font: normal normal bold 9pt/15pt Arial;
	margin: 0em 0em 0em 0em;
}

h1 {
	font-size: 17pt;
}

h2 {
	font-size: 15pt;
}

img {
	border: none;
}

img.gallery {
	border: 5px solid Black;
	margin: 5px 5px 5px 5px;
}