/* CSS Document */

	a {color:#ffffff;	text-decoration: underline;}
	a:hover {color:#ffffff}

p { line-height: 150% }

body, html{
   	background-color: #ffffff;
	color:#444444;
	margin:20px;
	padding:0px;
	width:940px;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

ul {
        margin: 0px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        list-style-type: square;
        margin: 16px;
        padding: 0px 0;
        }

        li {
        background: none transparent;
        padding-left: 0px;
        padding-bottom: 5px;
        }
        
        li p {
        margin: 0px;
        padding: 0px;
        }

.piconpage { 
	border: solid;
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-right-width: 1px;  
	border-color: #008080;
} 

.chair { 
	margin-right:20px;	
	border: solid;
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-right-width: 1px;  
	border-color: #008080;
}

#subpagetext {
	margin-top:17px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:20px;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
}

#subpagetext a {
	color: #008080;
	font-weight: normal;
	text-decoration: none;
}

#subpagetext a:hover {
	color: #008080;
	text-decoration: underline;
}


#titlewords {
	margin-top:20px;
	margin-left:3px;
	font-size: 14px;
	font-weight: bold;
	color: #008080;
}

#sidemenutitle {
width: 190px;
margin-top: 18px;
margin-bottom: 2px;
font: normal 11px verdana;
color: #008080;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 15px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;

}

table.title {
	border-top-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 1px;
	border-right-width: 1px;  
	border-spacing: 0px;
	border-style: solid;
	border-color: #008080;
	background-color: white;
}

table.mainpage a {
	color: #008080;
	font-weight: normal;
	text-decoration: none;
}

table.mainpage a:hover {
	color: #008080;
	text-decoration: underline;
}

table.mainpage {
	border-top-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 1px;
	border-right-width: 1px; 
	border-spacing: 0px;
	border-style: solid;
	border-color: #008080;
	background-color: white;
}

table.langchoice {
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-right-width: 1px; 
	border-spacing: 0px;
	border-style: solid;
	border-color: #008080;
	background-color: white;
}

table.footer {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #008080;
	background-color: #008080;
	font-family:  Verdana, Arial;
	color: #ffffff;
	padding:5px;
	font-size: 11px;
}

#nav-top {
   	background-color: #008080;
	border: solid;
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-right-width: 1px;  
	border-color: #008080;
	font-family:  Verdana;
	color: #ffffff;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:5px;
}

#nav-top li {
	font-size: 11px;
	display: inline;
}


#nav-top a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#nav-top a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#nav-top ul {
        margin: 0px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
}

#nav-side a {
	color: #444444;
	font-weight: normal;
	text-decoration: none;
}

#nav-side a:hover {
	color: #008080;
	text-decoration: underline;
}

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid #008080; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: normal 11px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 18px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #008080; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover {
background: #444444; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.mattblacktabs li.selected a{
background: #707070; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}




.urbangreymenu{
margin-top:15px;
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: normal 11px Verdana;
color: white;
background: #707070; 
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
padding: 7px 0 7px 8px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 11px verdana;
color: black;
background: #E9E9E9;
display: block;
padding: 3px 3px 3px 15px;
line-height: 15px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #444444;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #444444;
}


	

	

