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

body {
	background: url(images/bgd.gif) repeat-x;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* 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, h6, a, ul, li, ol, dt, dd, 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: 13px;
}
h1 {
margin: 0;
padding: 10px;
font: bold 16px Arial, Helvetica, sans-serif;
color: #292a4e;
text-align:right;
}


li {
font: normal 12px Arial, Helvetica, sans-serif;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
li {
}

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

div#container {
width:760px;
margin:0 auto;
padding:0;
background: url(images/container.gif) repeat;
}

div#header {
width: 760px;
height: 146px;
margin: 0 auto;
padding: 0;
background: url(images/header.jpg) no-repeat;
}
div#content {
	width:760px;
	margin: 0;
	padding: 0;
	vertical-align:top;
	text-align:left;
}
div#footer {
	width:760px;
	margin:0 auto;
	padding:0;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	color:#000;
	clear:both;
	height: 181px;
}

div#copyright {
font: 9px Arial, Helvetica, sans-serif;
color: #292a4e;
}

div#copyright a:link, div#copyright a:visited {
font-size:9px;
color:#292a4e;
text-decoration:none;
}

div#copyright a:hover, div#copyright a:active {
font-size:9px;
color:#292a4e;
text-decoration:underline;
}

div#copyright img {
border: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}
img.right {
	float: right;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

