body {
	margin: 0px 0 0px 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
	background-color: #002900;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 0.5em 0;
	color: #002900;
	line-height: 1em;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 0.5em 0;
	color: #7B7C7E;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	line-height: 1em;
}

h3 {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 1em 0;
	color: #333333;
}

a {
	color: #002900;
	text-decoration: underline;
}

a:hover {
	color: #002900;
	text-decoration: none;
}

img { border: none; }

p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: normal;
}

ul {
	margin: 0 0 1em 0;
	padding-left: 30px;
}

li {
	margin: 0;
}

form {
	padding: 0;
	margin: 0; 
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 932px;
	position: relative;
	padding: 0;
	margin-top: 15px;
	background-color: #FFFFFF;
	border-left: 15px solid #FFFFFF;
	border-right: 15px solid #FFFFFF;
}

#top {
	height: 200px;
	text-align: center;
	background-image: url(images/salazar-logo.gif);
	background-repeat: no-repeat;
	padding: 0;
	background-color: #FFF;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	background-position: center 15px;
}
.text1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004812;
}

#top a{
	color: #002900;
}

#nav {
	height: 42px;
	margin: 2px 0;
	padding: 0;
	background-color: #FFF;
	border-bottom: 5px solid #77787B;
	border-top: 5px double #77787B;
}
#nav ul {
	margin: 0;
	padding-left: 50px;
	list-style-type: none;
}
#nav li {
	display: inline;
	padding-left: 28px;
	padding-right: 28px;
	margin: 0;
	float: left;
}
#nav li a {
	line-height: 42px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #77787B;
	font-family: "Times New Roman", Times, serif;
}
#nav li a:hover {
	color: #002900;
	text-decoration: underline;
}
#nav li.nosep {
	padding-right: 0;
	border-right: none;
}

#content {
	text-align: left;
	padding: 0;
	margin: 0;
}

div#left {
	width: 440px;  /* 425 - L&R Padding */
	padding: 10px 30px 10px 0px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #58595B;
}

div#right {
	width: 450px;
	padding: 10px 0px 10px 0px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #58595B;	

}

div#main {
	width: 900px;
	padding: 10px 0px 10px 0px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #58595B;	

}

#flash {
	float: left;
	width: 932px;
	padding-bottom: 5px;
	border-bottom: 2px solid #77787B;
}
#footer {
	text-align: center;
	color: #114432;
	font-size: 10px;
	line-height: 24px;
	height: 24px;
	border-collapse: collapse;
}
* html #footer { margin-top: -3px; } /* IE6 Hack */
#footer a {
	text-decoration: underline;
	color: #114432;
}
#footer a:hover {
	text-decoration: none;
	color: #114432;
}
.clear { clear: both; }

@media print { 
	#wrapper { margin: 0; background: none; border: 0; }
	#top { display: none; }
	#nav { display: none; }
	#footer { display: none;}
	body { background: none; }
	div#left { width: 650px; padding: 0; }
	div#right { width: 650px; padding: 0; }
	a { text-decoration: none; }
}

