body {
	margin:20px 0px; padding:0px;
	}
        
#content {
	width:700px;
	margin:0px auto;
	text-align:left;
	}
        


img.LgThumbs {
	text-align: center;
	}


/* GLOBAL POSITIONING */
#logo {
	margin-bottom: 10px;
	}
	
#navigation {
	padding-bottom: 10px;
	}
	
#navigation td {
	padding-right: 24px;
	}
	
tr {
	vertical-align: top;
	}
	
#content {
	padding-top: 10px;
	}

/* TYPOGRAPHY */
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, dl, dt, dl	{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	}
	
td#copy {
	padding-right: 10px;
	}

h1	{
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
	}

h2	{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	border-bottom: solid 1px #AAA;
	}

h3 a:link  {
	text-decoration : none;
	}
	
h3 a:visited  {
	text-decoration : none;
	}
	
h3 a:hoover  {
	text-decoration : none;
	}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	}

p 	{
	margin-top: 0;
	margin-bottom: 1em;
	margin-right: 5px;
	text-align: left;
	font-size:  12px;
	line-height: 1.3;
	}
	
dt 	{
	font-weight: bold;
	}

#footer p	{
	font-size: 11px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 11px;
	text-align: center;	
	}

a:link {
	text-decoration : none;
	color: #C33;
	background: transparent; 
	}

a:visited { 
	text-decoration : none;
	color: #C33;
	background: transparent; 
	}

a:hover {
	text-decoration : none;
	color: #f33;
	background: transparent; 
	}

a:active {
	text-decoration : none;
	color: #C33;
	background: transparent;  
	}

.subnav_button {
	text-decoration : none;
	color: #C33;
	padding: 3px 15px;
	border-left: 3px solid #c33;
	}
	
.subnav_button_selected {
	text-decoration : none;
	color: #C33;
	padding: 3px 6px;
	border-left: 12px solid #c33;
	}
	
.thanks {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}	

.pad10 {
	padding: 10px;
	}
	
.padLt10 {
	padding-left: 10px;
	}
		
.padLt18 {
	padding-left: 18px;
	}
	
img #padRt10 [
	padding-right:10px;
	]