/*--------------------
MOX Print Stylesheet
---------------------*/


#navigation, #quicklinks, #footer, #top_navigation, #header {
	display: none;
}

.printable {
	display: block;
	font-size: 24pt;
	font-weight: normal;
}

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 11px; 
	color: black;	
}

blockquote {
	color: #BDC7BD;
	font-size: 170%;
	font-weight: bold;
	line-height: 120%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 75%;
	margin-bottom: 10px;
	line-height: 140%;
}

/*-----------------------------------
	content 
-------------------------------------*/
#content #frontpagecontent {
	margin-right: 0px;
}

#content{
	border-left: none;
	margin-left: 0;
	padding: 16px;
	margin-right: 0;
	background: url(../images/contentbkgnd.png) repeat-y;
}

#content a, #content a:link, #content a:visited{
	color: #01a1a1;
	font-weight: normal;
	text-decoration: underline;
}
#content a:hover{

	text-decoration: none;
}
p{
	margin-top: 4px;
	margin-bottom: 13px;
	line-height: 180%;
}
#content ul{
	list-style-type: none;
	margin-bottom: 15px;
}

#content ul li{
	background: url(../images/bullet_grey.gif) no-repeat 0px 10px;
	margin-left: 7px;
	padding-top: 5px; padding-bottom: 4px; padding-left: 7px;	
}

#content ul.resources li{
	background: none;
}

#main img {
	float:right;
	margin: 10px;
}

#content h1 {
	font-size: 252%;
	color: black;
}

#content h2 {
	color: black;
	font-size: 200%;
	margin: 30px 0 4px 0;
	padding-bottom: 2px;
	font-weight: normal;
}

h3 {
	padding: 0;
	margin-top: 5px;
}

