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

body {
	background: url(images/bg.jpg) repeat;
	margin: 15px 0px;
	padding: 0px;
	text-align: center;
}

/* 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, lo, td {
	font-family: "Trebuchet MS", Verdana, Arial, 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;
	color: #130D52;
	padding: 0px;
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 50px;
}

address {
	font-size: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	padding: 0px;
	color: #FFFFFF;
	font-style: normal;
	margin-top: 320px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link {
color: #666666;
text-decoration: underline;
}

a:visited {
color: #666666;
}

a:hover, a:active {
} 


h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #7B1511;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 40px;
	margin-top: 30px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin-bottom: -20px;
	margin-top: 0px;
	margin-left: 40px;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {
	border-collapse: collapse;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}


/* Styles the table that serves as the container for the content and navigation.*/
table#container {
	padding: 0px;
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}

div#copyright {
	font-size: 9px;
	color: #781510;
	text-align: center;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 7px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	color: #7B1511;
	font-size: 9px;
}

div#copyright a:hover {
	color: #140D53;
}



/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/*  Navigation	- Horizontal */

ul#mainnav {
	background: #130D52 url(images/nav.gif);
	float: none;
	width: 615px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 38px;
	}
ul#mainnav li {
	display: inline;
	float: left;
	margin: 12px auto 0px;
	padding: 0px;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px 8px 5px 9px;
	margin: 0px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #130D52;
	text-transform: capitalize;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-color: #7C1411;
}


ul#list {
	float: none;
	width: auto;
	margin: 10px 40px 0px;
	padding: 0px;
	list-style-type: disc;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 12px;
	color: #140D53;
}
ul#list li {
	float: none;
	width: auto;
	margin: 0px 40px;
	padding: 0px;
	list-style-type: disc;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 12px;
	color: #140D53;
}
ul#list li a:link, ul#list li a:visited, ul#list li a:active {

	font-size: 12px;
	text-decoration: underline;
	text-align: left;
	display: block;
	width: auto;
	margin: 0px;
	border-right: 0px none #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
ul#list li a:hover, ul#list li a.current:link, ul#list li a.current:visited {
	color: #7B98C6;
	text-decoration: underline;
}

td#background {
	vertical-align: top;
	background-color: #FFFFFF;
	width: 615px;
}


div#center {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px auto;
	width: 770px;
	background-position: center;
}
td#left {
	vertical-align: top;
	background-image: url(images/leftpanel.jpg);
	background-repeat: no-repeat;
	background-color: #130D52;
	width: 155px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
}
td#header {
	vertical-align: top;
	background-color: #FFFFFF;
	height: 151px;
	width: 615px;
	margin: 0px;
	padding: 0px;
}
div#audio {
	text-align: center;
	margin: 0px;
	background-position: center;
	padding: 10px 0px 0px;
}
.audio {
	margin-top: 10px;
	margin-left: 15px;
}
