body {
	margin: 0px 0;
	padding: 0;
	background: #fff;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

p, blockquote, ul, ol {
	margin-top: 0;
	line-height: 180%;
	text-align: justify;
}

a {
	color: #000;
    text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #003170;
}

img {
  border: 0px;
}


/* Header */

#header {
	width: 900px;
	height: 220px;
	margin: 0 auto;
    padding: 0px;
}


/* Logo */

#logo {
	float: left;
    width: 203px;
    height: 95px;
    background: #003170;
}

#logo2 {
    clear: both;
	float: left;
    width: 203px;
    height: 130px;
    padding: 9px 0px 0px 0px;
    background: #003170;
}


/* top_right */

#top_right {
	float: right;
	padding: 0 0 0 0;
    width: 690px;
    height: 95px;
    margin: 0px;
    padding: 0px;
    text-align: right;
}

#top_right .enter {
    color: #000;
    font-weight: bold;
}

#top_right form {
    margin: 0px;
    padding: 0px;
}

#top_right input {
    border: 1px solid #000;
    margin: 4px 0px 0px 0px;
    padding: 0px;
}
#top_right .btn {
    border: 0px;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-weight: bold;
    background: none;
    cursor: pointer;
}

#top_right2 {
	float: left;
    width: 694px;
    height: 130px;
    margin: 0px;
    padding: 0px;
    background: url(../images/world.jpg) no-repeat top left;
}

#top_right2 .clock {
	float: left;
    width: 80px;
    margin: 10px 0px 0px 30px;
}

#top_right2 .spacer {
	float: left;
    width: 200px;
}


/* Content */

#content {
    clear: both;
	width: 900px;
	margin: 0 auto;
    padding: 0px;
}

td.main {
  padding: 10px 0px 0px 20px;
}

/* menu */
td.menu {
  background: #003170;
  color: #fff;
}

td.menu {
    color: #fff;
    font-size: 12px;
}

td.menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  color: #fff;
}
td.menu ul li {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}

td.menu ul a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

td.menu ul a:hover {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

td.menu ul.podmenu {
  list-style: none;
  padding: 0px 0px 0px 20px;
  margin: 0px;
  color: #fff;
  background: #5a6b73 url(../images/podmenu_bg.gif) repeat-x;
}

td.menu ul.podmenu a {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

td.menu ul.podmenu a:hover {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}


.search {
  margin: 0px;
  border: 1px solid #000;
  height: 12px;
  font-size: 11px;
  background: #cbcbcb url(../images/search_bg.gif);
  padding: 0px 0px 2px 0px;
}

.error {
  color: #f00;
}

.green {
  color: #3b549e;
}

.red {
  color: #d20000;
}





/* Footer */

#footer {
    clear: both;
	width: 900px;
	margin: 0 auto;
    height: 88px;
    background: url(../images/footer_bg.gif) repeat-x;
    font-size: 9px;
    color: #fff;
}

#footer div.copyrights {
    float: left;
	margin: 0px 0px 0px 10px;
    padding: 5px 0px 0px 0px;
}

#footer div.web {
    float: right;
	margin: 5px 10px 0px 10px;
    padding: 5px 0px 0px 0px;
    font-size: 12px;
}

#footer a {
	color: #fff;
    text-decoration: underline;
}

#footer a:hover {
	color: #fff;
    text-decoration: none;
}
