/* Default CSS Stylesheet for a new Web Application project */

.oldbody {
	background-color: #ffffc0;
}

.news {
	color: red;
	font-weight: bold; 
	font-size: 15px;
}

.header {
	font-weight: bold; 
	font-size: large;
	color: black;
	font-family: arial;
	align: center;
}

.mainText {
	font-weight: normal; 
	font-size: 14px;
	font-family: arial;
	color: black;
	vertical-align: top;
}

.meetsText {
	font-weight: normal; 
	font-size: 13px;
	font-family: arial;
	color: black;
	vertical-align: top;
}

.titleText {
	font-weight: bold; 
	font-size: 14px;
	font-family: arial;
	color: black;
	text-decoration: underline;
	vertical-align: top;
}

.imageText {
	font-weight: normal; 
	font-size: 11px;
	font-family: arial;
	color: black;
	vertical-align: top;
}

.folderText {
	font-weight: bold; 
	font-size: 12px;
	font-family: arial;
	color: black;
	vertical-align: top;
}

body
{
	background: #ffffc0 url(images/bgLimestone2.gif);
	font-family: arial;
	font-size: small;
}

a {
	text-decoration : none; 
	color : #000000; 
	visited : #000000;
}

a.emailLink {
	color : #4040c0; 
	visited : #ff0000;
}

div.header {
	width: 100%;
	float: top; 
	font-weight: bold; 
	font-size: large;
	color: black;
	font-family: arial;
	text-align: center;
	border: 1px solid white;
	padding: 0 0 20 0;
}

div.mainPanel {
	border: 1px solid blue;
}

div.leftNav {
	width: 10%;
	border: 1px solid orange;
	float: left;
}

div.rightPanel {
	border: 1px solid cyan;
	float: right;
}

div.footer {
	border: 1px solid green;
}

div.textPanel {
	border: 1px dashed magenta;
}

a.navButton {
	border: 1px dashed red;
	padding: 10 10 10 10;
}

a.linkItem {
	font-family: arial;
	font-size: 14px;
	font-weight: bold; 
	color: blue;
}

td.folderCell {
	width: 50;
}

img.thumb {
	width: 100;
	height: 80;
	border: 0;
}	
