
body {
	background	:	url(../images/layout/bordersbg.png) repeat-y center #f1faf1;
	font-family: Verdana,Tahoma;
	font-size: 10px;
	margin:  0px 0px 0px 0px;
	line-height: 150%;
}


img
{
	border: 0px;
}

.backimg
{
	background-image: url(../images/layout/bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
}


html, body {
	height: 100%;
}

body, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3 {
	font-family: Verdana, Arial, Tahoma, Georgia;
	font-size: 10px;
	/*line-height: 20px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #3c3c3c;
	outline: none;
}

.submenu
{
	padding-top: 5px;
}

a {
	color: #00b031;
	text-decoration: none; 
}

a:hover {
	color: #3c3c3c;
	text-decoration: none; 
}

.topmenu
{
	margin-left: 2px;
	margin-right: 2px;	
	color: #3c3c3c;	
	text-decoration: none;
}

.topmenu:hover
{
	color: #00b031;	
}

.menu1, .menu1selected:hover
{
	font-size: 11px;
	text-transform: capitalize; 
	float:left;
	margin-left: 10px;
	margin-right: 10px;	
	color: #FFFFFF;	
	font-weight: bold;
}

.menu1:hover, .menu1selected {
	font-size: 11px;
	text-transform: capitalize; 
	float:left;
	margin-left: 10px;
	margin-right: 10px;	
	font-weight: bold;
	
	color: #00b031;
}

.menu2
{
	float:left;
	width:175px;
	color: #000000;
	padding: 1px 10px 1px 4px;
}

.menu2:hover, .menu2selected
{
	float:left;
	width:175px;
	padding: 1px 10px 1px 4px;
	
	color: #00b031;
}

.menu3
{
	float:left;
	width:100px;
	color: #999999;	
}

.errors
{
	display: block;
	border: 2px solid red;
	padding: 20px;
	text-align: left;
	width: 500px;
	margin: 50px;
}

.formtext
{
	width: 150px;
}

.formbtn
{
	color: white;
	background: #336699;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.formtextarea
{
	width: 175px;
	height: 150px;
}

.required
{
	color: #FF0000;
}

.item
{
	margin: 5px;	
}

.photoalbum_image
{
	float: left;
	/*width: 180px;*/
	/*height: 180px;*/
	border: 1px solid black;
	background: white;
	padding: 2px 2px 20px 2px;
	margin: 10px;
	height:110px;
}

.bigimagediv
{
	text-align: center;
	display: none;
	z-index: 99;
	background-color: #cccccc;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}

.bigimagediv_over
{
	text-align: center;
	display: none;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	margin-top: 50px;
}

.bigimage
{
	margin-top: 50px;
	border: 1px solid black;
}

h1 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	margin-top: 20px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.rsslinksext
{
	float: left;
	color: #00b031;
	text-decoration: none;
	margin: 4px 5px 4px 10px;
}

.rsslinksext:hover
{
	color: #3c3c3c;
	text-decoration: none;
}

.linkitems
{
	/*float: left;*/
	color: #00b031;
	text-decoration: none;
	margin: 4px 5px 4px 10px;
}

.linkitems:hover
{
	color: #3c3c3c;
	text-decoration: none;	
}

blockquote
{
	padding: 10px;
	border: 1px solid #cccccc;
	background: #f6ffee;
}

@media Print
{
	body
	{
		visibility: hidden;
	}
	
	.printable
	{
		 visibility: visible;
		 position: absolute;
		 top: 0px;
		 left: 0px;
	}	
}

