/*Master.css*/

@import "2_resetzero.css";
@import "3_typography.css";

/* print styles */
body {color: black; background: white;}

a:link, a:visited {color: black; text-decoration: underline;font-weight: bold;}

h1, h2, h3 {
	color:#000000;
	padding-bottom:1px;
	font-size:14px;
	border-bottom:1px solid #666666;
}

h3 {font-weight:normal;}

p {color:black;}

.noprint {display:none;}
   
ul {}
li {margin-bottom:2px;}

#wrapper {
	width: 100%; /* sets width */
	margin: 0px;
	border: hidden;
	background-color:#FFFFFF;
	margin-bottom: 0px;
	border:1px solid white;
}

#header {
	display:none;
}

#printheader {
	position: relative;
	text-align:center;
	padding-bottom:10px;
	top:0px;
	height: 80px;
	background-image: none;}
	
#printlogo {width:95%;height:100px;}

#mainpage {
	background-image: none;
	min-height: 505px;
	position: relative;
	text-align: right;
	border: 0px solid white;
}

form {display:none;}

#v_nav {
display:none;}

#maincontent {
padding:15px;
padding-top:50px;
/*padding-right:15px;*/
margin:0px;
color:#000000;
border: hidden;
}

/*
#maincontent a:link:after, #maincontent a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 68%;
   color:#666666;
}
*/

#me {margin-left:30px;}

#maincontent ul {padding-bottom: 20px;font-size:12px;color: #660000;}
#maincontent ul ul {padding-bottom: 0px;margin-bottom:0px;list-style-type:disc;}
#maincontent ul ul ul {padding-bottom: 0px;margin-bottom:0px;list-style-type: square;}

p.breakhere {page-break-before: always}

.print_button {display:none;}

.back_button {display:none;}

.logos, #logo, #marquee {display:none; height:0px;}

#info {display:none;}

#seo {display:none;}

#printfooter {
display:block;
position: absolute;
bottom:20px;
color: #660000;
text-align:center;
width:100%;
}

#seo, #info {
	display:none;
}

#signer {
	display:block;
}