body 
	{
		margin: 0px;
		padding: 0px;
		font-weight: normal;
		font-size: 14px;
		font-style: normal;
		font-family: Arial, Helvetica, Tahoma, Verdana, Lucdia Sans, Sans-serif;
		background-color: #004;
	}

	
p 
	{
		margin: 20px;
	}

li {margin-bottom: 10px;}

#container 
	{
		background-color: #FFF;
		display: block; 
		text-align: left; 
		width: 770px; 
		height: 100%;  
		padding: 15px; 
		margin-top: 15px; 
		margin-bottom: 15px; 
		margin-left: auto; 
		margin-right: auto; 
	}

#holder
	{
		width: 770px;
		margin: 0px auto 0px auto;
	}
		
#headcontain 
	{
		display: block; 
		width: 100%; 
		border: 3px black solid; 
		padding: 15px; 
		margin-top: 15px; 
		margin-bottom: 15px; 
		margin-left: auto; 
		margin-right: auto;
		vertical-align: middle; 
	}
	
#navhead
	{
		background-color: #E8E8E8;
		height: 28px;
		border-bottom: 1px solid #999999;
		margin-top: 0px;
		margin-bottom: 3px;
		background-image:url(../images/navhead_bg.gif);
		background-repeat: repeat-x;
		font-size: 11px;
	}
#navhead ul	{margin: 0px; padding: 7px 20px 0px 20px;}

#navhead ul li
	{
		float: left;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		text-align: center;
		
	}

#navhead ul li a:link, #navhead ul li a:visited 
	{
		display: block;
		width: 146px;
		text-decoration: none;
		color: #000000;
	}

#navhead .separated
	{
		background: url(../images/separate.jpg) left no-repeat;
	}


.red			{color: #CC3E1D;}
.ltblue			{color: #5A88C5;}
.dkblue			{color: #015190;}
.green			{color: #007236;}
.gold			{color: #E7BD00;}
.tan			{color: #D9CFA3;}
.white			{color: #FFFFFF;}
.black			{color: #000000;}
.ltgrey			{color: #999999;}
.dkgrey			{color: #666666;}
.orange			{color:#FB9D06}
.darkorange		{color:#D2691E}

.micro			{font-size:  7pt; font-weight: normal; font-style: normal; }
.mini			{font-size:  8pt; font-weight: normal; font-style: normal; }
.normal			{font-size: 10pt; font-weight: normal; font-style: normal; }
.subsubhead		{font-size: 10pt; font-weight: bold; font-style: normal; }
.subhead		{font-size: 14pt; font-weight: bold; font-style: normal; }
.head			{font-size: 24pt; font-weight: bold; font-style: normal; }
.superhead		{font-size: 36pt; font-weight: bold; font-style: normal; }
.macro			{font-size: 48pt; font-weight: bold; font-style: normal; }

.fieldlabel			{font-size: 10pt; font-weight: bold; font-style: italic; color: #666666;}
.minifieldlabel		{font-size: 8pt; font-weight: bold; font-style: italic; color: #666666;}

.minibold		{font-size:  8pt; font-weight: bold; font-style: normal; }

a				{color:#0000bb; text-decoration:none; font-weight:bold;}
a:hover			{color:#D2691E; text-decoration:underline; font-weight:bold;}
input, select, textarea {font-size: 9pt; font-weight: normal}
.reqinput {background-color: #FFE6E6;}

