/* CSS Document */
/* CSS Document for USNA Homepage Redesign 2006*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif; 
	color:#000000;
	text-align: center;
	background-color:#FFFFFF;
	z-index:1;
	width:100%;
	
}
th {
    color:#FF0000;
	font-size:9px;
	font-style:italic;

}
#container {
	margin:auto;
	position:relative;
	width: 800px;
	height:800px;
	background-color:#FFFFFF;
	z-index: 2;
}
#borderarea{
    margin: 0px auto;
	padding: 0;
	top:0px;
	left:801px;
	width: 200px;
	z-index: 4;
	border-width:thick;
	border-color:#000000;
	
	
}
#headerimage {
	
	left:450px;
	
	
	border: none;
	text-align: left;
	z-index: 4;
}
#navBar{

	float: left;
	
	
	/*width: 160px;*/
	width: 180px;
	
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	background-color: #fed649; /*dark yellow - gold*/
	border-right: 0px solid #fed649;
	border-bottom: 0px solid #fed649;
	border: 2px solid #000080;
}
#navBar a {
...
width: 100%;  /* causes IE to make the links full width, but for some reason
misaligns them in other browsers */
...
}

html>body #navBar a {  	/* IE ignores this selector */
width: auto;   			/* corrects alignment in non-IE browsers */
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/*#navBar li {border-bottom: 1px solid #EEE;}*/
#navBar li {border-bottom: 1px solid #fed649;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/
#subtopics{
   font-family:Arial, Helvetica, sans-serif;
   font-weight:normal;
   color:#0099CC;
   font-size:inherit;
}
#sectionLinks{
	position: left;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #fed649;
	font-size: 90%;
	text-indent:6px; /*allows room for the arrow image when "on"*/
	

	
}

#sectionLinks ul{
	word-spacing: normal;
	list-style-position: outside;
	display:block;
	text-indent:6px;
}


#sectionLinks a {
	font-family: Helvetica;
	font-size: 12px;
    font-weight: bold;
	display: block;
	/*border-top: 1px solid #FFFFFF;*/
	/*border-top: 1px solid #fed649;*/ /*took some of spacing out*/
	/*padding: 5px 0px 5px 10px;*/
	padding: 3px 0px 3px 10px;
}
#sectionLinks a:hover{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	/*color: #8D816B;*/
	color: #000066;
	text-decoration:none;
	/*background-color: #FFFFFF;*/
	background-color: #fee99f; /*light yellow*/
	background-image:url(../images/shape.gif);
	background-repeat: no-repeat;

	
}


#sectionLinks a:on{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #8D816B;
	text-decoration:none;
	/*background-color: #DCE2F6;*/
	background-color: #fee99f; /*light yellow*/
}
.buttonOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #8D816B;
	text-decoration: none;
	background-color: #fee99f;
}




#footer {

   
   position:relative;
   z-index:6;
  
   left:4px;
}
/* below from usnahome.css (has been modified)*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 13px;*/
	color: #000066;
	font-weight:normal;
	text-decoration: none;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 13px;*/
	color: 000066;
	font-weight:normal;
	text-decoration: none;
    
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 13px;*/
	color: #BF9F3F;
	/*font-weight:bold;*/
	text-decoration: underline;
	
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 13px;*/
	color: 000066;
	font-weight:normal;
	text-decoration: none;
    color: #BF9F3F;
	font-weight:bold;
	text-decoration: underline;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000080;
	
}
#missiontext{
     width: 510px;
}
ul {
	list-style-image:  url(images/bullet.gif);
	word-spacing: normal;
	list-style-position: outside;
	list-style-type:none;


}
.bodytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 000066;
	font-weight: bold;

}
.smtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: 000066;
}
.lgtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: 000066;
}
.small {	
	font-family: Verdana,Arial,Helvetica,sans-serif ;	
	font-size: 11px ;	
	font-weight: normal;
	color: #000080;
}


