/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Calibri;
	color: #333333;
	line-height: 1.166;	
	margin: 0px, 0px, 0px, 0px;
	padding-left: 50px; 
}

a:hover {
	text-decoration: underline;
	text-transform: none;
	color: #000000;
	background-color: #CCCCCC;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Calibri;
	margin: 0px;
	padding: 0px;
}

h1{
	padding: 160px 0px 0px 10px;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Calibri;
	font-size: 20px;
	top: 0%;
}

h2{
	padding: 0px 0px 0px 10px;
	font-size: 18px;
	color: #006699;
	font-family: Calibri;
	letter-spacing: 1px;
	margin-top: 1em;
	margin-bottom: .5em;
}

h3{
	font-size: 80%;
	color: #334d55;
	left: auto;
	line-height: normal;
	height: auto;
	text-indent: 10px;
	margin-top: 1em;
	margin-bottom: .5em;
}

h4{
	font-size: 18px;
	color: #006699;
	font-family: Calibri;
	letter-spacing: 1px;
	margin-top: 1em;
	margin-bottom: .5em;
	padding: 10px 0px 0px 10px;
}

h5{
 font-size: 100%;
 color: #334d55;
}
p{
	font-size: 80%;
	color: #333333;
	text-align: left;
	line-height: 1.0;
	margin: 0px 25px 10px 30px;
}
ul{
 list-style-type: square;
}
				

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

#MasterHeader{
	padding: 170px 0px 0px 10px;
	border-bottom: 3px solid #cccccc;
	width: 100%;
	background-color: #FFFFFF;
	position: fixed;
	font-family: Calibri;
	font-size: 24px;
	top: 0%;
}

#content{
	float:left;
	width: 920px;
	margin: 100;
	padding: 100 3% 0 10%;
	font-family: Calibri;
	position: fixed;
	top: 15%;
}

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

#GlobalMenu{
	color: #cccccc;
	padding: 0px 0px 0px 30px;
	white-space: nowrap;
	font-family: Calibri;
	font-size: 20px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 12px;
	font-family: Calibri;
	letter-spacing: 1px;
	padding-left: 50px;
}

.feature h3{
	padding: 15px 0px 0px 0px;
	text-align: left;
}

#MasterFooter{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	bottom: 2%;
	position: relative;
	border-bottom: 3px solid #cccccc;
	width: 100%;
}
h6 {
	color: #333333;
	font-style: italic;
	font-size: 100%;
	color: #333333;
	text-align: left;
	line-height: 1em;
	font-weight: normal;
	margin: 0px 25px 10px 30px;
}
.h7 {
	font-size: 100%;
	color: #333333;
	text-align: left;
	text-indent: 0px;
	line-height: 1em;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: .5em;
}
.h8 {
	color: #333333;
	font-style: normal;
	font-size: 100%;
	color: #333333;
	text-align: left;
	line-height: 1em;
	font-weight: bold;
	margin: 0px 25px 10px 30px;
}
.h9{
	font-size: 80%;
	color: #333333;
	text-align: left;
	text-indent: 0px;
	line-height: 1.0;
	margin: 0px 35px 5px 30px;
}