/* 
  -----------------------------------
  Flyron.com stylesheet
	Oct 2005
  -----------------------------------
*/

body {
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	margin: 0 px 0 px 36px 0 px; /* margins of body from browser: t/b, l/r */
	padding: 0;
}

#leftnav {
	margin: 0;
	padding: 0;
	background-image:url(images/cloudsbg.jpg);
	float:left;
}

/*The maincontent DIV is nested inside mainbox and renders below
the masthead. The background image is positioned at the top right
edge and tiles vertically along the Y-Axis - creating the drop
shadow effect on the right edge of the box. Padding is set
6 pixels wider on the right to accomodate for the space taken
up by the right edge drop shadow background. Right margin is set
to 212 to allow for the sidebar content.*/
#maincontent {
	margin: 0 0 0 120px;
	padding: 0px 36px 30px 30px;
	font-size: .70em;
	line-height: 1.5em;
}

/*Paragraph margins are set.*/
#maincontent p {
	margin: 8px 0 8px 0; /* sequence is t, r, b, l */
}

#maincontent ul {
	margin: 7px 0 0 0 ;  /* The zeros are necessary for IE 6 */
	padding: 0px 0 0px 25px;
}

#footer {
	margin: 0;
	padding: 0;
}

#visitors {
	font-size: .60em;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	line-height: normal;
	font-weight: normal;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	line-height: normal;
	font-weight: normal;
}

/*Heading Styles*/
h1, h2, h3, h4 {
	margin: 0px;
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	line-height: normal;
	font-weight: normal;
}
h2, h3, h4 {
	margin: 24px 0 0 0;
	padding: 0px 0;
	font-size: 1.4em;
	color: #666666;
	font-weight: normal;
}
h3 {
	padding: 10px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	font-weight: normal;
}

/* table styles */
table {
	margin: 0;
	padding: 0;
}

/*Link Styles. Applies to links except
those that are in the main menubar.*/
a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover, a:active, a:focus {
	color: #000000;
}

.pic_r {
	float: right;
	padding-left: 6px;
	pading-bottom: 5px;
}

/* Styles from CfiStyle.css */
.text1 { font-family:Arial,Verdana,Helvetica; }
.bigtext1 { font-family:Arial,Helvetica,Verdana; font-size: .70em; font-weight:Bold }
.pageheader { font-family:Helvetica,Arial,Verdana; font-size: .80em; font-weight:Bold }

.text2 { font-family:Times, Times New Roman; font-size:.70em } 
.bigtext2 { font-family:Verdana,Arial,Helvetica; font-size:.75em; font-weight:Bold }
.smalltext { font-family:Times, Times New Roman; font-size:.7em }

.toplink { font-family:Verdana,Arial,Helvetica; font-size:.65em }
.menulink { font-family:Sans-Serif,Arial,Verdana,Helvetica; font-size:.65em; font-weight:bold }
.tagline { font-family:Times, Times New Roman; font-size:1.0em; color:#8B0000;  font-weight:bold} 
