
body 
{
	margin: 0px;
	padding: 0px;
	background: #F0F0F0;
	font-family: Arial;  
	font-size: 12px;
	color: gray;   
	text-align: justify;   
}

img 
{
	border: none;
}

.ImageLeft 
{
	float: left;
	margin: 0px 20px 0px 0px; 
}

.ImageRight
{
	float: right;
	margin: 0px 0px 0px 20px;
}

h1
{
	margin: 0px 0px 10px 0px;
	font-size: 18px;
}

h2
{
	font-size: 14px;
	margin: 20px 0px 10px 0px;
} 

h3
{
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}    

a
{                
	color: orange;
	font-weight: bold;
	text-decoration: none;
} 

a:hover
{
	text-decoration: underline;
}  

input
{
	font-family: Arial;  
	font-size: 11px; 
}  

input[type=submit]
{
	height: 20px;
   	border: 1px solid #d0d0d0; 
	background: url(../images/button_bg.png) repeat-x #ffffff; 
}  

input[type=text]
{
	height: 18px; 
	border: 1px solid #d0d0d0;                              
}        

table
{
	border: 1px solid #D0D0D0;
	border-collapse: collapse;
}   

th
{
	padding: 5px;
	background: white;
	border: 1px solid #D0D0D0;
}

td
{
	padding: 10px; 
	border: 1px solid #D0D0D0; 
}    

#SiteContainer
{
	margin: 0px auto;
	width: 936px;     
	background: url(../images/content_bg.png) repeat-y #ffffff;     
}

#SiteHeader
{
	position: relative;
	height: 148px;
	background-repeat: ;
	background-color: #F0F0F0;
}      

#SiteHeaderFlags
{
	position: absolute;
	bottom: 5px;
	left: 10px;
}

#SiteMenu
{           
	position: relative;   
	top: 0px;
	left: 0px;   
	padding: 8px 30px;              
	height: 16px;
	background: url(../images/menu_bg.png) no-repeat #ffffff;
}   

#SiteMenu .Main
{              
	display: block;
	float: left; 
	font-weight: normal;  
	color: gray;  
}  

#SiteMenu .Seperator
{              
	display: block;
	float: left;       
	margin: 0px 6px;
	font-weight: bold;
	color: orange;
}  

#SiteMenu .SubLink             
{   
	float: left; 
	position: relative;
	padding-bottom: 4px;  
}

#SiteMenu .SubLink:hover .SubMenu
{              
	display: block;
}
 
#SiteMenu .SubMenu
{              
	display: none;
	position: absolute;
	top: 18px; 
	left: 0px;
	padding: 4px;  
	margin: 0px; 
	background: #ffffff;
	border: 1px solid silver;
}     

#SiteContent
{
	margin: 30px 50px; 
}

#SiteFooter
{ 
	padding: 8px 0px;
	height: 33px;        
	text-align: center;
	background: url(../images/footer_bg.png) no-repeat #ffffff; 
} 

#SiteFooter a
{ 
	color: gray;
}


#SiteFooter .Seperator
{
	color: orange;
}  
