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

body {
	background: #bbbcda;
	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, a, ul, li, lo, td {
	font-family: Verdana, 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 40px;
	margin-top: 10px;
	line-height: 19px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h2 {
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
#sidebar {
	float: right;
	width: 375px;
}
a:active {
}

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



/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 750px;
}
#content {
	width: 750px;
	height: 425px;
	background-image: url(images/content.gif);
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-left: 40px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-left: 20px;
}




/* Creates the div container for the footer. */
div#footer {
}
#content img {
	float: right;
}

div#footer p {
}
div#footer a:link {
}
div#footer a:visited {
}
div#footer a:hover {
}
div#footer a:active {
}
div#copyright {
	font-size: 9px;
	width: 750px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#copyright imv_copyright {
	font-size: 9px;
	text-align: center;
	width: 750px;
}


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

img.left {
	float: right;
	margin-right: 10px;
}
img.right {
	float: right;
	margin-right: 30px;
	margin-bottom: 100px;
}

clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #293be4;
}
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
}

