/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: eaefcb;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Geneva, Arial, Helvetica, sans-serif
	font size: 1;
	font-weight: 200;
	font-style:	normal;
	text-decoration:underline;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	border-bottom:thin;
	border-bottom:#8C7466;
	color: 8C7466;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	disc ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
/* MAIN PAGE LAYOUT */

#background {
	background:#eaefcb;
	}
		
#banner {
	background:#ffffff;
	}
	
#logo {
	background:#fef7e6;
	background-image:url(images/logo.png)
	}
		
#main {
	background: #ffffff;
	color: 8C7466;
	}
		
#nav {
	background: #ffffff;
	}

#title {
	background: #ffffff;
	}
		
#address {
	background: #ffffff;
	color: 8C7466;
	padding-top: 5px;
	}

/* BODY CURVES */

#righttc {
	background:#ffffff;
	background-image:url(images/rtc.png)
	}	
	
#rightbc {
	background:#ffffff;
	background-image:url(images/rbc.png)
	}

#leftbc {
	background:#ffffff;
	background-image:url(images/lbc.png)
	}

/* PICTURE FRAMES */ 
	
.picture1 {
		background: #e8d9ab;
		font:Georgia, Times New Roman, Times, serif;
		font-style:italic;
		color:#666666;
		}

.picture-img {
	margin-top:  10px;
	margin-left: 10px;
}

.picture-gst {
	margin-top:  15px;
	margin-left: 10px;
}

/* NAVIGATION */

.button-div{
	background: #fef7e6;
	border: 1px;
	border-bottom-color:#000000;
}
.inline-button {
   _width:7em;
   font: italic, 90%/1, arial, sans-serif;
   margin: 0em 0em; padding: 0em 0; _padding:0;
   padding-bottom: 4px;
   padding-left: 10px;
   /*border: 1px solid d6835a;*/
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fef7e6;
   color: black;
   
   }
   
/*.inline-button em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: black;
   }
*/

/*.inline-button span {
   _width: 0.1em; _cursor:hand;
   /*margin:0; padding:; 0.1em 0.5em 0.1em 0.3em;
   }
*/

.inline-button:hover {
   background: #ffffff;
   color: #000000;
   }
   
/*.inline-button:hover em {
   background: black;
   color: white;
   }
*/		
