body
{
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	background-color: #000;
	font-family: Tahoma,sans-serif;
	font-size: 12pt;
	color: #222;
	line-height: 1.4em;
	letter-spacing: 0.5px;
	word-spacing: 2px;
	font-weight: normal;
}

#content-bg
{
	 background-image: url('images/bg-main-container.gif');
	 background-repeat: repeat-y;
}

a,a:link,a:visited
{
	text-decoration: underline;
	color: #316880;
}

a:hover
{
	text-decoration: none;
}

/* Year Nav */

a#nav-1
{
    width: 56px;
    height: 16px;
    background-image: url(images/nav.png);
    display: block;
    text-decoration: none;
    background-position: 0px 0px;
}

a#nav-1:hover
{
    background-position: 0px -16px;
}

a#nav-2
{
    width: 56px;
    height: 16px;
    background-image: url(images/nav.png);
    display: block;
    text-decoration: none;
    background-position: 0px -32px;
}

a#nav-2:hover
{
    background-position: 0px -48px;
}

a#nav-3
{
    width: 56px;
    height: 16px;
    background-image: url(images/nav.png);
    display: block;
    text-decoration: none;
    background-position: 0px -64px;
}

a#nav-3:hover
{
    background-position: 0px -80px;
}

a#nav-4
{
    width: 56px;
    height: 16px;
    background-image: url(images/nav.png);
    display: block;
    text-decoration: none;
    background-position: 0px -96px;
}

a#nav-4:hover
{
    background-position: 0px -112px;
}

a#nav-5
{
    width: 56px;
    height: 16px;
    background-image: url(images/nav.png);
    display: block;
    text-decoration: none;
    background-position: 0px -128px;
}

a#nav-5:hover
{
    background-position: 0px -144px;
}

a#nav-6
{
    width: 56px;
    height: 16px;
    background-image: url(images/nav.png);
    display: block;
    text-decoration: none;
    background-position: 0px -160px;
}

a#nav-6:hover
{
    background-position: 0px -176px;
}

a#nav-7
{
    width: 56px;
    height: 16px;
    background-image: url(images/nav.png);
    display: block;
    text-decoration: none;
    background-position: 0px -192px;
}

a#nav-7:hover
{
    background-position: 0px -208px;
}

/* ETC Nav */

a#sub-1
{
    width: 67px;
    height: 17px;
    background-image: url(images/sub-nav.png);
    display: block;
    text-decoration: none;
    background-position: 0px 0px;
}

a#sub-1:hover
{
    background-position: 0px -17px;
}

a#sub-2
{
    width: 67px;
    height: 17px;
    background-image: url(images/sub-nav.png);
    display: block;
    text-decoration: none;
    background-position: 0px -34px;
}

a#sub-2:hover
{
    background-position: 0px -51px;
}

a#sub-3
{
    width: 67px;
    height: 17px;
    background-image: url(images/sub-nav.png);
    display: block;
    text-decoration: none;
    background-position: 0px -68px;
}

a#sub-3:hover
{
    background-position: 0px -85px;
}

#Required
{
	width: 1px;
	height: 1px;
	visibility: hidden;
	display: none;
}