body {
	margin-top: 1px;
	background-image: url(background2.gif);
}

/* NAV */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 150px;
}

#nav {
	margin-top: 15px;
      background-color: white;
      padding-top: 1px;
      padding-bottom: 1px;
	border-right: 1px solid #700e3c;
      border-left: 1px solid #700e3c;
	border-top: 5px solid #700e3c;
	border-bottom: 5px solid #700e3c;
}

/* first level */

#nav li {
	position: relative;
	float: left;
	width: 150px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
}

/* second level position */

#nav li ul {
	position: absolute;
	left: -999em;
	margin-left: 150px;
	margin-top: -23px;
	border-bottom: 1px solid #700e3c;
}

/* controls font color and style for first level menu items */

#nav li a {
	display: block;
	color: #700e3c;
	background-color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	text-transform: uppercase;
}

#nav li a:hover {
	color: white;
	background-color: #700e3c !important;
	text-decoration: underline;
}

/* controls font color and style for second level menu items */

#nav li ul li a {
	background: #ffffff url() no-repeat;
	display: block;
	color: #700e3c;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #700e3c;
	border-right: 1px solid #700e3c;
	border-left: 1px solid #700e3c;
	padding: 5px;
	text-transform: uppercase;
}

#nav li ul li a:hover {
	background: #700e3c url() no-repeat;
	text-decoration: underline;
	color: #fff;
}

/* hidden nav positioning DO NOT ADJUST */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left: auto;}

/* SECURE NAV */

#nav_secure, #nav_secure ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 150px
}

#nav_secure {
	margin-top: 20px;
      background-color: white;
      padding-top: 1px;
      padding-bottom: 1px;
	border-right: 1px solid #005a8c;
      border-left: 1px solid #005a8c;
	border-top: 5px solid #005a8c;
	border-bottom: 5px solid #005a8c;
}

/* first level */

#nav_secure li {
	position: relative;
	float: left;
	width: 150px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	font-size: 10px;
	text-transform: uppercase;
	color: #005a8c;
}

/* second level position */

#nav_secure li ul {
	position: absolute;
	left: -999em;
	margin-left: 150px;
	margin-top: -23px;
	border-bottom: 1px solid #005a8c;
}

/* controls font color and style for first level menu items */

#nav_secure li a {
	display: block;
	color: #005a8c;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	text-transform: uppercase;
	background: white;
}

#nav_secure li a:hover {
	color: white;
	background-color: #005a8c;
	text-decoration: underline;
}

/* controls font color and style for second level menu items */

#nav_secure li ul li a {
	background: white;
	display: block;
	color: #005a8c;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #005a8c;
	border-right: 1px solid #005a8c;
	border-left: 1px solid #005a8c;
	padding: 5px;
	text-transform: uppercase;
}

#nav_secure li ul li a:hover {
	background-color: #005a8c;
	text-decoration: underline;
	color: white;
}

/* hidden nav positioning DO NOT ADJUST */

#nav_secure li:hover ul ul, #nav_secure li:hover ul ul ul, #nav_secure li.sfhover ul ul, #nav_secure li.sfhover ul ul ul {left: -999em;}
#nav_secure li:hover ul, #nav_secure li li:hover ul, #nav_secure li li li:hover ul, #nav_secure li.sfhover ul, #nav_secure li li.sfhover ul, #nav_secure li li li.sfhover ul {left: auto;}

#rightColumn {
	padding-top: 170px;
}