/*
 
Copyright (c) Enigma Interactive 2006

SOM2
Project:		Adamson
Filename:		print.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	8/12/06		PG			updated
1	8/12/06		PG			created

*/
@import url('/css/screen/coSiteNavigation.css');
@import url('/css/screen/coArticle.css');
@import url('/css/screen/coSiteMap.css');
@import url('/css/screen/layout_forms.css');


body {
	margin: 0;
	padding: 0;
	font: normal 75% arial,verdana,sans-serif;
	color: #000; 
}


#Flash_Header,
#Menu_Bar,
#LeftCol,
#Application_Form{
	display:none;
}

#coSiteTool img{
	margin-left:-10px;
}


form {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}
select, input, textarea{
	font-family:arial, sans;
	font-size:1em;
}

input, textarea,
select option{
	background-color:#E5EAEF;
}

/* MOZ ONLY */
html>body select{
	background-color:#E5EAEF;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0.8em 0em;
}

p{
	margin:0;
	padding:0.5em 0em;
}

h1 {
	/* color: #FA5050; */
	font-weight: normal;
	font-size: 1.5em;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
}

h3 {
	font-weight: bold;
	font-size: 1.15em;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
}

h5 {
	font-weight: bold;
	font-size: 1.05em;
}

a {
	/* color: #FA5050; */
	/* text-decoration: none; */
}

a:hover {
	/* text-decoration: underline; */
}

ul{
	list-style:square;
}


blockquote{
	font-family:"Baskerville Old Face", times, serif;
	font-size:1.25em;
	color:#003366;
}