/* CSS Document */

body {
	margin: 0px;
/*	background-color: #03468f; */
	background-color: #000000;
/*	color: white; */
	font-family: arial;
	font-size: 14px;
}

a:link {
	color: #ffffff;
	text-decoration: none;	
}
a:visited {
	color: #ffffff;
	text-decoration: none;	
}

a:hover {
	color: #f3f299;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration: none;	
}

.contents {
	font-size: 14px;
	background-color: #ffffff;
	margin-right: 20px;
	padding-right: 30px;
	
}

.contents a:link {
	color: #03468f;
	text-decoration: none;
	font-weight: bold;	
}
.contents a:visited {
	color: #03468f;
	text-decoration: none;
	font-weight: bold;		
}

.contents a:hover {
	color: #4c91de;
	text-decoration: underline;
	font-weight: bold;	
}

.contents a:active {
	color: #03468f;
	text-decoration: none;
	font-weight: bold;		
}
.head {
	color: #03468f;
	font-weight: bold;
	font-size: 18px;
}

td {
	vertical-align: top;
}

ul {
	list-style-image: url(/images/bullet.jpg);	
}
ul li {
	font-size: 14px;
	padding-bottom: 8px;
}

/* Navigation intro */
#menuintro {
   margin: 0; 
   padding: 0; 
   position: relative;
   float: none;
   width: 298px; 
   height: 23px; 
   background: #ffffff url(/images/menu_intro_top.gif) no-repeat; 
   z-index: 10;}

#menuintro li {
	list-style: none; 
	display: inline;
}

#menuintro li a {
	display: block; 
	position: absolute; 
	top: 0; 
	overflow: hidden;
	text-indent: -9999px;
	height: 24px;
	voice-family: "\"}\""; 
	voice-family: inherit;

} #menuintro {}

#menuintro a:hover {background: #ffffff url(/images/menu_intro_top.gif) no-repeat;}

#culture a {width:131px; left: 10px;}

#menuintro #culture a:hover {background-position: -10px -23px;}

#mission a {width: 140px; left: 152px;}

#menuintro #mission a:hover {background-position: -152px -23px;}


/* Navigation CAD */
#menucad {
   margin: 0; 
   padding: 0; 
   position: relative;
   float: none;
   width: 660px; 
   height: 23px; 
   background: #ffffff url(/images/menu_cad.gif) no-repeat; 
   z-index: 10;}

#menucad li {
	list-style: none; 
	display: inline;
}

#menucad li a {
	display: block; 
	position: absolute; 
	top: 0; 
	overflow: hidden;
	text-indent: -9999px;
	height: 24px;
	voice-family: "\"}\""; 
	voice-family: inherit;

} #menucad {}

#menucad a:hover {background: #ffffff url(/images/menu_cad.gif) no-repeat;}

#cad-overview a {width:120px; left: 10px;}

#menucad #cad-overview a:hover {background-position: -10px -23px;}

#cad-coord a {width: 175px; left: 143px;}

#menucad #cad-coord a:hover {background-position: -143px -23px;}

#cad-coord2 a {width: 184px; left: 313px;}

#menucad #cad-coord2 a:hover {background-position: -313px -23px;}

#cad-packages a {width: 173px; left: 498px;}

#menucad #cad-packages a:hover {background-position: -498px -23px;}

/* -- navigation intro -- */

/*#menuintro {
	margin: 0;
    padding: 0; 
    position: relative;
	overflow: hidden;   
    width: 90px; 
    height: 102px; 
    background: #ffffff url(/images/menu_intro.jpg) no-repeat left top; 	
    z-index: 1;  
}

#menuintro li {list-style: none; display: inline;}

#menuintro li a {
	position: absolute;
	top: 0;
	height: 24px; 
	text-indent: -9000px;	
} #menuintro {}

#menuintro a:hover {
	background: 0 url(/images/menu_intro.jpg) no-repeat -90px;
	
}

#culture a {
	width: 90px;
	margin-top: 30px;
}

#menuintro #culture a:hover {background-position: -90px -30px;}

#success a {
	width: 90px;
	margin-top: 54px;
}

#menuintro #success a:hover {background-position: -90px -54px;}

#mission a {
	width: 90px;
	margin-top: 78px;	
}

#menuintro #mission a:hover {background-position: -90px -78px;}
*/

/* End Navigation */