/* latinaleaders.org 7/19/04 */

/* type */

body,html {
	height: 100%;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}

h4 {
	font: 12pt verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;
}

h3 {
	font: 14pt verdana, arial, helvetica, sans-serif;
	color: #000000;
	margin: 0px;
}

h2 {
	font: 24pt verdana, arial, helvetica, sans-serif;
	color: #ffffff;
}

h1 {	
	font: 36pt verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;
}

a:link, a:visited {
	color: #000000;
}

a:hover, a:active {
	color: #c08bc1;
}

p {font: 10pt verdana, arial, sans-serif;}


/* sections */

#wrapper {			/* this is the light purple background behind the content */
	float: left;
	width: 740px;
	margin: 10px 0px 10px 10px;
	padding: 0px;
	background: #ead7eb;
}

#content {			/* this determines the width of the content */
	height: 100%;
	width: 710px;
	margin: 0px;
	padding: 20px;
}


#middle {
	float: left;
	min-height: 300px;
	height: 100%;
	background: url(../images/middle_bgimage.gif);
}

#middleborder {
	float: left;
	width: 695px;
	background: #cccccc url(../images/middle_topbgimage.gif) top left no-repeat;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#logo h1 {
	height: 95px;
	width: 700px;
	/* change the jpg file below to update the logo site-wide */
	background: url(../images/nall_logo.gif) top left no-repeat; 
	text-indent: -9999px; /* hide text */
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#text {
	float: left;
	min-height: 300px;
	height: 100%;
	width: 510px;
	font: 10pt verdana, arial, sans-serif;
	background: #ffffff;
}

.textpad {
	padding: 5px;
}

.pic {
	float: left;
	clear: all;
	padding: 5px;
	margin: 0px 5px 5px 0px;
}

.pic img {
	display: block;
}

#rightnav {
	float: right;
	width: 160px;
	background: #d7b1d6; 
}

#rightnav ul {
	list-style-type: none;
	padding-left: 0px;
	padding-right: 10px;
	margin: 0px;
}	

#rightnav li {
	height: 30px;
	width: 150px;
	margin-top: 10px;
	border-bottom: 2px solid #c08bc1;
}

#rightnav li a {
	font: 12px Verdana, Arial, sans-serif;
	text-decoration: none;
}

#rightnav ul li.homelink {
	list-style-type: none;
	text-align: right;
	margin-top: 50px;
	padding-top: 10px;
	border-top: 2px solid #c08bc1;
	border-bottom: none;
}

table {
	font: 8pt verdana, arial, sans-serif;
	border-collapse: collapse;
}

table td {
	padding: 4px;
}

table td p {
	font: 8pt verdana, arial, sans-serif;
}

.office {
	font-weight: bold;
}



