@charset "UTF-8";
body
	{
		margin: 0;
		padding: 0;
		font-size: 100.01%;
		font-family: Courier New;
		text-align: center;
		background-color: #ffffff;
	}

	a:link {color: #5F5F5F; text-decoration:none}
	a:visited {color:#494949; text-decoration:none}
	a:active {color:#000000; text-decoration:none}
	a:hover {color:#000000; text-decoration:none;}

	#container
	{
		margin: 1em auto;
		width: 760px;
		text-align: left;
		background-color: white;
		border: ;
	}

	#header
	{

		margin-bottom:20px;
		margin-right: 140px;
		height: 100px;
		background-color: white;
		border-left: 1px dashed silver;
		border-top: 1px dashed silver;
		border-bottom: 1px dashed silver;
	}
#header img { display: block; }

	#headerinfo
	{
		float: right;
		margin-bottom:20px;
		width: 140px;
		height: 100px;
		text-align:left;
		background-color: white;
		border-right: 1px dashed silver;
		border-top: 1px dashed silver;
		border-bottom: 1px dashed silver;
	}

	#headerinfo p
	{
		margin-left:10px;
		font:Courier New;
		font-size:11px;
		color: #818181;
		margin-top:23px;
	}

	#mainnav
	{

		float: right;
		width: 140px;
		height: 300px;
		background-color: white;
		border: 1px dashed silver;

	}

	#mainnav h1
	{
		font:Courier New;
		font-size: 14px;
		font-weight:normal;
		margin-left:10px;
		color:#5F5F5F;
	}

	#mainnav h2
	{
		font: Courier New;
		font-size: 12px;
		font-weight:normal;
		margin-left:10px;
		color: #858585;
	}

	#contents
	{
		margin-right: 150px;
		margin-left: 20px;
		background-color:#ffffff;
		font:Verdana;

	}

	#contents h1
	{
		color:#000000;
		font-size:30px;
		font-weight: normal;
	}

	#contents h2
	{
		color:#000000;
		font-size:15px;
		font-weight: normal;
	}


	#contents h6
	{

		font:Courier New;
		font-size:11px;
		color:#000000;
		font-weight:normal;

	}
	
	#contents h14
	{

			color: #000000;
		font-size:12px;
		font-weight:bold;
		
	}

	#contents h3
	{
		color: #000000;
		font-size:14px;
		font-weight:bold;
	}

	#contents h4
	{
		color: #000000;
		font-size:14px;
		font-weight:bold;
	}



	#contents p
	{
		color: #000000;
		font-size:13px;
		font-weight:normal;
		text-align:justify;
	}



	#footer
	{
		margin-top: 20px;
		clear: both;
		text-align:center;
		font: Courier New;
		font-size:11px;
		color:#5F5F5F;
		background-color: white;
		border: 1px dashed silver;

	}


