html{ height:100%
		
		}
body 			{
				height:90%;
			    font-family:arial,helvetica;
				margin:0px; 
				padding:0px;
				background-color:white;
				color:#7d6a55;
				background-image:url('/2006/images/bg_main.gif');
				background-position:top center;
				background-repeat:repeat-y;
				}
p  				{
				
				padding-left:10px;
				padding-right:10px;
				text-align:justify
				}
input
				{
				color: #83644a;
				background: white;
				border: 1px solid #6bd1ec
				}
a,a:active,a:link,a:visited {color:#ff0000}
a:hover{color:white}

				

/*content holders*/

#siteHolder 	{
				position:absolute; 
				width:100%; 
				height:100%;
				}
				
#siteCenter 	{
				position:relative; 
				width:960px; 
				height:100%;
				padding-left:0px; 
				padding-bottom:0px;
				}
			
#flashcontent {
			width:960px;
			height:150px;
			position:absolute;
			top:0px;
			left:0px;
			z-index:0;

		}
		
#contentHolder  {
			width:960px;
			position:absolute;
			top:150px;
			left:0px;
			z-index:5;
			background-color:#b6e4f1;
		    background-image: url('../images/container_bg.gif');
background-repeat: repeat-y;
			height:auto;
			}
#container				{
				color:#7d6a55; 
				font-size:14px; 
				padding-top:0px; 
				margin-bottom:0px;
				padding-left:0px;
				z-index:5;
				background-image: url('../images/container_text_bg.gif');
				background-repeat: repeat-x;
				margin-left:0px;
				width:938px;
				height:auto;
				
				}

/*header*/


/* main nav */
#navigation 	{
				text-align:center;
				height:23px;
				width:960px; 
				background-color:white}
#navigation ul
				{
				margin-top: 0px;
				margin-left:120px;
				margin-bottom:0px;
				height:30px;
				padding: 0px;
				list-style-type: none;
				z-index:5;
				}
				
#navigation ul li 
				{ 
				padding-bottom:4px;
				margin-left:10px;
				float:left;
				}
#navigation a, 
#navigation a:active,
#navigation a:link,
#navigation a:visited
                {
                font-size:14px; 
                color:#7d6a55; 
                text-decoration:none;
                }
#navigation a:hover
                {
                color:black; 
                border-color:#6bd1ec;
				border-style: solid;
				border-bottom-width: 4px;
				border-top-width: 0px;
				border-left-width: 0px;
				border-right-width: 0px;
				
                }
#copyright 		
				{
				height:23px;
				font-size:12px; 
				width:960px;
				background-color:white;
				color:#6bd1ec;
				padding-top:4px;
				}
#copyright a, 
#copyright a:active,
#copyright a:link,
#copyright a:visited
                {
                
                color:#6bd1ec; 
                text-decoration:underline;
                }
#copyright a:hover
                {
                color:black; 
                border-color:#6bd1ec;
				border-style: solid;
				border-bottom-width: 4px;
				border-top-width: 0px;
				border-left-width: 0px;
				border-right-width: 0px;
				
                }	                         
#footer 
				{
				margin:0px;
				width:960px;
				height:50px;
				padding: 0px;
				
				}
			
.pic 
			{
			margin:10px;
			float:left;
			
			}
			


.pic {border:20px;}

#bodycontent 
	{
	float:right;
	width:585px;
	margin-right:5px;
	
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.required {color:#48a1b8}