/* CSS Style Document*/
<!--
html, body {
font-family:arial;
font-size:11px;
margin: 0 0 0 0;
padding: 0 0 0 0;
border: 0;
background:#040A44 url(../imgs/page_bg.jpg) top left;
}

#Page{
width:100%;
height:100%;
}

#Container{
width:720px;
height:100%;
background-color:#FFFFFF;
margin:0 auto 0 auto;
}

#ContentContainer{
width:680px;
margin:0 auto 0 auto;
}

#Header{
width:100%;
height:130px;
padding:15px 0 0 0;
border-bottom:#333333 dotted 1px;
}


#Navigation{
font-size:16px;
margin:7px 0 7px 0;
}


	#Navigation ul{
	display: inline;
	padding:0 0 0 0;
	}
	
	#Navigation li{
	display: inline;
	padding:0 10px 0 0;
	
	}
	
	#Navigation a {
	color:#040A44;
	text-decoration:none;
	
	}
	
	#Navigation a:active {
	}
	
	#Navigation a:visited {
	
	text-decoration:none;
	
	}
	
	#Navigation a:hover {
	color:#FF6600;
	text-decoration:none;
	border-bottom: dotted 1px;
	}

#LeftCol{
float:left;
width:470px;

font-size:12px;
color:#333333;
}

	#LeftCol P{
	text-align:justify;
	}

#RightCol{
float:right;
width:200px;
}

#IndexCol{
width:100%;
}

#IndexFLAcontainer{
width:680px;
height:243px;
}

#IndexContent{
font-size:12px;
color:#333333;
}

#Clearing{
clear:both;
}

#HomeContentHeader{
font-size:70px;
color:#418DEC;
}

#BottomContainer{
width:100%;
height:50px;
border-top:#333333 dotted 1px;
color:#999999;
font-size:10px;
margin:20px 0 0 0;
padding:7px 0 0 0;
}


		.NewsTitleLink{
		font-size:18px;
		color:#000033;
		}
		
		.NewsDate{
		font-size:10px;
		color:#333333
		}
		
		.header{
		font-size:12px;
		}
		
		
			.NewsLink a {
			color:#333333;
			font-size:10px;
			text-decoration:none;
			}
			
			.NewsLink a:active {
			}
			
			.NewsLink a:visited {
			color:#FF6600;
			text-decoration:none;
			}
			
			.NewsLink a:hover {
			color:#000033;
			text-decoration:none;
			border-bottom: dotted 1px;
			}	

/*			
			#CusineList a {
			color:#000000;
			font-size:12px;
			text-decoration:none;
			}
			
			#CusineList a:active {
			}
			
			#CusineList a:visited {
			color:#000000;
			text-decoration:none;
			}
			
			#CusineList a:hover {
			color:#0099FF;
			text-decoration:none;
			}		
		
			#CusineContain #CusineList br{
			clear: left;	
			}
	
*/

-->