/* CSS Print Document */
/* EPSC site */

body {
	margin: 20px auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size: 11px;
	color:#000000;
}

a {
	text-decoration: underline;
	color:#000000;
}



a:hover {
	color:#87d12f;
	text-decoration: underline;

}

input, select  {
	color:#333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 14px;
	color:#000000;
	font-weight:normal;
	line-height:1.3em;
}

h3 {
	font-size: 13px;
	color:#000000;
	font-weight:normal;
}

#wrap { 
	margin:auto;
	padding: 0;
	background-color:#FFFFFF;

}


/* HEADER ITEMS */


#header {
	display:none;
}


#logo {
	display: none;
}

#topnav {
	display: none;
}



/* LEFT CONTENT */


#left {
	display: none;
	width: 0;
}


/* MID CONTENT */


#mid {
	width: 100%;
}

#midcontent{
padding:10px;
color:#333333;
font-size:11px;
line-height:1.3em;}

#midcontent .header{
color:#000000;
font-size:14px;
font-weight:normal;
}



#midcontent  a:link{
color:#333333;
text-decoration:underline}

#midcontent a:hover{
color:#87d12f;
text-decoration:underline}

/* RIGHT CONTENT */


#right {
	display: none;
}

/* OTHERS */


#clear {
clear:both;
height:20px}


/* FOOTER */


#footer{
	display:none;
}
