/***********************************************/
/* Print styles only                             */
/***********************************************/ 
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	font-size: 100%;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-left: 100px;
}

a{
	color: #32007C;
	text-decoration: none;
}

a:link{
	color: #32007C;
	text-decoration: none;
}

a:visited{
	color: #32007C;
	text-decoration: none;
}

a:hover{
	color: #32007C;
	text-decoration: none;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 14pt;
 color: #006699;
 /*margin: 0px;
 padding: 0px;*/
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead, #navBar, #navBarRight, #breadCrumb, #siteInfo, #sectionLinks, #sectionLinksRight, .relatedLinks, #advert {
	display: none;
}

#content{
	color:#000000;
	/*float: left;*/
  	width: 6in;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

/*************** #pageName styles **************/

#pageName{
	margin: 1.4% 0px 0px;
	padding: 10px 0px 10px 10px;
	background-color: #F3713D;
	color: #FFFFFF;
	width: 100%;
	background-image: url(../assets/corner_header_home.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

/************** .contentItem styles *****************/

.contentItem{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

.contentItem p{
	padding: 0px 0px 5px;
}
