/**
**
**
*/

/* set default namespace to HTML */
/* @namespace url(http://www.w3.org/1999/xhtml); */
/* @import url("browserdefaults_compact.css"); */

body {
	margin: 0 auto;
	width:740px;
	height:1200px
}

body,pre,textarea {
/*	font-family: Verdana, Sans-Serif; */
/*	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	font-family: Verdana,Sans-Serif;
	font-size: 12px;
}

body #header {
	background: #FFF url(images/world-large.jpg) no-repeat;
	height:151px;
	margin:10px 0px 0px 20px;
	padding:0px 0px 0px 170px;
    color: #486a93;
    font-size: 20px;
    font-weight: bold;
}

body #header h1 {
    font-size: 34px;
    font-style:italic;
    margin:20px 0px 0px 0px;
}

body a {
    color: #243549;
}

body a:hover {
    color: #4870a0;
}


#footer {
    clear: both;
    text-align: center;
    font-size: 11px;
    color: #97a7be;
}

#footer a {
	color: #97a7be;
}

#menu {
	background-color:#e1e9f4;
	float:right;
	width:510px;
	padding:2px;
	margin-top:-40px;
	margin-right:40px;
	text-align:center;
	font-size:9pt;
}

#menu a {
	color:#486a93;
}

#minilogos {
	text-align:right;
	margin-bottom:-20px;
	margin-top:0px;
	margin-right:20px;
	height:30px;
}

.clear {
    clear: both;
}


