/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */

body {
background-image: url(images/header-bg.png); background-repeat: repeat-x;
}

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
		color:#732805;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:115%; 
		color:#732805;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
		color:#732805;
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h2 {
	margin:1em 0 0 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:0px ;
	padding:0em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,pre, label{ /* it had table */
	/*so things don't run into each other*/
	margin-bottom:1em;
	color:#732805;
	font-size:90%;
    line-height: 1.8em;
	text-align:justify;
}
input, textarea{
	color:#732805;
	font-size:90%;
}

.textinput {
		width:236px;
		height:15px;
		padding:4px 8px;
	}
	
.textarea {
		width:200px;
		height:125px;
		padding:4px 8px;
	}
	.buttonSubmit {

		width:69px;

		height:26px;


		font-weight:bold;

		padding:2px 5px;


	}

.disclaimer i {
margin-bottom:5px;
	color:#732805;
	font-size:80%;
    line-height: 1.2em;
	text-align:justify;
}

/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}


#hd {
height:130px;}


/*- Menu 2--------------------------- */

#menu2 {
	width: 200px;
	margin: 0px;
	height:250px;
	margin-left:0px;
	
	}
#menu2 ul {
	list-style:none;
	margin: 0;
	padding: 0;
	}

#menu2 ul {
	/*giving blockquotes and lists room to breath*/
	margin:none;
}
#menu2 ul{
	/*bringing lists on to the page with breathing room */
	margin-left:none;
	}
#menu2 ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: none;
}	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color:#f2540b;
	font-weight:bold;
	display: block;
	background:  url(images/menu2b.gif);
	padding: 8px 0 0 30px;
	}
	
#menu2 li a:hover {
	color: #ffffff;
	font-weight:bold;
	background:  url(images/menu2b.gif) 0 -32px;
	padding: 8px 0 0 32px;
	}
	
	#menu2 .hover a:link ,#menu2 .hover a:visited {
	color: #ffffff;
	font-weight:bold;
	background:  url(images/menu2b.gif) 0 -32px;
	}
	

#navbar{
background-image:url(images/nav-background.png); margin-top:8px; width:198px;
}

/*- Footer --------------------------- */
#ft{
padding-bottom:30px;}
#ft p{
font-size:70%;
color:#9c664e;
line-height: 1.5em;
text-decoration:none;
}

#ft a{
color:#9c664e;
text-decoration:none;
}
#footerbar{
clear:both; background-image: url(images/footer-bg.png); background-repeat: repeat-x; margin-top:20px;
}

#doc2 {
padding-right:200px;
}
