/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-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: 12px;
	line-height: 16px;
	color: #666666;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	font: italic bold 22px Georgia, "Times New Roman", Times, serif;
	color: #3A5CA3;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-indent: 0px;
}
h2 {
	font-size: 12px;
	color: #4C74A8;
	margin-left: 10px;
	margin-bottom: 0px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

address {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #3C60AC;
	padding: 0px;
	margin: 20px 0px 0px 21px;
	text-align: center;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #274069;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.gif) no-repeat;
	position: relative;
	width: 770px;
	height: 196px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* Creates the div container for the site. */
div#container {
	background: url(images/contentbg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #718969;
	border-left-color: #718969;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 515px;
}

div#content img {
	padding: 5px;
	margin: 0px 15px 20px 20px;
	text-align: left;
	clear: right;
	float: right;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 60px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #2F4A84;
	margin: 0px auto;
	padding: 0px;
	background-color: #b0c2aa;
	width: 770px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #718969;
	border-left-color: #718969;
}
div#copyright a {
	font-size: 9px;
	color: #2F4A84;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	padding: 0px 0px 0px 21px;
	vertical-align: top;
	background-image: url(images/navbg.gif);
	margin: 0px;
}
ul#leftnav {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	border-bottom: 1px solid #718969;
	color: #FFFFFF;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px 0px 0px 10px;
	text-transform: capitalize;
	text-align: center;
	width: 183px;
}
ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #3A5CA3;
	background: #FFFFFF;
}
ul#leftnav li a:hover {
	color: #FFFFFF;
	background: #b0c2aa;
}

ul#list {
	font-size: 12px;
	color: #666666;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-right: 40px;
	padding: 0px;
	margin-top: 0px;
}

ul#list li {
	margin-bottom: 5px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}

iframe {
	padding: 0px;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -50px;
}
iframe.map {

	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: -10px;
	border: 1px solid #625D5D;
}
h3 {

	font-size: 11px;
	color: #666666;
	margin-left: 10px;
	margin-bottom: 0px;
}
div#content img.center {
	padding: 5px;
	margin: 0px 0px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
	float: left;
	clear: both;
}
p.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
div#leftcolumn {
	float: left;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
div#audio {
	padding-top: 0px;
	margin: 0px;
	float: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	top: 130px;
	left: 140px;
}
div#flash {
	width: 582px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	border: 8px solid #718969;
}

/* Styles the copyright div */
div#introcopyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
}
div#introcopyright a {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}
