@charset "utf-8";

a img { border: none; }
a { text-decoration: none; }
.forscreen { display: none; }

html, body { margin: 0; padding: 0; }

body {
	position: relative;
    	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}
#container {
	position: relative;
 	width: 100%;
	}
#header {
	position: relative;
	float: right;
	width: 400px;
	height: 300px;
	}
#logoimgprint { position: absolute; top: 0; right: 0; }
#address { position: absolute; top: 130px; right: 0; font-size: 12px; }
#mainwrapper {
			clear: right;
			}
#leftcol { display: none; }
#rightcol { background: #FFFFFF; }

#rightcol div.innerpadding div.entry h1 { color: #c60086; font-size: 18px; }
#rightcol div.innerpadding div.entry h2 { color: #c60086; font-size: 15px; }
#rightcol div.innerpadding div.entry h3 { color: #c60086; font-size: 12px; }
#rightcol div.innerpadding div.entry h4 { color: #c60086; font-size: 10px; }
#rightcol div.innerpadding div.entry h5 { color: #c60086; font-size: 10px; }
#rightcol div.innerpadding div.entry h6 { color: #c60086; font-size: 10px; }
#rightcol div.innerpadding div.entry ul,
#rightcol div.innerpadding div.entry ol { margin: 0 0 0 14px; padding: 0; }
#rightcol div.innerpadding div.entry li { margin: 0; padding: 0 0 0 13px; }

h1.pagetitle { 
			color: #c60086; 
			border-bottom: 4px solid #c60086;
			margin-top: 0;
			margin-bottom: 1em;
			padding-top: 0;
			padding-bottom: 0.25em;
			overflow: hidden;
			line-height: 1em;
			font-size: 1.2em;
			text-transform: uppercase;
			font-style: italic;
			}


#footer {
			display: none; 
			}


