

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 10px 0;
	padding: 0;
	text-align: center;
}

#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content a:link, #content a:visited {
	color: #003366;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#content .handler, #content .handler_down {
	text-decoration: underline;
	color: #003366;
	cursor: hand;
}

#content a:hover {
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


h1 {
	font-size: large;
	color: #000;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 10px;
}

h2 {
	font-size: medium;
	color: #000;
	font-weight: normal;
}

h3 {
	font-size: medium;
	color: #900;
	font-style: italic;
	font-weight: normal;
}


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 5px 0px 0px 0px;
	width: 100%;
}

#content{
  float:right; 
  width: 70%; 
  margin:0;
  padding: 20px 3% 0 0;
}

#content p {
	margin-top: 2px;
	margin-bottom: 8px;
}

#content p.signature {
	color: #730000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: small;
	text-align: right;
}

#content p.example {
	margin: 10px 30px 10px 30px;
	padding-left: 10px;
	font-style: italic;
	line-height: normal;
}

#content ul {
	padding-top: 0px;
	margin-top: 0px;
}

#content li {
	padding: 4px 0 4px 0;
}

#content ul li li {
	list-style-image: url(images/dash-bullet.gif);
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 6px;
	list-style-type: none;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav {
	clear: both;
	color: #fff;
	padding: 1px 10px 2px 0px;
	margin: 5px 0 0 0;
	text-align: right;
	/* border-bottom: 1px solid #082335; */
	 background-color: #B09E79; /* beige */
	 /* background-color: #9FBEA0; /* green */
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 0px; 
}

/************* #siteInfo styles ***************/

#siteInfo {
	clear: both;
	border-top: 4px solid #B09E79; /* beige */
	font-size: x-small;
	color: #000;
	padding: 4px 10px 4px 10px;
	margin-top: -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.5em;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a:link, #siteInfo a:visited, #siteInfo a:hover {
	color: #003366;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p.smallprint {
	font-size: x-small;
}

#topquote {
	font-family: Georgia, serif;
	font-size: large;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #730000;
	line-height: normal;
	float: right;
	padding: 20px 10px 20px 0px;
}

.quote {
	font-family: Georgia, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #730000;
	padding: 10px 0 10px 0;
	line-height: normal;
	float: right;
}

#navcontainer {
	font-weight: normal;
	width: 180px;
	border-right: thin #730000 solid;
	margin: 5px 0 5px 0;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0 0 0px 0; border-top: 1px solid #fff;}

#navcontainer a
{
	display: block;
	padding: 8px 10px 2px 10px;
	font-weight: bold;
	width: 160px;
	color: #052136;
	background-color: #fff;
	text-decoration: none;
}

#navcontainer a:hover
{
color: #052136;
background-color: #fff;
text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 0px 0; border-top: none;}

#navcontainer ul ul a
{
	display: block;
	font-weight: normal;
	padding: 1px 5px 1px 20px;
	width: 155px;
	color: #052136;
	background-color: #fff;
	text-decoration: none;
}

#navcontainer ul ul a:hover
{
	color: #052136;
	background-color: #fff;
	text-decoration: none;
}


#announce a:link, #announce a:visited, #announce a:hover {
	background-color: #B09E79;
	color: #fff;
	border: #730000 solid 1px;
	float: right;
	font-size: small;
	display: inline;
	margin: 10px;
	padding: 10px;
	font-family: georgia, serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
}

.doit {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	background: url(images/arrow.gif) no-repeat left;
	float: right;
	padding: 5px 5px 5px 35px;
}

img.thumbright {
	float: right;
	display: inline;
	margin: 10px 0px 10px 10px;
}

img.thumbleft {
	float: left;
	display: inline;
	margin: 10px 10px 10px 0px;
}

img.library {
	float: left;
	display: inline;
	margin: 0 10px 10px 10px;
	border: 1px solid #003366;
}

input.submit {
   background-color: #B09E79;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #fff;
}

.textbox {
	background : #D8E2EB;
	font-size : 12px;
	font-family: arial, sans-serif;
}


#content li {
	margin-left: -2px;
}

hr {
	border: 1px solid #730000;
	width: 60%;
	text-align: center;
}

p.kudocomment {
	font-style: italic;
	border-bottom: 0px;
	margin-bottom: 0px;
}

p.kudoauthor {
	margin-top: 0px;
	padding-top: 0px;
}

table.library td {
	padding: 10px;
	padding-top: 20px;
}

table.library img {
	border: 1px solid #003366;
}

p.sublist {
	margin-left: 20px;
	padding-top: 6px;
}

.booktitle {
	font-weight: bold;
	font-style: italic;
}