/* CSS Document */

body {
	background-color: white;
	font-family: Times New Roman;
}

.border {
  border:solid 1px black;
}

.thinborder {
  border:solid 1px black;
  padding:5px;
  margin:5px;
  }

#header {
	width: 950px;
	height: 150px;
	border: 0px;
}

#navbar {

}

h1 {
	font-size: 16px;
	/*font-weight: bold; */
	color: white;
	background-color: black;
	padding-left: 5px;
}

h2 {
	font-size: 16px;
	/*font-weight: bold; */
	color: white;
	background-color: black;
	padding-left: 5px;
}

p.bio {
	font-size: 13px;
	font-style: italic;
}

#body {
	color: black;
	width: 950px;
	padding: 3px;
	border: 2px solid black;
	vertical-align: top;
}

#top {
	width: 942px;
	align: left;
	height: 76px;
	border: 0px solid black;
	padding: 0px;
}

#business {
	width: 620px;
	float: left;
	align: left;
	border: 1px solid black;
	padding: 9px;
}

#articlecolumns {
	width: 620px;
	align: left;
	border: 1px solid black;
	padding: 9px;
}

#slideshow {
	width: 641px;
	float: left;
	align: left;
	border: 1px solid black;
	padding: 9px;
}

#upcoming {
	width: 620px;
	float: left;
	align: left;
	border: 1px solid black;
	padding: 9px;
}

#articleleft {
	width: 620px;
	float: left;
	align: left;
	border: 1px solid black;
	padding: 5px;
}

#articleleft2 {
	width: 385px;
	height: 360px;
	float: left;
	align: left;
	border: 1px solid black;
	padding: 5px;
}
#articlemid{
	width: 386px;
	height: 360px;
	float: left;
	align: left;
	border: 1px solid black;
	padding: 5px;
}

#articleright{
	width: 0px;
	height: 360px;
	float: left;
	align: left;
	border: 1px solid black;
	padding: 0px;
}

#leftcol {
	width: 130px;
	float: left;
	align: center;
	border: 1px solid black;
	padding: 0px;
}

#midcol{
	width: 625px;
	float: left;
	align: left;
	border: 1px solid black;
	padding: 15px;
}

#rightcol{
	width: 160px;
	align: center;
	border: 0px solid black;
	padding: 0px;
}

#subcol{
	width: 200px;
	align: center;
	border: 0px solid black;
	padding: 0px;
}

#subcol2{
	width: 130px;
	align: center;
	border: 0px solid black;
	padding: 0px;
}

A:link {text-decoration: none; color: #0000ff;} 
A:visited {text-decoration: none; color: #0000ff;}
A:active {text-decoration: none; color: #0000ff;}
A:hover {text-decoration: underline; color: #0000ff;}

A.network:link {text-decoration: none; color: #000000;} 
A.network:visited {text-decoration: none; color: #000000;}
A.network:active {text-decoration: none; color: #000000;}
A.network:hover {text-decoration: underline; color: #000000;}

.menu{
padding: 0px 0;
margin-left: 0px;
margin-top: 0px;
vertical-align: bottom;
margin-bottom: 0;
font: bold 17px times new roman;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}


.menu li{
display: inline;
margin: 0;
}

.menu li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 3px;
margin-right: 0px;
border: 1px solid #778;
color: #ffffff;
background: black url(images/shade1.gif) top left repeat-x;
}

.menu li a:visited{
color: #ffffff;
}

.menu li a:hover{
text-decoration: none;
color: #ffffff;
background: black url(images/shade2.gif) top left repeat-x;
}

.menu li.selected{
position: relative;
text-decoration: none;
color: #ffffff;
background: black url(images/shade2.gif) top left repeat-x;
}

.menu li.selected a{ /*selected main tab style */
text-decoration: none;
color: #ffffff;
background: black url(images/shade2.gif) top left repeat-x;
}

.menu li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.menu li.admin{
position: relative;
text-decoration: none;
color: #ffffff;
background: black url(images/shade2.gif) top left repeat-x;
}

.menu li.admin a{ /*selected main tab style */
text-decoration: none;
color: #ffffff;
background: black url(images/shade2.gif) top left repeat-x;
}

.menu li.admin a:hover{ /*selected main tab style */
text-decoration: none;
}