/* CSS Document */

/* GLOBAL RESET */

* {marign: 0px; padding: 0px;}

body {
    font-family: verdana, sans-serif;
    font-size: normal;
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
}

#maincontainer {
    width: 950px;
    height: 100%;   
    margin: 0 auto;
    margin-top: 10px;
    
}

#header {
    background-color: #003366;
    width: 950px;
    height: 136px;
    background-image: url("../images/header_bg.png");
    background-repeat: repeat-x;
}
#header img {
    margin: 35px;
}
.tl {
    background: transparent url("../images/corner_topleft.png") no-repeat top left;
    width: 100%;
    height: 100%;
}
.tr {
    background: transparent url("../images/corner_topright.png") no-repeat top right;
    width: 100%;
    height: 100%;
}
.bl {
    background: transparent url("../images/corner_bottomleft.png") no-repeat bottom left;
    width: 100%;
    height: 100%;
}
.br {
    background: transparent url("../images/corner_bottomright.png") no-repeat bottom right;
    width: 100%;
    height: 100%;
}
#navigation {
    margin-top: 10px;
    background: transparent url("../images/bottom_bg.png") repeat-x bottom;
    width: 100%;
    height: 40px;
    font-size: small;
    font-weight: bold;
    color: #FFF;
    z-index: -1;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
}
#navigation .item {
    margin-top: 0px;
    padding: 10px;
    padding-top: 15px;
    float: left;
    height: 25px;
    width: 100px;
    text-align: center;
    border-right: 1px solid #FFF;
    cursor: pointer;
}
#navigation .itemhover {
    margin: 0px;
    padding: 10px;
    padding-top: 15px;
    float: left;
    height: 25px;
    width: 100px;
    text-align: center;
    background-color: #b1bacf;
    border-right: 1px solid #FFF;
    cursor: pointer;
}
#navigation .navlogin {
    margin: 0px;
    padding: 10px;
    padding-top: 15px;
    float: right;
    height: 25px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
}
#content {
    clear: both;
    position: absolute;
    background: #FFF url("../images/bottom_bg.png") repeat-x bottom;
	margin-bottom: 100px;
    
    width: 950px;
}
.titlecleft {
    background: transparent url("../images/title_cleft.png") no-repeat top left;
    width: 100%;
    height: 100%;
}
.titlecright {
    background: transparent url("../images/title_cright.png") no-repeat top right;
    width: 100%;
    height: 100%;
}
#content .left {
    background: transparent url("../images/title_bg.png") repeat-x top;
    position: relative;
    float: left;
    width: 668px;
    margin-top: 10px;
    padding: 0px;
    height: 100%;
    
}
#content .right {
    position: relative;
    float: left;
    width: 272px;
    margin-top: 10px;
    padding: 0px;
    margin-left: 10px;
    background: transparent url("../images/title_bg.png") repeat-x top;
    height: 200px;
}

#globe_img {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 0px;
    right: 0px;
    vertical-align: bottom;
    background-image: url("../images/globe_img.gif");
    background-position: bottom right;
    background-repeat: no-repeat;
    
}
#footer {
    font-size: x-small;
    color: #FFF;
    font-weight: normal;
    position: static;
    float: left;
}
h1 {
    color: #003366;
    font-size: x-large;
    margin: 0px;
    padding: 10px;
}
h2 {
    margin: 0px;
	padding: 8px;
    font-size: large;
    font-weight: bold;
    color: #003366;
}

h3 {
    margin: 0px;
	padding: 8px;
    font-size: normal;
    font-weight: bold;
    color: #003366;
}

h4 {
    margin: 0px;
	padding: 8px;
    font-size: normal;
    font-weight: normal;
    color: #003366;
}

h5 {
    margin: 0px;
	padding: 8px;
    font-size: small;
    font-weight: bold;
    color: #003366;
}
ul {
	font-size: small;
	color: #000;
	margin-left: 30px;
}
p {
    margin: 4px 4px 12px 12px;
    font-size: small;
}