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

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

/*layout attributes*/
#titlebar {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#navbar {
	background-image:  url('/smcFramework/navstrip.jpg');
	background-repeat: repeat-x;
}

#content {
	background-image:  url('/smcFramework/dotback.jpg');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: black;
	line-height: 20px;
}

#content td {
	padding: 33px 15px 33px 15px;
	}

#cleanTable {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: black;
	line-height: 20px;
}

#cleanTable tr td {
	padding: 0;
	}
	
#cleanTable2 {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	line-height: 20px;
	border-top: 1px #AABFCA solid;
	font-size: 11px;
}

#cleanTable2 tr td {
	padding: 0;
	border-bottom: 1px #AABFCA solid;
	}
	
#cleanTable4 {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	line-height: 20px;
	font-size: 11px;
}

#cleanTable4 tr td {
	padding: 10;
	}

#footer {
	background-image:  url('/smcFramework/footerstrip.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

#footerinside {
	background-image:  url('/smcFramework/footerstrip.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: white;
	padding: 5px 15px 5px 15px;
}

/*font and content*/
.titleText {
	font-family: Palatino, georgia, "times new roman", times, serif;
	font-size: 27px;
	}
	
.imgright {
	padding-left: 15px;
	padding-bottom: 10px;
	}
	
/*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;
	}

/*link stuff*/
#noDecor A:link, #noDecor A:active, #noDecor A:visited, #noDecor A:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}

#footer A:link, #footer A:active, #footer A:visited, #footer A:hover {
	text-decoration: none;
	color: #FFFFFF;	
	}

/*browser fixes*/

/* hide from MacIE \*/

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