/*Basic styles separated to make sample code easier to follow*/

body {
	margin: 1em 6%;
	font-size: 90%;
	font-family:"Palatino Linotype", Georgia, Garamond, serif;
	background-image: none;
	line-height: 1.2;
	}


/*body {
	margin: 1em 6%;
	font-size: 90%;
	color: #444;
	background: white url(../images/bluefade.gif) top left repeat-x;
	line-height: 1.2;
	}*/	/* un-comment this body style if needed */
	
#container {
	border: double 3px #51669B;
	background-color: white;
	padding: 1em 5%;
	}

h2,h3 {
	color: #4371B4; 
	text-align: center;
	margin-bottom: .2em;
}

h3,h4 {
	margin-bottom: 0;
	margin-top: 0;
}
.centered {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#globalnav {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	top:4px;
	width:90%;
	text-align:center;
	background-color:#F8F7F0;
	border: solid 1px #FFFFFF;
	padding-top:6px;
	padding-bottom:6px;
}

/**  -------------------- links in global template nav bars ------------  **/
.navlinks:a {
	font-size:10px;
	color:#003399;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:2px;
	margin-bottom:2px;
	margin-right:8px;
	margin-left:8px;
	/*  border-bottom:none;  */
	}
.navlinks:link {
	font-size:10px;
	color:#27408b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding-top:2px;
	margin-bottom:2px;
	margin-right:8px;
	margin-left:8px;
	/*   border-bottom:none;	*/
	}
.navlinks:visited {
	font-size: 10px;
	color:#51669B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding-top:2px;
	margin-bottom:2px;
	margin-right:8px;
	margin-left:8px;
	/*  border-bottom:none;  */
	}
.navlinks:hover {
	font-size: 10px;
	color:#734222;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
	padding-top:2px;
	margin-bottom:2px;
	margin-right:8px;
	margin-left:8px;
	}
.navlinks:active {
	font-size: 10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding-top:2px;
	margin-bottom:2px;
	margin-right:8px;
	margin-left:8px;
	/* border-bottom:none;  */
	}

/** --------------- global pseudo classes --------------- **/
a:link{
	color:#51669B;
	text-decoration:none;
	border-bottom:none;
}

a:visited{
	color: #51669B;
	text-decoration: none;
	border-bottom:none;
}
a:hover{
	color: #734222;
	text-decoration: underline;
	border-bottom:none;
}

a:active{
	color: #999999;
	text-decoration: underline;
	}
/** --------------- end global pseudo classes --------------- **/

/*a, a.back {color: #39c}
a:hover {color: Coral}*/

pre {font-size: 85%}
small {font-size: 70%;}
code {color: #330099}

/* The Style tag moved from the document to this css file */

html    {
    height: 100%;   /* needed by Netscape to prevent it going crazy*/
}

.dict {
	font-weight: bold;
	font-size: 100%;
	color: #191970;
	/* FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif */
}

a.glossarydef {
	border-bottom: 1px dashed;
	text-decoration: none
}

div.cat {
    width: 100%; 
    height: .8em; /* needed by NN6*/
    line-height: 1em;
    border-bottom: 3px dotted gray;
    margin-top: .9em;
    font-size: 1em;
    font-weight: bold;
}

div.subcat {
    width: 100%;
    w\idth: 92%;        /*conforming browser hack*/
    margin-left: 7%;  /* width and margin-left = 100% hack 99% for IE*/
    height: 1.1em;        /* needed by NN6*/
    border-bottom: 3px dotted silver;
    margin-top: .4em;
    font-size: .9em;
    font-weight: bold;
}

div.subcat1 {
    width: 100%;
    w\idth: 89%;        /*conforming browser hack*/
    margin-left: 10%;  /* width and margin-left = 100% hack 99% for IE*/
    height: 1.1em;        /* needed by NN6*/
    margin-top: .4em;
    font-size: .9em;
    font-weight: normal;
}

div.subcat2 {
    width: 100%;
    w\idth: 81%;        /*conforming browser hack*/
    margin-left: 12%;  /* width and margin-left = 100% hack 99% for IE*/
    height: 1.1em;        /* needed by NN6*/
    margin-top: .4em;
    font-size: .9em;
    font-weight: normal;
}

.itemname    {
    float: left;
    position: relative; /*needed by IE6*/
    top: 5px;
    background-color: white;
    margin-bottom: -.3em;
    border-bottom: solid white .2em;
    padding-right: 10px;
    text-align: left;
    font-variant: small-caps;
}

div.cat>.itemname, div.subcat>.itemname    {
    position:static; /*IE5 Mac Bug, items are offset */
} 

.num    {
    float: right;
    position: relative; /* needed by IE6*/
    top: 5px;
    background-color: white;
    margin-bottom: -.4em;
    border-bottom: solid white .2em;
    width: 44px;
    text-align: right;
    font-family: "Courier New", monospace;
}

div.subcat .num    {
    color: silver;
}

p    {
    margin-top: 0;
    color:#666;
}

blockquote    {
    font-size: 85%;
    border: dotted 2px #bcc;
    padding: 8px 20px;
    margin: 1px 10%;
    background-color: #f4f4f4;
}

.sig    {
    color:#666;
    font-style: italic;
    letter-spacing: 2px;
}

#quotes {margin-top: 4em;}
.footer {text-align: center;}

/* Global Print Styles*/
@media print {

.noprint {display: none;}

body {
	font-family:"Palatino Linotype", Georgia, Garamond, serif;
	background-image: none;
	}
	
#container {
	border: none;
	padding: 0;
	}

}