/* for horizontal shift issue in Firefox and Gecko Based browsers 
html {overflow: -moz-scrollbars-vertical !important;}*/

/* alternative */
html { min-height: 100%; margin-bottom: 1px; }

/* assigned to HTML tags */
body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Verdana;
	}
	
TD, LI{
font-size: 11px; 
line-height: 14px;
}

P {
font-size: 11px; 
line-height: 14px;
margin: 0px 0px 10px 0px;
font-family: Verdana;
}

H1 {
font-size: 12px;
line-height: 13px;
font-weight:300;
color: #F1E3C5;
margin: 0px 0px 0px 0px;}

H2 {
font-size: 12px;
font-weight:bold;
color: #FFFFFF;
font-family: Verdana;}

H3 {
font-size: 14px;
line-height: 12px;
font-weight:bold;
color: #CE7525;
margin: 0px 0px 8px 0px;}

H4 {
font-size: 12px;
line-height: 12px;
font-weight:300;
color: #CE7525;
margin: 0px 0px 8px 0px;}

H5 {
font-size: 12px;
line-height: 14px;
font-weight:bold;
color: #CE7525;
margin: 0px 0px 8px 0px;}

Strong, B {
font-size: 12px;
line-height: 14px;
font-weight:bold;
color: #CE7525;}

A {
color: #714C15;
text-decoration: none;
}

/* extra font styles */
.verdana10 {
font-size: 10px;
}

.red {
color:#FF0000;}

.burnt {
color: #CE7525;}

/* main navigation bar styles */
#navbar {
padding: 2px 0px 4px 0px;
background-color: #A68462;
color:#DED5B9;
}

#navbar a {
	margin: 0px 20px 0px 20px;
	font-size: 12px;
}

#links {
	border: 0;
	margin: auto;
	padding: 0px;
    text-decoration: none;
   }


.designon {
text-decoration: none;}

.navon {
color:#FFFFFF;
text-decoration: none;}

.navoff {
color:#E2DAC0;
text-decoration: none;}

/* header styles */
.header {
font-family: Verdana;
font-size: 9px;
text-align:center;
color: #714C15;
padding-bottom: 10px;}

.text1 {
font-family: Verdana;
font-size: x-small;
text-align:center;
color: #714C15;
padding-bottom: 0px;}

/* footer styles */
#footer {
font-size: 10px;
text-align:center;
color: #505050;
padding-bottom: 10px;}

#footer A:link {
margin: 0px 5px 3px 5px;
color: #505050;}

#footer A:visited {
margin: 0px 5px 3px 5px;
color: #505050;}


/* homepage items only */
#tracyhome {
background-image:url(images/bg_swirl.gif);
background-repeat:no-repeat;}

.lineh16 {
line-height: 16px;}


/* subpages */
.subnav {
line-height: 12px;
margin: 0px 0px 10px 0px;
}

.subnavon {
color: #CE7525;}


