
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:url(grey.gif);
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:725px;
 margin:auto;
 }

#profile {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#smallheader {
color:#2C2D63;
font-weight:bold;
font:Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:15px;
}

#hdr {
 height:125px;
 background:#ffffff;
 color: #333333;
 }

#bar {
 height:20px;
 width: 725px;
background:#2C2D63;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#messagebox{ 
padding: 10px;
width: 140px;
color: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#B0B1C5;
}

#loginbox{ 
padding: 10px;
width: 300px;
color: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#B0B1C5;
}

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #333333;
 width:725px;
 padding:0;
 background-repeat:no-repeat;
 }
 
 #textbackground{
 background:url(world.jpg);
 background-repeat:no-repeat;

 }
 
#messagebox a, #messagebox a:visited {
 color:#003366;
 text-decoration:none;
 }
#messagebox a:hover{
 color:#003366;
 text-decoration:underline;
 }


#ftr {
 height:25px;
 background:url(bg_footer.jpg);
 color: #000000;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
 
 #menu {
 height:20px;
 color:#CCCCCC;
 border:solid #000000;	
  font-weight:bold;
 border-width:0 0px 0 0px;
 text-decoration:none;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 }
 
 #menuhere {
 height:20px;
 color:#ffffff;
 font-weight:bold;
 border:solid #000000;	
 border-width:0 0px 0 0px;
 text-decoration:underline;
 text-shadow:#FFFF33;
  text-decoration:underline;

 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 }
 
  #menuhere a, #menuhere a:visited {
  text-decoration:underline;
   color:#ffffff;
    text-shadow:#FFFF33;
	
}


#menuhere a:hover {
  text-decoration:underline;
color:#ffffff;
 text-decoration:none;
}

 
 #menu a, #menu a:visited {
  text-decoration:none;
   color:#CCCCCC;
}


#menu a:hover {
color:#ffffff;
 text-decoration:none;
}

#ftr a, #ftr a:visited {
  text-decoration:none;
   color:#CCCCCC;}

#ftr a:hover {
color:#ffffff;
 text-decoration: underline;
}
