body {
	background-color: #CCC;
	width: 99%;
	text-align: center;
}
.clearit { 
     clear: both; 
     height: 0; 
     margin: 0;
     font-size: 1px;
     line-height: 0px;
}

.center {
	text-align: center;
}

.center img {
	text-align: center;
}

#pagewrap {
	width: 750px;
	height: 800px;	
	border: 1px solid #669;
	text-align: left;
	background: url("../images/bows_bg.jpg") no-repeat center top;
}
#banner {
	height: 150px;
	width: 99%;
	overflow: hidden;
}

#tabs {
	float: right;
	display: inline;
	width: 70%;
	background-color: transparent;
	margin: 1em 0;
	padding: 0 15px;
	font-size: 90%;
	z-index: 1000;
}

#leftnav {
	float: left;
	width: 20%;
	padding-top: 10px;
}

#1, #2, #3, #4 {
	background: none;
	display: none;
	visibility: collapse;
}

/******* start curve  **************************/
	#curve {font-size:1em; width:27em; height:27em; padding-right:1em; margin:1em auto;}
	#curve b { font-size:1em; display:block; clear:left; float:left; width:0.5em; height:1em;}
	#curve .lf1 {border-left:1em; border-right:.5em; margin-right:2em;}
	#curve .lf2 {border-left:1.5em; border-right:.5em; margin-right:1.5em;}
	#curve .lf3 {border-left:2em; border-right:.5em; margin-right:1.2em;}
	#curve .lf4 {border-left:2.5em; border-right:.5em; margin-right:1.2em;}
	#curve .lf5 {border-left:3em; border-right:1em; margin-right:01.2em;}
	#curve .lf6 {border-left:4em; margin-right:1em; margin-right:1.6em;}
	#curve .lf7 {border-left:5em; margin-right:1em; margin-right:1.5em;}
	#curve .lf8 {border-left:5.5em; margin-right:1em; margin-right:1.75em;}
	#curve .lf9 {border-left:6em; margin-right:1em; margin-right:1.5em;}
	#curve .lf10 {border-left:6em; margin-right:1em; margin-right:1.55em;}
	#curve .lf11 {border-left:6em; margin-right:1em; margin-right:1.7em;}
	#curve .lf12 {border-left:6em; margin-right:1em; margin-right:1.8em;}
	#curve p {text-align:left; margin:0; color:#633; }/* font-size:1em; line-height:1em; }
	* html #curve p {font-size:1.15em;}*/
	#curve span.ital {font-style:italic;}

/****** end curve ******************/

.welcome {
 text-align: right;
 font-family: "trebuchet MS", "Times New Roman";
 color: #663366;
 font-style: italic;
 margin-top: 0;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E6E6E;
	text-decoration: none;
}
.text1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6E6E6E;
	text-decoration: none;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777777;
	text-decoration: none;
}

.left {
	float: left;
}
.orange {color: #F0843C;}
a:link, a:visited, a:active  {  
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	color: #D49B00;
	text-decoration: underline;

}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	color: #272727;
	text-decoration: underline;
}
.search { float: right; padding-left:3px; width: 225px; height: 32px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-variant: small-caps; color: #C60;}

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #999999;	
	width: 149px;
	height: 20px;
}
#content {
	float: right;
	width: 55%;
	padding-left:10px;
	padding-top:22px;
	padding-right:14px;
	height: auto;
}
#footer {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6E6E6E;
	text-decoration: none;
	border: 1px solid #669;
	background-color:#CCC;
}
/******* menu flyout navigation ******/

.menu {
z-index:1000;
font-size:90%;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background-color: #d1dddd; /*#d4d8bd;*/
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color: #030;
text-indent:5px;
border:1px solid #669;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:/*#d4d8bd*/#d1dddd; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color: #066/*#D49B00 #399*/; background:#B8C6C6;}

.menu :hover > a {
color:#066;
font-weight: 800; 
background:#B8C6C6;/*#949e7c;*/
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


/******* end menu flyout navigation ******/

/******* start tab navigation *******/
.menu2 {
z-index:1000;
font-size: 90%;
margin-left: 95px;
padding-top: 5px;
overflow: hidden;
}

dl { float: right; padding:0; padding-right: 10px;}
dt {display:none;}
dd {float:left; margin:0 1px 0 0; padding:0; text-align:center; background-image: url("../images/tabs.gif");}
dd a, dd a:visited {text-decoration:none;}
dd span {float:left; cursor:pointer;}

dd span.side {width:5px; height:3em; position:relative;}
dd span.side b.p1 {height:20px; width:1px; float:left; margin:5px 0; background:#345;}  
dd span.side b.p2 {height:20px; width:1px; float:left; margin:3px 0; border-top:2px solid #669; border-bottom:2px solid #669;}
* html dd span.side b.p2 {height:24px; he\ight:20px;}
dd span.side b.p3 {height:24px; width:1px; float:left; margin:2px 0; border-top:1px solid /*#345*/#669; border-bottom:1px solid /*#345*/#669;}  
* html dd span.side b.p3 {height:26px; he\ight:24px;}
dd span.side b.p4 {height:26px; width:2px; float:left; margin:1px 0; border-top:1px solid /*#345*/#669; border-bottom:1px solid /*#345*/#669;}
* html dd span.side b.p4 {height:28px; he\ight:26px;}
dd span.mid {height:28px; border-top:1px solid /*#345*/#669; border-bottom:1px solid /*#345*/#669; line-height:26px; padding:0 10px; }
* html dd span.mid {height:30px; he\ight:28px;}
dd a:hover {border:0;}
dd a:hover span.mid, dd a:hover span.side b.p2, dd a:hover span.side b.p3, dd a:hover span.side b.p4 { color: #066;}

/******* end tab navigation *******/
