﻿/*
mtc
may 2009
*/


*{ margin: 0; padding: 0; }*

body { font: .8em Arial, Sans-Serif; line-height: 1.8em; background: #333; color: #444; }

a {COLOR: #6587e0; text-decoration: none;}
a:visited {COLOR: #737c8c; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}



#wrap {
margin: 20px auto 10px auto;
width: 1000px;
background: #fff;
padding: 10px;
border: 5px solid #000;
}



/* Header */


#header {
background: #FE7B09 url(images/world.jpg) repeat-x;
height: 315px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 610px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #eee;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 611px;
letter-spacing: -1px;
line-height: 12px;
}


/* Menu */


#menu {
height: 30px;
/* line-height: 30px; */
background: #596171;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
/*padding: 0 20px 0 0;*/
padding: 17px 10px 10px 20px;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}





/* Content */


#content {
padding: 0 20px 20px 0;
}

.right {
float: right;
width: 600px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.left {
float: left;
width: 270px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #596171;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #8d9648;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}





/* Body text - to incorporate html code from older pages */



#bodytext {
padding: 0 20px 20px 0;
}

#bodytext h1 {
font-size: 30px;
font-weight: 100;
padding: 15px 0 7px 0px;
letter-spacing: -1px;
}

#bodytext h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0px;
}

#bodytext h2 a {
text-decoration: none;
}


#bodytext a {
text-decoration: none;
font-weight:bold
}


#bodytext ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #8d9648;
}
#bodytext ul li a {
text-decoration: none;
font-weight: 600;
}
#bodytext ul li a:hover {
}



.margin {margin: 0cm 0cm 0cm 1cm;
color: #000000;
}

.margin ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #000000;
}
.margin ul li a {
text-decoration: none;
font-weight: 600;
color: #000000;
}
.margin ul li a:hover {

}









/* Footer */


#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

