/***** CLEAR DEFAULT BROWSER STYLES **************************************/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

body {
	font-size: 12pt;
	font-family: Times New Roman;
	margin: 0px;
	background: #fff;
	width: 850px;
}

.colRight, .colLeft {
	float: none;
}

.colRight {
	width: 850px;
}

#pageHeader {
	height: 60px;
	background: #fff;
}

#siteLogo, 
#headerMenu, 
#mainMenu, 
#menuContent, 
#siteLogo h1,
#osepLogo,
#pageFooter,
.colLeft,
#selectForm {
	display: none;
}

#printLogo {
	display: block;
}

#sideContentBox {
	
	margin-top: 10px;
	padding: 5px;
	font-family: arial;
	font-size: .9em;
}

#osepLogo .link {
	display: none;
}
/***** LINK STYLES *******************************************/

a {
	font-size: 1em;
	text-decoration: underline;
}

/***** END LINK STYLES ***************************************/

/***** COMMON ELEMENT STYLES *****************************************/

h1 {
	font-weight: normal;
	font-size: 30px;
	color: #000
	margin-bottom: 10px;
	line-height: 30px;
}

h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #4A3508;
	letter-spacing: 3px;
	font-weight: bold;
}

h3 {
	font-size: 13pt;
	font-weight: bold;
	color: #993300;
	letter-spacing: 1px;
	margin-bottom: 5px;
	width: 100%;
	background: url(../images/barLtGray2.gif) bottom left no-repeat;
	padding-bottom: 5px;
	line-height: 20px;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #460D46;
	margin-bottom: 5px;
}

h4 a {
	font-size: 1em;
	font-weight: bold;
	color: #460D46;
	margin-bottom: 5px;
	text-decoration: underline;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	color: #993300;
}


h1,h2,h3,h4 {
	font-family: arial;
}

p {
	margin-bottom: 15px;
	line-height: 20px;
}
b, strong {
	font-weight: bold;
}
ul,ol {
	margin-left: 20px;
	margin-top: -8px;
	margin-bottom: 15px;
}
ul li {
	list-style-image: url(../images/dotOrange.gif);
	padding: 3px;
}
i, em {
	font-style: italic;
}

u {
	text-decoration: underline;;
}

/***** END COMMON ELEMENT STYLES *************************************/

/***** FOOTER STYLES *****************************************/

#pageFooter {
	display: none;
}

#pageBottom {
	width: 850px;
	text-align: center;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

/***** END FOOTER STYLES *************************************/
.buttonPrintDiv {
	display: none;	
}

.buttonPrintMain {
	display: none;
}

.buttonPrintMain b {
	display: none;
}

.noPrint {
	display: none;
}
.doPrint {
	display: block;
}
