/* CSS Document - Sondroyo Communications Corporation Dec 4 2006 */

/*general*/
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

/*layout attributes*/
#navbar {
	background-image:  url('/resources/topnavback.jpg');
	background-repeat: repeat-x;
}

#content {
	background-color: #B9C3D3;
		margin: 0;
	padding: 0;
	/*font-family: Trebuchet MS, gill sans, geneva, arial, helvetica, sans-serif;*/
	font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #27334D;
	line-height: 25px;
	border: 1px solid #7689A9;
}

#rightnav {
	background-image:  url('/resources/rightback.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #27334D;
	line-height: 25px;
	border: 1px solid #A0A0A0;
}


.imgright {
	margin: 10px 0 15px 15px;
	}

/*font and content*/
.titleText {
	font-family: Palatino, georgia, "times new roman", times, serif;
	font-size: 27px;
	}
	
/*link stuff*/
#content A:link {
	color: #016F98;
	text-decoration: none;
	border-bottom: dotted #cccccc 1px;
	}

#content A:active {
	color: #016F98;
	text-decoration: none;
	border-bottom: dotted #cccccc 1px;
	}

#content A:visited {
	color: #016F98;
	text-decoration: none;
	border-bottom: dotted #cccccc 1px;
	}

#content A:hover {
	color: #016F98;
	text-decoration: none;
	border-bottom: dotted #004E88 1px;
	}
	
	
	
#content .airint {
	clear: right;
	margin: 0 auto;
	width: 390px;
}
#content .airint A:link {
	color: #980101;
	text-decoration: none;
	border-bottom: dotted #CCCCCC 1px;
	}

#content .airint A:active {
	color: #980101;
	text-decoration: none;
	border-bottom: dotted #CCCCCC 1px;
	}

#content .airint A:visited {
	color: #980101;
	text-decoration: none;
	border-bottom: dotted #CCCCCC 1px;
	}

#content .airint A:hover {
	color: #980101;
	text-decoration: none;
	border-bottom: dotted #004E88 1px;
	}
	
	
	
	
#rightnav A:link {
	color: #016F98;
	text-decoration: none;
	border-bottom: dotted #cccccc 1px;
	}

#rightnav A:active {
	color: #016F98;
	text-decoration: none;
	border-bottom: dotted #cccccc 1px;
	}

#rightnav A:visited {
	color: #016F98;
	text-decoration: none;
	border-bottom: dotted #cccccc 1px;
	}

#rightnav A:hover {
	color: #016F98;
	text-decoration: none;
	border-bottom: dotted #004E88 1px;
	}

/*browser fixes*/

/* hide from MacIE \*/

* html #cleaner
	{
	}
	
/* end hide */ 