/* CSS Document */
body { 
margin: 14px;  font-family: Tahoma, Arial; font-size:12px; color:#4f2508; line-height:14px
}
a {color:#4f2508; text-decoration:underline;}
a:hover {color:#990000; text-decoration:underline;  font-weight : bold; }


.error {
	color : Red;
}


p, li {
	FONT-FAMILY: Tahoma, Arial, Verdana, sans-serif;
	FONT-SIZE: 12px;color:#4f2508; line-height:14px
}
.button {
	background-color : #990000;	FONT-FAMILY: Tahoma, Arial, Verdana, sans-serif;
	color : White; padding: 3px;
	font-size : 12px;	letter-spacing: 1px;
	text-transform : lowercase;
	text-align : center;  font-weight : bold;
}


.column {
	background-image : url(../images/column.gif);
	background-position : bottom right;
	background-repeat : no-repeat;
}

.content {
	FONT-FAMILY: Tahoma, Arial, Verdana, sans-serif;
	FONT-SIZE: 12px; line-height:14px
	margin-left:20px; margin-right: 20px;
}

.footer,.footer a,.footer a:link,.footer a:visited {
	float:center;
	padding: 7px;
    color: #F3E7CD;
	FONT-SIZE: 11px;
	height: 45px;
}


.pullquote {text-align: left;
   font-size: 14px; font-weight: normal; font-family: sans-serif;
   color: #990000; border: 1px solid #990000; word-spacing: 0.1em;
  padding: 3px;
   background-image : url(../images/contentback.jpg);
   background-position : bottom right;
}

.row-height1, #row-height1 {
	height: 1px; margin: 0; padding: 0;
}
H1 {
margin: 0;
font-family: "Times New Roman", serif;
text-align: left; color: #990000;
font-size: 30px; 
 font-weight : bold;
 font-style : italic;
}
H2 {
 font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #FF9900;
}
H3 {
font-family: "Times New Roman", serif; font-style : italic;
  font-size: 18px;
  color: #666666;
}
H4 {
 font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #663300;
}


UL{

}
INPUT{
	FONT-SIZE: 12px;
	COLOR: #1F3911;
}

#menu {
	height: 40px;
	background: url(../images/menu.png) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight : bold;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	padding: 19px 15px 15px 15px;
	border-right: #FF9900 dashed 1px;
	color: #ffffff;
	text-decoration: none;
	float: left;
}
#menu ul li a:hover {
	background: url(../images/menu_hover.png) repeat-x;
	color: #FFCC00;
}
#menu .pressed {
	padding: 19px 15px 15px 15px;
	border-right: #FFCC00 dashed 1px;
	background: url(../images/menu_hover.png) repeat-x;
	color: #FFCC00;
	float: left;
}