body {
	color:#333;
	background-color:#bca97c;
	margin:20px;
	padding:0px;
	font:12px verdana, arial, helvetica, sans-serif;
	background-image: url(../images/top1.jpg);
	background-repeat: repeat-x;
	}
#head {width:100%; height:110px;}
#logo {margin: 0 0 0 100px; width:460px;}
#banner {width:100%; height:155px;}
img, #head, #logo,#banner, #content, #bottom, #menu li a { behavior: url(iepngfix.htc); }
.images_l { float:left; padding:5px; margin:10px 10px 0 10px; height: auto; width: auto; border: 1px solid #000;}
.images_r { float:right; padding:5px; margin:20px 10px 0 0; height: auto; width: auto; border: 1px solid #000;}
.images_r p {font-size:10px; color:#FFF; margin:0px 5px;}
.images_l p {font-size:10px; color:#FFF; margin:0px 5px;}
.intro {padding:20px; float:right; margin:20px 20px 0 0;}
/********navigation hoover**************/
a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:200px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:1px solid #000; /* add a border */
left:0; /* position:the image */
top:-150px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:150px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}
/***********navigation hoover ends***********/
#wrapit {height:auto; width: 950px;}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	font-weight:900;
	color: #663333;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;color: #663333;
	}
	h3 {
	font:bold 12px/14px ; color: #663333;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
	
p {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 5px 16px 0px;
	padding:5px;
	}
.right {text-align:right; padding-right:5px;}
.Content>p {margin:0;}
.Content>p+p {text-indent:30px;}
strong { font-size:14px; color:#663333;}
a {
	color:#09c;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
.initialcap {font-size:28px; font-weight:900;}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px; top:20px;
	margin:0px 10px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
.image{ z-index:1000;float:right; padding-right:10px;margin:5px 5px 5px 15px;}
.content2 { clear:both;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px; top:25px;
	margin:0 10px 20px 180px;
	background-color:transparent;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
.clear {width:100%; clear:both; height:10px;}
#foot {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	text-align:center;
width:100%; top:20px;
	background-color:transparent;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
#navAlpha {
	position:absolute;
	width:170px;
	top:200px;
	left:20px;
	padding:10px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:148px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:148px;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:200px;
	right:21px;
	background-color:transparent;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}
/*************navigation*************/
#navlist
{
padding: 1px;
margin-left: 0;
font: 11px verdana, sans-serif;
width: 14em;
color: gray; }

#navlist li
{
list-style: none;
margin: 0px;
border-left: 1px #004080 solid;
border-bottom: 1px gray solid;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.7em 0.5em 0.7em 0.9em;
text-decoration: none;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #006; }

#navlist li a:hover
{
font-weight:bold;
color: #000080;
background: #FFCC33;
border-left: 3px #004080 solid;
}
/************end nav***********/
.content1 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:750px;
	min-width:120px;
	margin:0px 10px 20px 180px;
	background-color:transparent;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	top: 20px;
}