/* STD settings, including background and font */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

body {
	margin-left: 1px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(../stdimages/bg_strip.gif);
	background-repeat: repeat-x;
	background-position: top;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h2 {
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h5 {
	font-size: 10px;
	color: #666666;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}


p {
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	color: #111111;
	margin: 0px;
	padding: 5px 0px;
	text-align: left;
	vertical-align: top;
}

li {
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	color: #111111;
	margin-left: 20px;
	padding: 3px 0px;
	text-align: left;
	vertical-align: top;
}

/* STD links */

a:link { 
	color:#0033CC; 
	text-decoration:none
	}
a:visited { 
	color:#0033CC; 
	text-decoration:none
	}
a:hover { 
	color:#0033CC; 
	text-decoration:underline; 
	cursor:pointer;
	}
a:active { 
	color:#0033CC; 
	text-decoration:none
	}

/* MENU at the top */

.menu_top {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	line-height: 35px;
	background-color: #AC925F;
}
A.menu_top:link {
	color:#333333;
	text-decoration:none;
}
A.menu_top:visited {
	color:#333333;
	text-decoration:none;
}
A.menu_top:hover {
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	line-height: 20px;
	font-weight: bold;
}
A.menu_top:active {
	color:#333333;
	text-decoration:none;
}

/* MENU on the LEFT */

.menu_left {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	line-height: 30px;
	background-color: #AC925F;
	padding-left: 15px;
}
A.menu_left:link {
	color:#333333;
	text-decoration:none;
	padding-left: 0px;
}
A.menu_left:visited {
	color:#333333;
	text-decoration:none;
	padding-left: 0px;
}
A.menu_left:hover {
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	padding-left: 0px;
	font-weight: bold;
}
A.menu_left:active {
	color:#333333;
	text-decoration:none;
	padding-left: 0px;
}

/* FOOTER udb */

.footer {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	line-height: 30px;
}
A.footer:link {
	color:#999999;
	text-decoration:none;
	padding-left: 0px;
}
A.footer:visited {
	color:#999999;
	text-decoration:none;
}
A.footer:hover {
	color:#999999;
	text-decoration:underline;
	cursor:pointer;
}
A.footer:active {
	color:#999999;
	text-decoration:none;
}

/* PHOTOS text */

.photos {
	font-size: 12px;
	color: #333333;
	line-height: 14px;
	text-align: left;
	vertical-align: top;
}

/* Images */

.image_frame {
	border:1px dashed #333333; 
	margin:1px; 
	z-index:8;
}

.image_left {
	z-index:8;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

/* Contact Form */

.formentry {
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	vertical-align: top;
	border: 1px none #5D656F;
	background-color: #FFFFFF;
	padding: 5px;
}.formframe {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	vertical-align: top;
	border: 1px dashed #5D656F;
	background-color: #FFFFFF;
	padding: 5px;
}
