
A:link { color: #B26800; text-decoration: none; }
A:active { color: #B26800; text-decoration: none; }
A:visited { color: #B26800; text-decoration: none; }
A:hover { color: #B26800; text-decoration: underline; }
A:visited { color: #B26800; text-decoration: none; }


html {
	height: 100%;
}

body { 
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Lucida Sans, Helvetica, Sans Serif, Arial;
	line-height: 150%;
	font-size: 13px;
	color: #221E1F;
	background: #FCFCF4 url(images/bg_image.gif) left top repeat-x;
    }


#navigation a:link,
#navigation a:active,
#navigation a:visited {
	font-family: Lucida Sans, Helvetica, Sans Serif, Arial;
	font-size: 15px;
	font-weight: bold;
	line-height:20px;
	padding-left: 4px; 
	padding-right: 4px; 
	color:#000000;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

/* Title withing Header Image Style */ 
h1 {
	font-family: Lucida Sans, Helvetica, Sans Serif, Arial;
	color:#221E1F;
	font-size: 19px;
	font-weight: bold;
	line-height:25px;
	padding: 0px 0px 0px 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	display:block;
}


/* Category Title Text Style */ 
h2 {
	font-family: Lucida Sans, Helvetica, Sans Serif, Arial;
	color:#221E1F;
	font-size: 15px;
	font-weight: bold;
	line-height:20px;
	padding: 0px 0px 0px 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	display:block;
}


/* Item Title Text Size */ 
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#3973AC;
	font-size: 14px;
	font-weight: normal;
	line-height:20px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
	display:block;
}

#container {
	position:relative;
	text-align:left;
	width:903px;
	margin:0px;
}

#header {
	text-align:left;
	width: 100%;
	height: 128px;
	margin:0px;
	background: url(images/logo_header.jpg) left top no-repeat;
}

#navigation {
	text-align:left;
	line-height: 16px;
	margin-left: 20px;
	padding-top: 95px;
}

#above_main {
	position:relative;
	text-align:left;
	width: 100%;
	height: 351px;
	margin-top: 6px; 
}

#content_main {
	position:relative;
	text-align:left;
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
}

#footer {
	position:relative;
	text-align:left;
	width: 100%;
	margin-top:20px;
	margin-left: 20px;
	padding-bottom:20px;
	font-size: 11px;
}

.button {background-color: rgb(128,128,128); color:#ffffff; font-size: 8pt;}
.inputc {font-size: 8pt;}
.style3 {font-size: xx-small}


