/*  ///////////////  */
/*  PRINT STYLE SHEET  */
/*  ///////////////  */

body {
	height:100%;
	margin: 0 auto;
	background:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

html {
	min-height: 100.05%;
	height: 100%;
}

#holder {
	margin: 0 auto;		
	width: 100%;
	text-align: left;
	min-height: 100%;
	padding: 0;
	background-color:#FFFFFF;
}

* html #holder {
	height: 100%;
}

#supernav {
	display:none;
}

#header {
	display:none;
}

#photobanner {
	display:none;
}

#topnav {
	display:none;
}



#breadcrumb {
	display:none;
}

#content {
	width:100%;
	background:none;
	height:600px; 
}

#col_left {
	display:none;
}

#col_bigright {
	width: 100%;
}

#col_bigright h1 {
	font-size: 20px;
}

#col_bigright h2 {
	font-size: 16px;
}

#col_bigright li {
	margin-left: 20px;
}

.roundybox {
	display:none;
}

h3 {
	font-size: 14px;
}

h3 a {
	color: #339966;
}

#footer {
	display:none;
	}

.base {
	height: 1px;
	clear: both;
	overflow: hidden;
}
	
/* Fonts */
	
h1 {
	/*font-size:136%;*/
	font-size: 20px;
	font-weight: bold;
	color:#003333;
	padding-bottom:15px;
}

h2 {
	/*font-size:122%;*/
	font-size: 14px;
	font-weight: bold;
	color:#003333;
	padding-bottom:15px;
}

h3 {
	/*font-size:16pt;*/
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

h4 {
	font-size:107%;
	color: #333333;
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
	color: #000000;
}

a {
	color:#0033cc;
	text-decoration: none;
}

a:visited {
	color: #0033cc;
	text-decoration: none;
}

a:hover {
	color: #0033cc;
	text-decoration: underline;
}

a:active {
	color:#0033cc;
	text-decoration: underline;
}

a.topper {
	color: #FFFFFF;
}	

.pad10 {
	padding-left:10px;
	padding-right: 10px;
}

quote {
	color: #33cc99;
	font-style:italic;
	margin: 0px 30px 0px 30px;
}

.inline {
		display: inline;
		list-style: none;
}

strong {
	font-weight: bold;
	}
em {
	font-style:italic;
}

em.e {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

