/* CSS Document */

body 	{
		margin:0 auto;
		margin-top:40px; 
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:center;
		background-color:#ffffff;
		}
	
#header {
		width:955px;
		height:48px;
		text-align:left;
		}
#slogan {
		width:955px;
		height:40px;
		text-align:left;
		}
#nav	{width:955px;
		height:28px;
		background-color:#000000;
		}
#mainGraphic {
		width:955px;
		height:250px;
		clear:both;
		margin-top:1px;
		text-align:left;
		}
#mainGraphicTD {
		width:995px;
		height:250px;
		clear:both;
		margin-top:1px;
		text-align:left;
		}
#column_right {
		width:635px;
		float:left;
		text-align:justify;
		padding-right:20px;
		padding-top:30px;
		}
#column_left {
		width:300px;
		float:left;
		text-align:justify;
		padding-top:30px;
		}
		
#contentArea {
		width:955px;
		height:auto;
		}

.gray	{color:#969696;
		font-size:14px;
		font-weight:bold;
		}
.grhead	{font-size:11px;
		color:#777777;
		
		}		

		
li 		{font-size:11px;
		font-weight:bold;
		list-style: circle;
		}
		
.grbg	{font-size:36px;
		color:#a4a4a4;
		}
				
a:link 	{
		text-decoration:underline;
		color: #000000;
		
		}
		
a:visited {
		text-decoration: underline;
		color: #000000;
		}

a:hover {
		text-decoration: none;
		color: #979797;
		}	
#footer{
		widows:955px;
		height:24px;
		clear:both;
		text-align:left;
		}
.grsm	{font-size:11px;
		color:#666666;
		}
		
		
a.gy:link {
		font-size:11px;
		text-decoration:underline;
		color: #666666;
		
		}
		
a.gy:visited {
		font-size:11px;
		text-decoration: underline;
		color: #666666;
		}

a.gy:hover {
		font-size:11px;
		text-decoration: none;
		color: #000000;
		}	
		
a.gynl:link {
		font-size:11px;
		text-decoration:none;
		color: #666666;
		
		}
		
a.gynl:visited {
		font-size:11px;
		text-decoration: none;
		color: #666666;
		}

a.gynl:hover {
		font-size:11px;
		text-decoration: none;
		color: #000000;
		}	
		
a.gylg:link {
		font-size:24px;
		text-decoration:none;
		color: #c9c9c9;
		
		}
		
a.gylg:visited {
		font-size:24px;
		text-decoration: none;
		color: #c9c9c9;
		}

a.gylg:hover {
		font-size:24px;
		text-decoration: none;
		color: #c9c9c9;
		}	
#NLsub {
		background-color:#999999; 
		height:25px; width:280px; 
		padding-left:6px; 
		padding-top:5px;
		border: 1px #000 solid;
		vertical-align:middle;
		}
:focus {
	outline: 0;
}
