/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #fff;
	background-image: url(images/sitebg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: left; 
}

p {
	margin: 0px;
	padding: 4px 15px 16px 15px;
}

ul {
	margin: 0px;
	padding: 0 15px 16px 15px;
}

em {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

strong {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
}

h3 {
	margin: 15px;
	padding: 0px;
	font-size: 14px;
	color: #333;
}

h4 {
	margin: 10px 15px 15px 15px;
	padding: 0px;
	border-bottom: 1px solid #d5d5d5;
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
	color: #333;
}

li {
	margin: 3px 0 3px 25px;
	padding: 0;
	list-style-image: url(images/bullet.gif);
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #06c;
	text-decoration: underline;
}

a:hover {
	color: #09f;
	text-decoration: none;
}

a:active {
	color: #09f;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

table, td, th  {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
table#header {
	width: 760px;
	margin: 0 auto 0 auto;
}

/* Styles the table that serves as the container for the content and navigation.*/
table#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;

}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}

#columnleft {
	width: 300px;
	background-color:#E5EEF8;
}

#columnright {
	width: 460px;
	background-color: #FFFAF3;
}

#nocolumns {
	width: 760px;
	height: 400px;
	background-color: #FFFAF3;
}

#listfloatleft {
	float: left;
	margin: 0 50px 15px 50px;
	padding: 0;
}

div#address {
	margin: 25px 55px 25px 0;
	padding: 0;
	text-align: right;
	color: #333;
}

div#iframe {
	text-align: center;
}

div#footer {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 7px 0px 3px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #000;
}

div#footerright {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #000;
	text-align: right;
}

div#footer a:link, div#footerright a:link {
	font-size: 9px;
	color: #000;
	text-decoration: underline;
}

div#footer a:hover, div#footerright a:hover {
	font-size: 9px;
	color: #06c;
	text-decoration: none;
}

div#footer a:active, div#footerright a:active {
	font-size: 9px;
	color: #06c;
	text-decoration: none;
}

div#footer a:visited, div#footerright a:visited  {
	font-size: 9px;
	color: #000;
	text-decoration: underline;
}

div#copyright {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 3px 0px 3px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #000;
}

div#copyright a:link {
	font-size: 9px;
	color: #000;
	text-decoration: none;
}

div#copyright a:hover {
	font-size: 9px;
	color: #06c;
	text-decoration: underline;
}

div#copyright a:active {
	font-size: 9px;
	color: #06c;
	text-decoration: underline;
}

div#copyright a:visited  {
	font-size: 9px;
	color: #000;
	text-decoration: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

#imgleft {
	float: left;
	margin: 10px 10px 10px 15px;
	padding: 0;
}

#imgright {
	float: right;
	margin: 5px 15px 10px 10px;
	padding: 0;
}

#clearboth {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.boldunderlined {
	font-weight: bold;
	text-decoration: underline;
}

.textcenter {
	text-align: center;
}

.textcenterbold {
	text-align: center;
	font-weight: bold;
}

.textcentersmall {
	text-align: center;
	font-size: 9px;
}

.font9px {
	font-size: 9px;
	color: #000;
}

.font14pxbold {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.font14pxboldcenter {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.font18pxbold {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.font18pxboldcenter {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.font24pxbold {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.font24pxboldcenter {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.font28pxbold {
	font-family: Arial, Helvetica, Geneva, Tahoma, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000;
}

.font28pxbold {
	font-family: Arial, Helvetica, Geneva, Tahoma, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.box {
	margin: 0px;
	padding: 3px;
	border: 1px solid #666;
}

.image {
	margin-left:35px;
	border:1px solid #000000;
}

.center {
	margin-left:130px;
	margin-top:20px;
}
.heading {
	font-weight: bold;
	text-decoration: underline;
	font-size: 20px;
	font-style: italic;
}
.emphasis {
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
	font-style: italic;
}

.contactaudio {
	position:absolute;
	left: 694px;
	top: 277px;
}
