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

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(images/bg.gif);
	margin-top: 5px;
}

/* 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: 11px;
}
h1 {
	font-size: 12px;
	color: #0033CC;
	line-height: normal;
	margin-top: 0px;
}
h2 {
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-variant: small-caps;
	border: 1px solid #CCCCCC;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	background-color: #0033CC;
}

h3 {
	font-size: 10px;
	color: #667480;
	line-height: 18px;
	display: inline;
	letter-spacing: 3px;
}

ol {
	list-style-type: decimal;
}

ul{
	list-style-type: square;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #0033CC;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: none;
	color: #55B9B9;
}
a:active {
	font-weight: bold;
}

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

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}
	
div#address {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 157px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 15px;
	text-align: center;
	display: block;
	background-image: url(images/address_bg.jpg);
	border: 1px solid #0033cc;
	line-height: 14px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

div#content {
	margin-top: 15px;
	margin-right: 30px;
	margin-left: 20px;
	vertical-align: top;
	margin-bottom: 25px;
	display: block;
}

div#content li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 11px;
}

div#copyright {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	width: 620px;
	position: relative;
	left: 150px;
	margin-top: 8px;
	text-align: center;
}

div#copyright a:link {
	color: #000000;
}
div#copyright a:visited {
	text-decoration: underline;
	color: #666666;
}
div#copyright a:hover {
	text-decoration: none;
	color: #1FA3A3;
}
div#copyright a:active {
	font-weight: bold;
}


/* Styles the table that serves as the container for the content and navigation.*/
table#container {
	background-image: url(images/table_bg.gif);
	background-repeat: repeat-y;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: center;
	margin-top: 0px;
	vertical-align: top;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}
/* Creates the div container for the footer. */
div#footer {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 16px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 25px;
}

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

img.left {
	float: left;
	margin-top: 3px;
	margin-right: 25px;
	border: 1px solid #74693C;
}
img.right {
	float: right;
	margin-left: 10px;
	margin-top: 3px;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
#ulMainNav {
	margin: 0px;
	padding: 0px;
	}
#ulMainNav li {
	list-style-type: none;
	display: inline;
}
#ulMainNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033CC;
	text-decoration: none;
	display: block;
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-color: #F1EFE2;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: right;
	background-image: url(images/nav_bg.gif);
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 3px;

}
#ulMainNav a:link {
	color: #0033CC;
	text-decoration: none;
}
#ulMainNav a:visited {
	color: #0033CC;
	text-decoration: none;
}
#ulMainNav a:active {
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
}
#ulMainNav a:hover {
	color: #0033CC;
	text-decoration: none;
	font-weight: normal;
	background-image: url(images/nav_bg_over.gif);
	border-top-color: #D2CCC2;
	border-top-style: solid;
	border-top-width: 1px;
}

#ulMainNav a.current:link, #ulMainNav a.current:visited {
	color: #0033CC;
	text-decoration: none;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	background-image: url(images/nav_bg_current.gif);
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	font-weight: bold;
}
div#listbox {
	width: 275px;
	border: 1px solid #CCCCCC;
	background-image: url(images/list_bg.jpg);
	margin-bottom: 10px;
}
div#linkbox {
	width: 100%;
	border: 1px solid #CCCCCC;
	background-image: url(images/address_bg.jpg);
	margin-bottom: 10px;
}

