A       { 
        color: #0000CC; 
        font-weight: bold;
        font-size: 9pt;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        text-decoration: none
        }

A:hover { 
		color: #FF8000; text-decoration: none 
		}

A:active { 
		 color: #FF8000; text-decoration: none 
		 }

BODY    {
        color: #000000;
        background-color: #003366;
		margin: 0;
        padding: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
		text-align: center;
        }

TD      { 
        color: #000000;
        font-style: normal;
        font-weight: normal;
        font-size: 10pt;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        text-decoration: none
        }

img 	{
		border: 0;
		}

#spacer {
		clear: both;
		line-height: 0;
		height: 0;
		}

#container 	{
			background-color: #FFFFFF;
			border: 1px solid #666666;
			width: 810px;
			margin: 0px auto;
			}

#footer {
		font-size: 10px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 20px;
		clear: both;
		}

#indented 	{
			text-align: left;
			margin-left: 40px;
			margin-right: 40px;
			clear: both;
			}
	
#leftcontent	{
				width: 200px;
				float: left;
				margin-left: 5px;
				margin-right: 0px;
				}

#leftcontent ul	{
				margin: 0;
				padding: 0;
				list-style-type: none;
				font-family: verdana, arial, Helvetica, sans-serif;
				}

#leftcontent li { 
				margin: 0; 
				}

#leftcontent a	{
				width: 200px;
				padding: 5px;
				display: block;
				color: #fff;
				background-color: #003366;
				text-decoration: none;
				text-align: left;
				border-top: 1px solid #fff;
				border-left: 1px solid #fff;
				border-bottom: 1px solid #333;
				border-right: 1px solid #333;
				font-weight: bold;
				font-size: 10px;
				background-image: url(images/sidebackground.jpg);
				background-repeat: no-repeat;
				background-position: 0 0;
				}

#leftcontent a:hover	{
						padding: 5px;
						display: block;
						color: #fff;
						background-color: #7E98B3;
						text-decoration: none;
						text-align: left;
						border-top: 1px solid #333;
						border-left: 1px solid #333;
						border-bottom: 1px solid #fff;
						border-right: 1px solid #fff;
						font-weight: bold;
						font-size: 10px;
						background-image: url(images/sidebackgrounda.jpg);
						background-repeat: no-repeat;
						background-position: 0 0;
						}
						
#rightcontent 	{
				width: 555px;
				float: right;
				text-align: left;
				margin-left: 10px;
				margin-right: 15px;
    			BACKGROUND-IMAGE: url(images/background.gif);
    			BACKGROUND-REPEAT: no-repeat;
    			BACKGROUND-POSITION: center;
    			BACKGROUND-ATTACHMENT: fixed;
				}