.smlink {
	font-size: .8em;
}
/* CSS file for AVAC Corporation */
body	{
	margin: 0px;
	padding:0px;
	background: #B6CBE7;
	text-align: center;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align: left;
}
#header 	{
	margin: 0px;
	background: url(imglib/avac-logo-sliced_02.gif) repeat-x;
	padding: 0px;
	height: 119px;
	width: 100%;
}

/* display gif image in IE 6; display png image in IE7*/
#forie7 {display: none;}
html>body #forie7 {display: inline;} /* or use display: block; if you prefer */
html>body #forie6 {display: none;}

#sitename  {
	float: left;
	margin: 7px 0px 0px 10px;
	padding: 0px;
	border-width: 0px;
}
#sitename a {
	text-decoration: none;
}
#sitename a:hover {
	text-decoration: none;
}
#tagline {
	float: right;
	margin-top: 76px;
	font: italic 1em Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	color:	#333333
}
#subheader	{
	background-color: #B6CBE7;
	border-bottom: 1px solid #000000;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* NAVIGATION */
#mainNav {
	margin: 0px 0 0 2px;
	padding: 0;
	width: 100%;
	text-align: left;
}
#mainNav ul	{
	padding:3px 0;
	margin-left:0
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#mainNav ul li {
	list-style: none;
	margin:0;
	display:inline;	
}
#mainNav ul li a {
	text-decoration: none;
	padding: 3px 0.5em;
	margin-left: 3px;
	border-bottom: 1px solid #778;
	background: #dde;
	text-decoration:none;
	border-top: 1px none #778;
	border-right: 1px solid #778;
	border-left: 1px solid #778;
}
#mainNav ul li a:link {
	color: #448;
}
#mainNav ul li a:hover{
	color: #000;
	background:#B6CBE7;
	border-color:#227;
}

#mainNav ul li a:visited {
	color:#448;
}
#mainNav ul li a:#current {
	background:white;
	border-bottom:1 px solid white;
}


/* IE Fixes */
/* force hover on entire width of  link */
* html #mainNav a {
	height: 1px;
}


/*  Column  */
#sidebar	{
	background-color: #fff;
	vertical-align: top;
	width: 180px;
	border-right: 1px solid #FFF;
	float: right;
	margin-top: -25px;
	margin-right: 1em;
	margin-bottom: 1em;
	}
#sidebar a:hover {
	color: #000000;
	text-decoration: none;
	background: #B6CBE7;
}

.fancybox	{
	color: #000;
	background-color: #def;
	background: #def;
	font: normal 9pt/110% Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
	padding: 6px 4px;
	margin-bottom: 1em;
}

.fancybox h4 {
	background: #B6CBE7;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 1em;
	line-height: 120%;
	border: 1px solid #000000;
	margin-top: -2px;
}
.fancybox li {
	margin-left: -8px;
}

/* Main Content */
#content	{
	padding: 0px;
	margin: 1em 0px 0px 1em;
	text-align: left;
	width: 750px;
	float: left;
}
#content a:link {
	color: #FF0000;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
	background: #B6CBE7;
	color: #000000;
	}
#content a:visited {
	text-decoration: underline;
	color: #990000;
}


/* Footer */
#footer	{
	background:	#FFF;
	background-color: #FFF;
	border-top: 1px dashed #000;
	color: #666666;
	border-bottom: 1px solid #000;
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 10px 0px;
	bottom: 0px;
	clear: both;
	text-align: right;
}
#footer img {
	float: left;
	padding-right: 10px;
}

/* HTML Tags */
hr	{
	color: #CCCCCC;
	align: center;
	height: 1px;
	width: 50%;
}

ul	{
	margin-left: 10px;
	padding-left: 10px;
}

ol {
	list-style-type: decimal;
}

li	{
	list-style: disc;
	text-indent: 1em;
	padding-bottom: 10px;
}

h1 	{
font-size: 16pt;
color: #023365;
font-weight: normal;
font-family: Times, serif;
letter-spacing: 1px;
border-bottom: 1px solid #666;
font-family: Helvetica, Arial, sans-serif;
}

h2 	{
margin: 0px;
width: auto;
font-size:	15pt;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
color: #5577DD;
padding-left: 5px;
line-height: 16pt;
white-space: nowrap;
border-bottom: 1px solid #333;
}

h3	{
	color: #FF0000;
	padding-left: 20px;
	text-align: left;
	border-bottom: 2px solid #5577DD;
	width: 90%;
	padding-bottom: 5px;
	font: bold 15pt/15pt "Bookman Old Style";
}

h4 	{
	color: #666666;
	text-align: center;
	font: bold 1.2em "Bookman Old Style";
}

h5	{
font-size: 10pt;
font-family: Helvetica, Arial, sans-serif;
color: #666;
font-weight: normal;
}

p {
	font: 1em/110% Verdana, Arial, Helvetica, sans-serif;
}

A:link 	{
	color: #FF0000;
	text-decoration: underline;
}
A:visited 	{
	color: #FF0000;
	text-decoration: none;
}

/* Special AVAC styles */
blockquote {
	color: #666666;
	margin-right: 2em;
	margin-left: 2em;
}
.center {
	text-align: center;
}

.AVACfont {
	font: bold 1em BookmanOldStyle-BoldItalic;
}
.special {
	color: #0000FF;
	font-size: 1.7em;
	font-style: italic;
	font-weight: bold;
}
.special img {
	float: none;
}

.left {
	text-align: left;
}

