body {
	background: #545454;
	font-family: 'sans serif', verdana, arial, courier;
}

div.container {
	width: 1020px;
	min-height: 700px;
	margin: 22px auto 20px auto;
	background: #aec8e1 url('../pictures/tm_menu_bg.jpg') repeat-y;
	border: 4px solid #005dab;
}

div#header {
	height: 100px;
	text-align: center;
	border-bottom: 2px solid #005dab;
}

div#footer{
	height: 30px;
	text-align: center;
        border-top: 2px solid #005dab;
	font-size: .7em;
}

.footerText {
      margin-top: 5px;
}

div#content {
	min-height: 585px;
	overflow: auto; 
	margin-left: auto;
	margin-right: auto;	
	color: #000;
	font-size: 0.9em;
}

div#content.center {
	text-align: center;
}

/**************************
 ******** Menu ************
 **************************/
#menu { 
	float: left;
	/*width: 160px;*/
	font-size: 0.8em;
	min-height: 700px;
	padding: 3px;
	color: #fff;
}

#menu ul {
	margin-left: 0;
	float: left;
	padding-left: 0;
	list-style-type: none;
	margin-top: 100px;
}

#menu a {
	display: block;
	width: 150px;
	border-bottom: 1px solid #eee;
}

#menu a:link, #menu a:visited { 
	color: #eee;
	text-decoration: none;
}

#menu a#active { 
	background-color: #ee2e24; /*#e8000c;*/
}

#menu a:hover {
	background-color: #aec8e1;
	color: #000;
}




/**************************
 *** Fieldset/table about ****
 **************************/
fieldset.aboutFieldset {
	width: 300px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
	padding: 10px 10px 10px 10px;
	border: 4px ridge #000;
}

table.aboutTable {
	margin-top: 10px;
	font-size: 0.7em;
}

table.aboutTable td {
	padding: 2px;
}

fieldset.aboutFieldset2 {
	width: 300px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
	padding: 10px 10px 10px 10px;
	border: 4px ridge #000;
}

table.aboutTable2 {
	margin-top: 10px;
	font-size: 0.7em;
}

table.aboutTable2 td {
	padding: 2px;
}

/**************************
 *** Fieldset/table contact **
 **************************/
fieldset.contactSchema {
	width: 650px;
	margin: 20px auto auto;
	padding: 10px 10px 10px 10px;
	border: 4px ridge #000;
}
table.contactTable {
	margin-top: 10px;
	font-size: 0.8em;
}

table.contactTable td { padding: 2px; }

table.footer_table { margin-left: auto; margin-right: auto; }

/**************************
 ****** Input focus *********
 **************************/
 
input:focus, textarea:focus { background-color: #ffff99; }

/**************************
 ******   Image   *********
 **************************/
 
img { border: none; }

img#img_header {
	height: 80px;
	margin: 10px auto 10px auto;
}

img#header_front {
	height: 60px;
	margin: 20px auto 20px auto;
}

img.picFloatRight {
	float: right;
	border: 7px double #333;
	margin: 15px 15px 15px 15px;
	max-width: 450px;
	
}

img.picFloatLeft {
	float: left;
	border: 7px double #333;
	margin: 15px 15px 15px 15px;
	max-width: 450px;
	
}

img.picFloatCenter {
	border: 7px double #333;
	margin: 20px 10px 10px 10px;
	max-width: 450px;
	clear: both;
}

img.center {
	border: 7px double #333;
	display: block;
	margin: 20px auto 10px auto;
	clear: both;
}

img.front { 
      margin: 2px auto auto 7px; }

/**************************
 ****** Misc List ***********
 **************************/
li.keyword {
	list-style-position: inside;
	list-style-type: square;
	
}

p { margin: 15px 15px 25px 15px; }

a#footer {
	text-decoration: none;
	color: #000;
}