/* =======================================================
	Print.css
	Print Styles
=======================================================*/

* {margin:0;padding:0;}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* reset base size to 10px, 1.1em = 11px, 1.2em = 12px etc */
	background: #ffffff;
	color: #414141;
}

p{margin:0 0 10px 0;padding:0 7px;}
h2{font-size:1.0em;margin:0 0 10px 0;font-weight:normal;padding:0 7px;}
ul{padding:0 7px;margin:0 0 10px 0}
li{list-style-type:none;}

a{color: #414141;text-decoration:underline;border:none;}
img{border:none;}

#wrapper{width:780px;margin:0 auto;text-align:left;font-size:1.1em;}
					
#header{
position:relative;
padding:25px 20px 5px 20px;
}

#content{
clear:left;
}

.row{
clear:left;
}

#content .row .col1{

width:241px;
float:left;
margin:0 0 30px 17px;
}

#content .row .col2{

width:241px;
float:left;
margin:0 0 30px 15px;
}

#content .row .col3{
position:relative;
width:241px;
float:right;
margin:0 10px 0px 0;
}

/* =======================================================
	Contact form
=======================================================*/

form{display: none;}

#footer{
clear:left;
}
#footer p{
margin:10px 15px;
}


#log{  width:155px;
			margin:30px 0 0 75px;
			text-align:left;
			}

.error{color:#CC0033;}


/* =======================================================
	Navigation - JBAR
=======================================================*/

#jbar{display: none;}


/* =======================================================
	Tools
=======================================================*/

#tools{display: none;}

.noprint{display: none;}

