/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-color: #2172AB;
}

/* 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: 11px;
	line-height: 16px;
	color: #666666;
	margin-right: 20px;
	margin-left: 32px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FD8403;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4E4FB;
	text-indent: 0px;
	text-transform: uppercase;
}
h2 {
	font-size: 11px;
	color: #2172AB;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
/* 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: #FD8403;
}

address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #2172AB;
	padding: 0px;
	text-align: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 10px;
}
address a:link {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
}
/* ----------------- 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: 98px;
	margin: 0px;
	padding: 0px;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 4px solid #FFFFFF;
}

/* Creates the div for the content */
div#content {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 590px;
}

div#content img {
	padding: 5px;
	margin: 0px 15px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}

div#content img.left {
	float: left;
	clear: left;
	padding: 2px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 32px;
	border: 1px solid #C4E4FB;
}

/* 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: 12px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	text-transform: capitalize;
}
div#copyright a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	text-transform: none;
}


/* ----------------- right NAVIGATION ----------------- */

div#rightnav {
	float: right;
	width: 169px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
ul#rightnav {
	padding: 0px;
	margin: 0px;
	width: 169px;
	vertical-align: top;
}
ul#rightnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#rightnav li a:link, ul#rightnav li a:visited, ul#rightnav li a:active {
	display: block;
	border-bottom: 1px solid #A6D6F9;
	color: #2172AB;
	text-decoration: none;
	width: 169px;
	font: normal 10px Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-indent: 10pt;
}
ul#rightnav li a:hover, ul#rightnav li a.current:link, ul#rightnav a.current:visited {
	color: #FD8403;
	background: #FFFFFF;
}

ul#list {
	font-size: 11px;
	color: #666666;
	margin-left: 300px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	line-height: 16px;
}
legend {
	margin:0px;
	padding: 0px 0px 10px 0px;
	text-transform:capitalize;
	color: #639BD4;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

input, textarea {
	width: 200px;
	padding: 0px;
	margin: 0px 0px 10px;
	color: #3D6D8E;
}

label{
	text-align: right;
	float: left;
	width: 200px;
	font-size: 11px;
	color: #3D6D8E;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

input.submit {
	width: 100px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #573B67;
	border: 1px solid #F0F0EB;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
applet {
	margin-top: 10px;
	margin-bottom: 10px;
}
iframe {
	padding: 0px;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#flash {

	background: #FFFFFF;
	width: 525px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 4px solid #FFFFFF;
}
iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 1px solid #2172AB;
}
