body {
background-color: #000000;
background-image:
url('orange2.jpg');
font-size: 14px;
font-family: Eurostile;
color:#003366;
padding:1px;
margin:0px;
}
a {color: #ff3300;
font-size: 16px;
font-weight: bold
}
a:visited {color:#ff3300;
font-size: 16px;
font-weight: bold;
}
a:hover {color: #ffffff;
font-size: 16px;
}

h1 {
font-size: 16px;
text-transform:uppercase;
background-color: #ffffff;
border-top:0px solid #003366;
border-bottom:1px solid #003366;
padding:0px 0px;
margin:2px }
h2 {
font-size: 16px;
text-transform:uppercase;
background-color: #ffffff;
border-top:0px solid #003366;
border-bottom:1px solid #003366;
padding:0px 0px;
margin:2px }
h6 {
font-size: 16px;
text-transform:uppercase;
background-color: #ffffff;
border-top:0px solid #003366;
border-bottom:1px solid #003366;
padding:0px 0px;
margin:2px }

img.download {vertical-align:middle;}

/* ----------container to center the layout-------- */
#container {
width: 952px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: left;
background-color: #ff3300;
border-top:1px solid #003366;
border-bottom:1px solid #003366;
padding: 0px;
margin: 0px; }


/* ----------outer and inner----------------- */

#outer{ 
border-left: solid 200px #ffffff; /* color of the left column  */ 
border-right: solid 200px #ffffff; /* color of the right column  */ 
 background-color: #ffffff; /* color of the content column */
} 

#inner{margin:0; width:100%; } /* The ie/pc pecularity */ 

/* --------------left and right navi------------- */
#left {
 width:200px; 
 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:1px;
 
}
 #right {
 width:200px; 
 float:right; 
 position:relative; 
 margin-right:-200px; 
 margin-left:1px;
  
}

/* -----------------content--------------------- */ 
#content{ 
position: relative; 
margin: 0px; 
background-color: #ffffff;

}
p {
padding: 5px 10px;
margin:0px; }

#greybox {
  border-left:1px solid #003366;
border-right:1px solid #003366;
}

/*  ----------------footer---------------------- */ 
#footer {
width: 950px;
height: 50px;
font-size: 14px;
padding:0px;
color:#ffffff;
border-top:1px solid #003366;
border-bottom:1px solid #003366;
background-color: #ff3300;  
margin:0px;
text-align: right; } 

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

#footer a:hover {
	color: #003366;
}
