@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-image:url(bgn.jpg); background-repeat:repeat-x; background-attachment:fixed;
	background-color:#0a4b80;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	}
	
	
.wrap	{	width:800px; 
			height:100%; 
			margin:0 auto; 
			text-align:center;
			}
			
.header	{	width:800px; 
			height:145px; 
			background-image:url(header.jpg);
			text-align:left;
			float:left;
			margin-top:30px
			}
.spaceUp	{	width:800px; height:91px;
			float:left}
			
.menu	{ 	float:left;
			padding-left:266px;
			height:54px;
			font-family:"Century Gothic"
			}
.spaceMenu	{	float:left; 
				width:2px; 
				height:54px; background-image:url(space.png);
				background-repeat:no-repeat;
				}
.menuStand	{	float:left; 
				height:34px; 
				padding:15px 20px 0 20px; 
				font-size:15px;
				color:#0072bc;
				text-decoration:none;				
				}
/*
.menuStand a {	color:#0072bc;
				text-decoration:none;				
				}				
.menuStand a:hover	{	float:none; 
				color:#000;
				background-image:url(../img/menuHover.png);
				background-repeat:repeat-x;
				}				
			
*/
			
.content	{	width:800px;
				background-color:#FFF;
				background-image:url(bgnContent.jpg); background-repeat:repeat-x;
				padding:30px 0 30px 0;
				line-height:20px
				}
				
.contentLeft	{	float:left; 
					width:255px;
					text-align:left;
					}
					
.contentRight	{	float:left; 
					width:515px; 
					padding-left:15px;
					text-align:left;
					}
.contentRightContact	{	float:left; 
					width:400px; 
					padding-left:40px;
					text-align:left;
					}					

.headerOrange	{	padding-left:30px;
					height:19px; 
					background-image:url(bgnOrange.jpg); 
					font-weight:bold; 
					color:#0072bc;
					}
.headerGray		{	padding-left:30px;
					height:19px; 
					background-image:url(bgnBLue.html); 
					font-weight:bold; 
					color:#0072bc;
					}					
					
img, div, a, input, td,{ behavior: url(iepngfix.html) }		


/*navigation*/

A:link 		{ 	
			text-decoration: none; 
			color: #0489bb; 
			}		 
A:visited 	{
			text-decoration: none;
			color: #0489bb; 
			}
A:hover 	{ 
			text-decoration: none; 
		  	color: #e56100; 
			}