@charset "utf-8";
/* CSS Document */


/*Example for a Menu Style*/
.menu {
background-color:#ffffff;
border-bottom:0px solid #afbbc5; 
border-top:0px solid #afbbc5;
height:23px;
width:90%;
}

.menu ul {
margin:0px;
padding:0px;
list-style:none;
text-align:left;
}

.menu li {
display:inline;
line-height:23px;
}

.menu li a {
background-color: #afbbc5;
font-weight:bold;
	color: #0d2d4c;
	text-decoration:none;
padding:5px 5px 4px 5px; 
border-top: 1px solid #afbbc5; 
border-right: 1px solid #afbbc5;
border-bottom: 0px solid #afbbc5;
border-left: 1px solid #afbbc5;
font-size:.90em; 
}

.menu li a.tabactive {
border-top: 1px solid #afbbc5; 
border-right: 1px solid #afbbc5;
border-bottom: 0px solid #afbbc5;
border-left: 1px solid #afbbc5; 
background-color:#eeeeee; 
	font: bold;
	color: #0d2d4c;
	text-decoration:none;
position:relative;
}

#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#anothercontent1,#anothercontent2, #anothercontent3, #anothercontent4,#anothercontent5, #anothercontent6 {
border:1px solid #afbbc5; 
width:100%; 
padding:6px 5px; 
	color: #333333;
	text-decoration: none;
	text-align:left;
	font-weight: none;
	font-size:.85em;

margin-bottom:5px;
margin-top:0px;
}




#tabcontent1 ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

#tabcontent1 ul li{
	color: #333333;
	background: url(../images/arrow.gif) no-repeat top left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 17px; /*link text is indented 19px*/
	text-decoration: none;

	font-weight: none;
	
}

#tabcontent1 ul li a{
	color: #333333;
	background: url(../images/arrow.gif) no-repeat top left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 17px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: none;

}


#tabcontent2 ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

#tabcontent2 ul li{
	color: #333333;
	background: url(../images/arrow.gif) no-repeat top left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 17px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: none;

}

#tabcontent2 ul li a{
	color: #333333;
	background: url(../images/arrow.gif) no-repeat top left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 17px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: none;

}

#tabcontent3 ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

#tabcontent3 ul li{
	color: #333333;
	background: url(../images/arrow.gif) no-repeat top left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 17px; /*link text is indented 19px*/
	text-decoration: none;

	font-weight: none;

}

#tabcontent3 ul li a{
	color: #333333;
	background: url(../images/arrow.gif) no-repeat top left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 17px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: none;

}

#tabcontent4 ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

#tabcontent4 ul li{
	color: #333333;
	background: url(../images/arrow.gif) no-repeat top left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 17px; /*link text is indented 19px*/
	text-decoration: none;

	font-weight: none;

}

#tabcontent4 ul li a{
	color: #333333;
	background: url(../images/arrow.gif) no-repeat top left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 17px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: none;

}
