/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	background-color: #FFFFCC;
	
}


p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: "Times New Roman", Times, serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	margin-right: 30px;
	margin-left: 20px;
}
ul {
	margin-right: 20px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 0px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 20px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 0px;
}
address {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	width: 180px;
}

/* ----------------- CONTENT LINKS ----------------- */

a:link {
	color: #000000;
	text-decoration: underline;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a:visited {
	color: #660000;
}
div#footer a:visited, a:active {
	color: #660000;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #660000;
	text-decoration: underline;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. */
div#header {
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 770px;
}
/* Creates the div container for the site. */
div#container {
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/container_bg.gif);
	background-repeat: repeat;
	border: 1px solid #000000;
	padding: 0px;
}
/* Create the div horznav for the navigation bar */
div#mainnav {
	background-image:url(images/nav_bg.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	width:770px;
	height: 65px;
}
/* Creates the div container for the footer. */
div#footer {
	text-align: center;
	width: 770px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	clear: both;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 28px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Creates the div container for the copyright. */
div#copyright {
	margin: 5px auto 0px;
	padding: 0px;
	width: 770px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	clear: both;
}


/* Create the div content for the content area. */
div#content {
	margin: 0px;
	width: 538px;
	float: right;
	clear: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

div#sidebar {
	width: 220px;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}


/* Navigation styling starts here */
ul#nav {
	list-style-type:none;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 9px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

ul#nav li {
	margin:0 auto;
	padding:0;
	display:inline;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	margin:0 auto;
	padding:0px 30px;
	display:run-in;
	line-height:30px;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	background-color: #B0A15E;
	border: 1px solid #000000;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {
	color:#000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #C5C5C5;
}

/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
	float: left;
	border: 1px solid #000000;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 40px;
}

.right {
	float: right;
	margin-left: 10px;
	margin-right: 20px;
	border: 2px double #000000;
	margin-bottom: 15px;
}

div#copyright a:link, a:active, a:hover, a:visited {
	color: #000000;
}


/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	width: 450px;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
}
form p {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}
input {
	margin-bottom: 10px;
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
label {
	display: block;
	float: left;
	width: 90px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
}
  
