/* CSS Document */

body			{
				font-family			: Arial, Helvetica, sans-serif;
				font-size			: 0.9em;
				}
								
				
p				{
				}
				

h1				{
				font-size			: 1em;
				font-style			: italic;
				}

h3				{
				color				: #666666;
				font-size			: 0.9em;
				font-style			: oblique;
				text-align			: left;
				}
		
#container		{
				margin				: 0 auto;
				width				: 470px;
				/*text-align			: center;*/
				/*border				: 1px #CCCCCC solid;*/
				background-color	: #FFFFFF;
				height				: 700px;
				/*background-image	:url(images/background_orig3.png);*/
				background-repeat	:no-repeat;
				}
								
#main			{
				color				: #11568C;
				position			: relative;
				left				: 40px;
				top					: 30px;
				width				: 370px;
				/*border				: 1px #CCCCCC solid;*/
				text-align			: justify;
				padding				: 10px;
				/*height				: 500px;*/
				}
				
#linkbar		{
				position			: relative;
				left				: 40px;
				top					: 20px;
				width				: 400px;
				height				: 100px;
				text-align:left;
				}
				
						
