*{	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	text-decoration: none;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	}
	
.smallgreentext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003300;
	text-decoration: none;
}
a.smallgreentext:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003300;
	text-decoration: none;
}
a.smallgreentext:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003300;
	text-decoration: none;
}
a.smallgreentext:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003300;
	text-decoration: none;
	}
	
.menutext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
	text-decoration: none;
}
a.menutext:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
	text-decoration: none;
}
a.menutext:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
	text-decoration: none;
}
a.menutext:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
	text-decoration: none;
	}
		
.smalltext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-decoration: none;
}
.smalltext:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-decoration: none;
}
.smalltext:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-decoration: none;
}
.smalltext:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-decoration: none;
	}
		
.marq {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
}
.marq:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
}
.marq:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
}
.marq:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	}
	
h3{
	font: 13px/18px Geneva, Arial, Helvetica, sans-serif;
	color: #003700;
}


h2{
	font: 16px/18px Geneva, Arial, Helvetica, sans-serif;
	color: #003300;
	text-decoration: none;
		
}

	/* homepage slideshow*/

	#imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 592px;	/* IE 5.x */
		width/* */:/**/586px;	/* Other browsers */
		width: /**/586px;
		
		/* CSS HACK */
		height: 206px;	/* IE 5.x */
		height/* */:/**/200px;	/* Other browsers */
		height: /**/200px;
		
		background-color:#000;
		position:relative;	/* Never change this value */
		margin-bottom: 10px;
	}
}
.imageInGallery {		
 width: 586px;
 height: 200px;
 background-color: #fff;
 /* Never change these 3 value */
 left: 0px;
 top: 0px;
 position: absolute;	
}
#imageSlideshowHolder img {
 position: absolute;
}

/* News Editor */

#newsEditForm{
	
}

#newsEditForm input{
	width: 300px;
}

#newsEditForm textarea{
	width: 300px;
	height: 100px;
}

#newsEditForm .submit{
	width: 300px;	
}