/***********************************************/
/* master.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #FFF5DF;
	font-size: 100%;
	text-align: center;
}

a:link, a:visited, a:hover {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #3A3A3A;
	font-weight: lighter;
	background: #FCD532;
	padding: 5px;
	border-bottom: 3px solid #3A3A3A;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 100%;
	font-weight: normal;
}

h4{
 font-size: 90%;
 font-weight: normal;
 color: #666666;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h6{
	font-size: 85%;
	color: #666666;
	font-weight: normal;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: auto;
	padding: 0px;
	width: 800px;
	border: 1px solid #CCCCCC;
} 

#footer{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background: #F8F8F8;
	text-align: center;
	font-size: 70%;
	font-weight: lighter;
	color: #262626;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	margin: 30;
	padding: 0;
	width: 522px;
	text-align: left;
}




/************* #globalNav styles **************/

.buttonscontainer {width: 215px;}

.buttons a {color: #000000;
background-color: #F8F8F8;
padding: 4px;
padding-left: 3px;
display: block;
border-left: 10px solid #FCD532;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 10px solid #FF9900;
text-decoration: none;
color: #000000;}


.yellowborder {
	border: 1px solid #262626;
}

