body    {	
	font-family: sans-serif;
	color: black; 
	background-color: white;
	margin: 5px;
	padding: 0px;
}

/* give the page some size limits via the containing div */
body>div {
	max-width: 95em;
	min-width: 48em;
}

/* site-wide default style for hypertext links */
a {
	text-decoration: underline;
        background-color: inherit;
	color: #000066;
}

a:hover {
	color: rgb(0, 128, 128); 
}

/* site-wide default image style */
img {
	border: none;
}

/* default site-wide settings for heading text */
h1 { 
	font-size: 130%; 
	padding: 0.5em 0em 0em 0em;
	margin: 0.1em 0em 0.1em 0em;
}

h2 { 
	font-size: 125%; 
	padding: 0.3em 0em 0.1em 0.5em;
	margin: 0.3em 0em 0.1em 0.1em;
}

h3 { 
	font-size: 115%; 
	padding: 0.3em 0em 0.1em 0.5em;
	margin: 0.3em 0em 0.1em 0.1em;
}

h4 { 
	font-size: 105%; 
	padding: 0.5em 0em 0.1em 0.5em;
	margin: 0.3em 0em 0.1em 0.1em;
}

dt {
	font-weight: bold;
	font-size: 105%;
	margin: 0.1em 0.1em 0em 0em;
	padding: 0.3em 0em 0em 0em;
}

dd {
	padding: 0.2em 0.2em 0.5em 1.5em;
	margin: 0em;
}

.clear {
	clear: both;
	height: 1px;
}
/* a class for navigating and presentation on text browsers */
.textvers {
	display: none;
	margin: 0em;
	padding: 0em;
}


/* a class to highlight important text */
.alert {
	clear: both;
	width: 100%;
	height: 1.5em;
	text-align: center;
        background-color: inherit;
	color: red;
	font-size: 120%;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em 0em 0em 0em;
}

/* default URL style, using the italic form of the browser's font */
.url {
	font-style: italic;
}

/* A div which contains everything on the page. This was needed when */
/* developing the site layout. Might be unnecessary in the future.   */
div#container {
	margin: 5px;
        padding: 5px 5px 0px 5px;
        min-width: 52em;
        width: auto;
}	

/* the top horizontal section of content, containing the header and */
/* major navigation.                                                */
div#banner {
	height: auto;
	margin: 0px;
	padding: 0px;
	border: none;
}

/* This makes up most of the banner content. */
div#major_header {
        background-color: inherit;
	color: #333399;
	margin: 0px;
	padding: 0px;
	clear: both;
	background: url(/images/background/prone.jpg) 205px 5px no-repeat;
        height: auto;
	min-height: 80px;
	width: auto;
        border: none;
}

div#major_header a:hover {
	background-color: inherit;
        color: inherit;
}

div#logo {
    float: left;
    border: none;
    padding: 0px;
    margin: 0px;
    width: auto;
    height: auto;
}

div#logo img {
    display: inline;
}

div#catchphrase {
    color: black;
    height: 1.5em;
    font-style: italic;
    font-weight: bold;
    float: left;
    position: relative;
    top: 72px;
    left: 5px;
    font-size: 14px;
}

/* utility links in the header */
div#utility_links {
    height: auto;
}

div#utility_links ul {
    list-style: none;
    padding: 0em 0.5em 0.2em 0.5em;
    margin: 0em;
    white-space: nowrap;
    border: none;
    float: right;
    font-size: 80%;
    font-weight: bold;
    line-height: 1.4em;
}

div#utility_links ul li {
    text-align: right;
    margin: 0em;
    padding: 0em;
}

div#utility_links ul a {
    margin: 0em;
    padding: 0.2em 0em 0.2em 0.4em;
}

div#utility_links ul a:hover {
    background-color: #ddd;
    color: inherit;
}

div#major_nav {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    margin: 0em;
    padding: 0em;
    background-color: #000077;
    color: white;
    font-size: 90%; 
    border: none;
}

div#search {
	float: left;
	width: auto;
	height: 1.0em;
	background-color: transparent;
        color: white;
	margin: 0.2em 0.2em 0.2em 0em;
	padding: 0em;
	white-space: nowrap;
}

div#search p {
	display: inline;
	float: left;
	margin: 0.1em 0em 0em 0em;
	padding: 0.2em 0.1em 0.2em 0.5em;
	white-space: nowrap;
}

div#search form {
	display: inline;
	float: left;
	height: 1.5em;
	margin: 0em;
	padding: 0em 0em 0.2em 0.2em;
	font-size: 80%;
}

/* a containing div for the body and footer of the document */
/* primarily for page-layout purposes (other divs floated within it) */
div#pbody {
    clear: both;
    float: none;
    width: inherit;
    height: auto;
    margin: 0em;
    padding: 0px;
    background-color: #eee;
    color: inherit;
}

div#page_heading {
	padding: 0em 0em 0.2em 0em;
	margin: 0em;
        border: none;
}

/* a div for the actual page content!                       */
div#content {
    margin: 5px 0px 0px 0px;
    padding: 5px 1.0em 1.0em 1.0em; 
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: solid 10em #eee;
    font-size: 100%;
}

/* default styling for paragraphs within the page content div */
div#content p {
	margin: 0.1em 0em 0.4em 0.5em;
	padding: 0.1em 0.5em 0.3em 0.5em;
        font-size: inherit;
	line-height: 1.2em;
}

div#content p.indent {
	margin: 0em 0em 0.3em 0em;
	padding: 0em 0.5em 0.2em 1.5em;
}

div#content img {
    margin-left: 0.7em;
}

div#crumbs {
	margin: 0em;
	padding: 0.3em 0em 0.2em 0.7em;
	width: auto;
	height: auto;
}

div.shaded {
	font-weight: bold;
	background: #cccccc;
	padding: 0.4em 0.2em 0.2em 0.5em;
	margin: 0.4em 0em;
	border: none;
	border-bottom: 3px inset #999999; 
}

.bottomline {
	border-bottom: solid;
	border-bottom-width: thin;
	border-color: rgb(204, 204, 204);
}

img.inset {
	border: 3px inset #cfcfcf; 
	background-color: #f5f5f5; 
	padding: 0em;
	margin: 0.2em;
}

div.indent { 
	margin-top: 0.5em; 
	margin-bottom: 0em; 
 	margin-left: 0.5em;
}

/* the page footer */
div#footer {
    clear: both;
    font-size: 80%;
    font-weight: bold;
    padding: 0.5em 0.7em 0.6em 0.7em;
    margin: 0em;
    line-height: 1.4em;
    width: auto;
    height: 4em;
    border: none;
    border-top: solid 2px #000077;
    background-color: white;
    color: inherit;
}

div#footer p {
    white-space: nowrap;
    padding: 0.2em 0.5em 0.2em 0.5em;
    margin: 0em;
}

div#footer img {
    display: inline;
    margin: 0px 2px;
}

/* a list styled to show its items in horizontal fashion, with "child" */

div#content dl {
	margin: 0.2em 0.2em 0em 0em; 
	padding: 0.5em 0.2em 0em 0em;
}

div#content dt {
	margin: 0em 0em 0em 0.3em;
	padding: 0em 0em 0em 0.5em;
}

div#content dd {
	margin: 0.1em 0.1em 0.3em 1.0em;
	padding: 0.1em 0.2em 0.6em 1.5em;
	line-height: 1.2em;
}

div#content dd p {
	margin: 0.1em 0em 0.2em 0em;
	padding: 0.1em 0em 0.2em 0em;
}

div#content dd li {
	margin: 0em 0em 0em 2.0em;
	padding: 0em;
}

/* links that don't need visual feedback */
div#content a.nohover {
    color: inherit;
    background-color: inherit;
    text-decoration: inherit;
    padding-left: 0em;
    margin-left: 0em;
}

div#content a.nohover:hover {
    color: inherit;
    background-color: inherit;
}

/* default styling for unordered lists within the page content div */
div#content ul {
	margin: 0.3em 1.0em 1.0em 2.0em;
	padding: 0em;
	background-color: transparent;
	line-height: 1.3em;
}

div#content ul li {
	margin: 0.1em 0.1em 0.5em 1.5em;
	padding: 0.1em;
	text-align: left;
	background-color: transparent;
}

div#content ol {
    padding: 0em 0em 0em 1.5em;
    margin: 0em 0em 0em 1.5em;
}

div#content ol li {
	margin: 0em 0em 0.2em 1.5em;
	padding: 0.1em 0.2em 0.2em 0.1em;
	text-align: left;
	background-color: transparent;
}

div#content dl {
    padding: 0em 0em 0em 0.5em;
    margin: 0em 0em 0em 0.5em;
}

div#content dt {
    font-weight: bold;
    font-size: 105%;
    padding: 0em;
    margin: 0em;
}

div#content dd {
    padding: 0em;
    margin: 0em;
}

/* lists displayed as pull-down submenus.                              */
ul.nav {
    background-color: #000077;
    color: white;
    list-style: none;
    white-space: nowrap;
    margin: 0em;
    padding: 0em;
    border: none;
}

ul.nav a {
    display: block;
    background-color: inherit;
    color: inherit;
    text-decoration: none;
    margin: 0em;
    padding: 0em;
}

ul.nav a:hover {
    background-color: #66cc66;
    color: white;
    text-decoration: none;
}

ul.nav li {
    display: block;
    float: left;
    text-align: center;
    background-color: #000077;
    color: inherit;
    margin: 0em;
    padding: 0.4em 1.0em 0.3em 1.0em;
    border: none;
    position: relative;
}

ul.nav li.inactive {
    background-color: inherit;
    color: #ccc;
}

ul.nav li:hover {
    background-color: #66cc66;
    color: inherit;
}

ul.nav li.inactive:hover {
    background-color: #000077;
    color: #ccc;
}

/* this sets lists within lists to be menus which are hidden */
/* until the user mouses over the "parent" list item         */
ul.nav li ul {
    display: none;
    position: absolute;
    font-size: 90%;
    font-weight: normal;
    margin: 0em;
    padding: 0em;
    width: 15em;
    border: none;
    z-index: 100;
}

/* sets an unordered list which is a child of another list item */
/* to be positioned at the upper left of the parent list item */
ul.nav li>ul {
    top: 1.8em;
    left: 0em;
}

/* displays the child list when the user mouses over the parent list item */
ul.nav li:hover ul, li.over ul {
    display: block;
}

ul.nav li li {
    border: solid 1px #333399;
    border-top: none;
    background-color: white;
    color: black;
    text-align: left;
    white-space: normal;
    margin: 0em;
    padding: 0em;
    width: 100%;
    height: auto;
    z-index: 100;
}

ul.nav li li a {
    display: block;
    padding: 0.3em;
    margin: 0em;
    border: none;
    border: solid 2px white;
    background-color: inherit;
    color: black;
}

ul.nav li li a:hover {
    background-color: #ddd;
    color: black;
    border: 2px inset #eee;
}

ul.nav li li:hover {
    background-color: #ddd;
    color: black;
}

/* minor navigation elements, currently styled in a left vertical column */
div#minor_nav {
    float: left;
    font-size: 90%;
    width: 10em; /* column width */
    height: 100%; 
    margin: 10px 0px 5px 2px;
    padding: 0px;
    border: solid thin #000066;
    background-color: white;
}

div#minor_nav h1 {
    font-size: 100%;
    font-weight: bold;
    padding-left: 8px;
}

div#minor_nav dl {
	padding: 0em;
	margin: 0em;
}

div#minor_nav dt {
	margin: 0em;
	padding: 0.1em 0.1em 0.2em 0.2em;
        border: none;
	text-align: left;
	font-weight: bold;
        font-size: 110%;
}

div#minor_nav dt a {
	padding: 2px 0px 2px 0px;
	width: auto;
}

div#minor_nav dt a:hover {
	text-decoration: none;
}

div#minor_nav dd {
    font-weight: normal;
    margin: 0em 0.5em 1.0em 0.6em;
    padding: 0.2em;
    border: none;
    background: inherit;
    color: inherit;
}

div#minor_nav ul {
/*    list-style: none; */
/*    margin: 0px 0px 10px 0px; */
    padding: 5px;
/*    border: solid thin #000066; */
/*    background-color: white; */
/*    color: inherit; */
}

div#minor_nav ul li {
    line-height: 1.3em;
    padding: 0.2em;
}

div#welcome {
    width: 63%;
    height: auto;
    font-size: 100%;
    float: left;
    margin: 0px 10px 10px 0px;
    padding: 0px 5px 5px 5px;
}

div#welcome p {
    margin: 10px 0px;
    border: none;
}

div#news {
    margin: 10px 0px 10px 0px;
    padding: 0.7em 0.2em 0.2em 0.2em;
    border: solid 2px #000077;
    width: 33%;
    height: 100%;
    background-color: #ddd;
    float: left;
    font-size: 90%;
}

div#news h1 {
    margin: 0em;
    padding: 0px 0px 0px 5px;
    font-size: 90%;
}

div#news ul li {
    position: relative;
    top: -0.3em;
    left: -2.0em;
}

div#suppliers {
    float: left;
    background-color: #ccc;
    margin: 1%;
    padding: 0.1em;
    border: solid 2px #000077;
    width: 50%;
    height: 100%;
    font-size: 80%;
}

div#suppliers img {
    float: left;
    margin: 5px;
    padding: 0px 10px 0px 0px;
}

div#suppliers div {
    clear: both;
    border: none;
    margin: 0em;
    padding: 0.2em;
}

div#suppliers p {
    margin: 5px 0px;
    padding: 0em;
    font-weight: bold;
}

div#links {
    margin: 0px;
    padding: 0.5em 0.2em 0.5em 0.2em;
    border: solid 2px #000077;
    width: 35%;
    height: auto;
    background-color: white;
    color: black;
    float: right;
    font-size: 90%;
}

div#links h1 {
    font-size: 90%;
    margin: 0em;
    padding: 0px 0px 0px 5px;
}

.datestamp {
    float: right;
    font-size: 80%;
    font-style: italic;
    padding: 0.6em 1.0em 0.3em 1.0em;
    width: auto;
}

ul.target {
    list-style: none;
    padding: 0em;
    margin: 0em;
    line-height: 1.2em;
}

ul.target li {
    display: block;
    background-image: url(/images/leftnav.gif);
    background-repeat: no-repeat;
    background-position: 0em 0.5em;
    background-color: inherit;
    font-size: 90%;
}

ul.target li div {
	padding: 0em 0em 0em 15px;
	margin: 0em;
}

ul.target li a {
	padding: 0em;
	margin: 0em;
        font-style: italic;
}

ul.target li a.plain {
    font-style: normal;
}

ul.target li:hover {
        background-image: url(/images/leftnav_on.gif);
}

ul.target li a:hover {
        text-decoration: none;
}

ul.target li object {
    position: relative;
    z-index: 0;
}

div.box {
    width: 80%;
    border: solid 1px black;
    margin: 0em 0em 1.0em 3.0em;
    padding: 0.3em;
}

table {
    margin-left: 0.2em;
}

/* embedded video from biathlon.teamusa.org */
div.video {
    margin: 10px auto 10px 20px;
}
