@charset "utf8";
/* General formatting classes */
hr			{
			width: 90%;
			text-align: center;
			}

.title			{
			color: #000000;
			font: NewBskvll BT;
			font-size: xx-large;
			font-weight: bold;
			font-style: italic;
			text-align: center;
			}

.subtitle		{
			padding-top: 7px;
			color: #000000;
			font: NewBskvll BT;
			font-size: x-large;
			font-weight: bold;
			font-style: italic;
			}

.just			{
			text-align: justify;
			font-size: x-small
			}

dt.faq			{
			color: #FF0000;
			font-weight: bold;
			text-decoration: underline;
			padding-top: 5px;
			}

dt.contact		{
			font-weight: bold;
			text-decoration: underline;
			padding-top: 5px;
			}

dt.link		{
			font-weight: bold;
			padding-top: 5px;
			}

A			{color: #0000DD; font-weight: bold;}

/* Menu Link Classes */
A.menu			{font-family: sans-serif;}
A.menu:visited		{color: #000066; text-decoration: bold}
A.menu:link		{color: #000066; text-decoration: bold}
A.menu:active		{color: #FFFFFF; text-decoration: bold}
A.menu:hover    	{color: #FFFFFF; text-decoration: none}

/* DL - 09/04/09 - Page format updates made */
body		{
			margin: 0px;
			background: #ffffff;
			}

div.page	{
			position: absolute;
			left: 0px;
			top: 175px;
			width: 600px;
			text-align: left;
			vertical-align: top;
			margin: 0px;
			background: #ffffff;
			font-family: verdana, arial, helvetica;
			font-size: 11px;
			font-weight: normal;
			text-decoration: none;
			color: #000000;
			}

div.content		{
			padding-left: 10px;
			padding-right: 10px;
			}

div.brand	{
			position: absolute;
			left: 0px;
			top: 0px;
			width: 250px;
			height: 175px;
			text-align: center;
			}

div.menu	{
			position: absolute;
			left: 250px;
			top: 0px;
			width: 350px;
			height: 60px;
			text-align: center;
			background: #21AEEE;
			padding-top: 20px;
			}

div.tagline	{
			position: absolute;
			left: 250px;
			top: 80px;
			width: 350px;
			padding-top: 10px;
			text-align: center;
			color: #000066;
			font-family: sans-serif;
			font-weight: bold;
			vertical-align: top;
			}

div.sidebar	{
			position: absolute;
			left: 600px;
			top: 175px;
			width: 200px;
			text-align: center;
			background: #dddddd;
			}

p.copyright	{
			text-align: center;
			background: #21AEEE;
			color: #FFFFFF;
			font-size: x-small
			}