﻿body {
text-align: center;
min-width: 900px;
color: #303030;
}

#wrapper {
            width: 900px;
            margin: 0 auto;
            text-align: left;
            color: #303030;
}

#top    {
            width: 900px;
            margin: 0 auto;
            text-align: left;
            background-image: url(pics/topback.png);
            background-repeat: repeat-y;
                        }
                        
#content
 {
            width: 900px;
            margin: 0 auto;
            text-align: left;
            background-image: url(pics/bodyback.png);
            background-repeat: repeat-x;
            margin-top: 5px;
            min-height:200px;
            color: #303030;
            
          }
                        
 
                        

            
.ttl {background: url(pics/ttl.png) 0 0 no-repeat;}
.tbl {background: url(pics/tbl.png) 0 100% no-repeat;}
.btl {background: url(pics/btl.png) 0 0 no-repeat; height:20px;}
.btr {background: url(pics/btr.png) 100% 0 no-repeat; height:20px;}

/* Menu */

#menu {
	float: right; 
	position:relative; 
	text-align: right; 
	margin: -15px 5px 0 0 ;	
	}

#menu p {
	color: #303030;
	}

#menu a {
	background: none;
	color: #303030;
}


/* International */

#international {
	float: right; 
	position:relative; 
	text-align: center; 
	margin: -70px 10px 0 0 ;	
	}



/* Footer */

#footer {
	position: relative;
	margin: 10px 0 60px 0;
	padding: 10px 0 0 0;
	background: url(pics/footer.png) repeat-x;
}

#footer p {
	width: 840px;
	font-family: Arial, Verdana;
	color: #303030;
}

#footer a {
	background: none;
	font-weight: normal;
	color: #303030;
}

#center {
	margin: 0px auto 0 auto;
	padding: 0 0 60px 0;
	text-align:center;
	font-size: 12px;
	}
	
#left {
	margin: 15px auto 0 auto;
	padding: 0 0 0 0;
	text-align:left;
	font-size: 12px;
}

#right {
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
}

#menuright {
	margin: 0 10px auto;
	text-align: right;
	font-size: 12px;
}

/* headers */

h1 {
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	color: #0066CC;
}

h2 {
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: normal;
	color: #0066CC;
}

.style1
        {
            font-size: small;
            font-weight: normal;
        }
   
   .style2
    {
        font-weight: bold;
        font-size: medium;
        vertical-align: top;
    }
 
    
 
    .style5
    {
        vertical-align: middle;
        text-align: center;
    }

