a
{
	color: #843D45;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: black;
}

a.bigButton:link, a.bigButton:visited, a.bigButton:active, a.bigButton:hover
{
	color: black;
	font-size: 14px;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	width: 100px;
	height: 40px;
	padding-top: 60px;
	text-align: center;
	float: left;
	font-family: "Trebuchet MS", Tahoma;
	font-weight: normal;
}
a.bigButton:hover
{
	color: #843D45;
	font-weight: normal;
}

.mSearch
{
	margin-top: 5px;
	margin-left: 12px;
	font-size: 12px;
	font-family: Tahoma;
	background: url(/img/inputback.gif) repeat-x;
	width: 170px;
}
.mButton
{
	margin-top: 10px;
	margin-left: 125px;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	border: 1px solid Gray;
	width: 62px;
	height: 20px;
	background-color: white;
	background: url(/img/inputback.gif) repeat;
}

.mButton2
{
	font-size: 11px;
	border: 1px solid Gray;
	height: 20px;
	background-color: white;
	background: url(/img/inputback.gif) repeat-x;	
}
.mInput
{
	font-size: 12px;
	font-family: Tahoma;
	background: url(/img/inputback.gif) repeat-x;
}

h1.newsHeader
{
	margin-top: 10px;
	font-size: 22px;
	color: #535353;
}

.line
{
	background: url(/img/line.gif);
	background-repeat: repeat-x;
	height: 3px;
/*	width: 100%; */
	margin-top: 5px;
}

a.newsLink:active, a.newsLink:link, a.newsLink:visited, a.newsLink:hover
{
	font-size: 17px;
	color: #3C3C3C;
	font-weight: bold;
	text-decoration: none;
}
a.newsLink2:active, a.newsLink2:link, a.newsLink2:visited, a.newsLink2:hover
{
	font-size: 14px;
	color: #3C3C3C;
	font-weight: bold;
	text-decoration: none;
}

div.newsContainer
{
	margin-top: 5px;
}

.clear
{
	clear: both;
}

div.projectContainer
{
	margin-top: 10px;
	height: 106px;
	overflow: hidden;
}

div.line2
{
	background-image: url(/img/line.gif);
	width: 308px;
	float: right;
	height: 2px;
	font-size: 0;
}

div.newsDate
{
	font-size: 10px;
	text-align: right;
}

#projectMenu
{
	width: 188px;
	float: right;
	background: #DCDCDC;
	border: 1px solid #808080;
	padding: 5px;
	margin-left: 5px;
}

a.projLink:link, a.projLink:visited, a.projLink:active, a.projLink:hover
{
	color: #843D45;
	text-decoration: none;
	font-size: 14px;
	font-family: "Trebuchet MS", tahoma;
	font-weight: normal;	
}
a.projLink:hover
{
	color: Black;
}

li.mark
{
	text-decoration: underline;
}

h1.header2
{
	margin-top: 10px;
	font-size: 22px;
	color: #535353;
	text-align: center;
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
}

div.line3
{
	background-image: url(/img/line.gif);
	width: 85%;
	float: right;
	height: 2px;
	font-size: 0;
}

a.activeProjLink:active, a.activeProjLink:link, a.activeProjLink:visited, a.activeProjLink:hover
{
	font-size: 18px;
	color: #2E8B57;
	font-weight: bold;
}

a.nActiveProjLink:active, a.nActiveProjLink:link, a.nActiveProjLink:visited, a.nActiveProjLink:hover
{
	font-size: 18px;
	color: #8B2E35;
	font-weight: bold;
}

#pageArray
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
}

#pageArray a:active, #pageArray a:link, #pageArray a:visited, #pageArray a:hover
{
	font-size: 12px;
	color: #8B2E35;
	font-weight: bold;
}

.button, .buttonOver
{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	cursor: pointer;
	font-weight: Bold;
	background-color: #843D45;
	color: White;
	border: 1px solid Gray;
}
.buttonOver
{
	background-color: White;
	color: #843D45;
	border: 1px solid Gray;
}

.cardForm
{
	font-family: "Trebuchet MS", Tahoma;
	font-size: 14px;
}

a.cardLink:active, a.cardLink:link, a.cardLink:visited, a.cardLink:hover
{
	font-size: 14px;
	color: #2E8B57;
	font-weight: bold;
	text-decoration: none;	
}

a.admin:active, a.admin:link, a.admin:visited, a.admin:hover
{
	font-size: 12px;
	color: #FFD2D2;
	font-weight: bold;
	text-decoration: none;
	float: left;
}
input.login
{
	width: 200px;
}

div#flashMessage
{
	padding: 10px;
	background-color: red;
	color: white;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.cardTable
{
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma;
}

.textLight
{
	color: #444;
	text-align: justify;
}
