/***********************************************/
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	float: none;
	color: #333333;
	line-height: 1.166;	
	margin: auto;
	padding: 0px;
	width: 740px;
}

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

h1{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 70px;
 	align: center;
}

h2{
 	font-size: 20px;
 	color: #006699;
}

h3{
	font-size: 20px;
 	color: #00ff00;
}

h4{
 	font-size: 100%;
 	font-weight: normal;
 	color: #333333;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: 15px Arial,sans-serif;
 color: #000000;
}
				

/***********************************************/
/* Layout Classes                              */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 0px;
	border: none;
	width: 740px;
	height: 100px;
}

#masthead img{
	float: center;
}

#navBar{
	float: left;
	width: 200px;
	height: 369px;
	background-color: #ffffff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 5px;
}

#content{
	float: right;
	width: 530px;
	height: 369px;
	margin-top: 5px;
	padding: 0px;
}


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



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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

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

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 2px;
	border-top: 1px solid #cccccc;
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
	text-decoration: none;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 2px;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;

	background-color: #dddddd;
	padding: 2px 0px 2px 2px;
}
