body {
	font-family: Arial, Helvetica, san serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background:url(images/backgrd-tile.jpg) top center repeat-x #FFFFFF;
	position: relative;
	margin: 0 auto;
	} 

/* ======================================================== MAIN BODY CONTAINING ELEMENT ========================================================*/


#wrap { 
	width: 947px;
	height: auto;
	margin: 0 auto;
	position: relative;
	}
	
#header {
	width:947px;
	height:160px;
	background-color:#000000;
	}
	
#logo {
	width: 198px;
	height: 160px;
	float:left;
	margin-left: 20px;
	display:inline;/* IE 6 Fix */
	}
	
#navigation {
	float:right;
	width: 720px;
	height:40px;
	margin-top:120px; /* Check in browsers --*/
	}

#banner {
	width: 947px;
	height: 227px;
	background: url(images/banner.jpg) no-repeat;
	z-index: 1;
	}
	
#banner-pic {
	width: 464px;
	height:221px;
	float: left;
	margin: 6px 0px 0px 23px;
	display:inline; /* IE 6 Fix */
	}
	
#content-container {
	width: 947px;
	height: auto; /*--- change to 440px ---*/
	background: url(images/content-bckgrd.jpg) no-repeat;
	}
	
	
#left {
	float:left;
	width:600px; /* -- 600px --*/
	height:auto;
	padding-bottom: 15px;
	}
	

#text {
	width:420px;
	height: auto;
	padding: 88px 0px 15px 75px;
	}
	
#right {
	float:right;
	position: relative;
	width: 262px;
	height:auto; /* 490 */
	background: url(images/right-shad-tile.png) repeat-y;
	}
	
#right-pattern {
	margin-left:10px;
	width: 252px;
	height:auto; /* 490 */
	background: url(images/folder-tile.jpg) repeat-y;
	padding-bottom: 15px;
	}
	
#right-text {
	width: 215px;
	height: auto;
	padding:5px 14px 15px 19px;
	font-family:"Courier New", Courier, mono;
	color: #000000;
	font-size:12px;
	font-weight:300;
	}
	
#right-base {
	width: 262px;
	height:192px;
	background: url(images/folder-base.jpg) no-repeat;
	}
	
.clearer{
	clear:both;
	margin:0px;
	}



#footer {
	font-size: 11px;
	width: 947px;
	height:80px;
	position: relative;
	margin: 0 auto;
	clear:both;
	color: #666666;
	text-align:center;
	padding: 33px 0px 15px 0px;
	border-top: 1px solid #CCCCCC;
	}


/*======================================================== LINK STYLES ======================================================== */

/* === Basic links ===*/
a:link {
	text-decoration: underline;
	color: #1c4573;
}

a:hover {  
	color: red; 
	text-decoration: none;
}

a:active {  
	color: yellow; 
	text-decoration: underline;
}

a:visited {
	color: #153355;
	text-decoration: none;
}



	

/*=== Footer ===*/
#footer a:link {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {  
 	color: #5D84C9; 
	text-decoration: underline;
}

#footer a:active {  
	color: #999999; 
	text-decoration: underline;
}

#footer a:visited {
	color: #666666;
	text-decoration: none;
}


/*======================================================== TEXT STYLES ======================================================== */

h1 {
	font-family:"Courier New", Courier, mono;
	font-size: 23px;
	font-style: normal;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#000000;
	padding: 2px 2px 2px 8px;
	display: block;	
}

h3  {
	color: #666666;
	font-size:10px;
	text-transform: uppercase;
	}

h2, h4, h5 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;

}


.basic-bold {
	font-weight: bold;
}

.basic-italic {
	font-style:italic;
}

.quotes {
	font-style:italic;
	color: #2F4D8D;
}

.gray-outline {
border: solid 1px #666666;
}

.red {
	color: #FF0000;
	}
.iframe {border: solid 1px #666666;}
/*======================================================== FORM STYLES ======================================================== */

#typein { }

#typein input
        {
        color: #000000;
        background-color: #CCCCCC;
        padding: 2px;
        border: solid 1px #666666;
		}
		
#typein textarea
        {
        color: #000000;
        background-color: #CCCCCC;
        padding: 2px;
        border: solid 1px #666666;
		}
		
#typein select
        {
        color: #000000a;
        background-color: #CCCCCC;
        padding: 2px;
        border: solid 1px #666666;
		}				

		
/*----------- DROP DOWN MENU -------------------------------*/

#dropmenudiv{
position:absolute;
background-color: #000000;
border:none;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}
 
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px;
border-bottom: none;
padding: 2px 0;
color:#FFFFFF;
text-decoration: none;

}
 

#dropmenudiv a:hover{ /*hover background color*/
background-color: #666666;
color:#FFFFFF;

}

