/* Banditos Style Sheet */

a {color:#C50F0E; text-decoration: none;}

a.menu:link {color:#000; font-size: 14pt; text-decoration: none;}
a.menu:visited {color:#666666; font-size: 14pt; text-decoration: none;}		/* grey */
a.menu:hover	{color: #666; font-weight: 700; font-size: 14pt; text-decoration: none;}
a.menu:active {background-color:#ffc83d;}

table.master {
		width: 900px;
		border: 0px black solid;
		margin-top: 0px;
		background-color: #FFF;		
		}
		
table.header {
		width: 898px;
		border: 0px red solid;
		}
		
table.body {
		width: 898px;
		border: 0px blue solid;
		margin-top: 0px;
		}
		
table.menu {
		width: 178px;
		border: 0px purple solid;
/*		padding: 10px 0px 10px 10px; */
		font-size: 18px;
		}
		
table.menu td {
		padding: 6px 0px 6px 30px;
		text-align:left;
		}
		
table.contentwrapper {
		width: 700px;
		border: 0px green solid;
		padding: 0px 0px 0px 0px;
		}
		
table.content {
		width: 100%;
		padding: 25px 40px 10px 40px;
		border: 1px black solid;
		}						
		
table.footer {
		width: 898px;
		border: 0px yellow solid;
		font-size: 9px;
		color: #666;
		}
		
body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}		
		
				


/* Old design */
a.nav:link {color:#000; font-size: 10pt; text-decoration: none;}
a.nav:visited {color:#666666; font-size: 10pt; text-decoration: none;}		/* grey */
a.nav:hover	{color: #000; font-weight: 700; font-size: 10pt; text-decoration: none;}
a.nav:active {background-color:#ffc83d;}

table.nav {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
table.content {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 100%;
	}
	
table.homecontent {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 650px;
	padding-top: 0px;
	}
	
table.homecontent2 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 650px;
	text-align: justify;
	}				
	
table.content h1 {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
table.content h2 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}	
	
table.content h4 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	}