/* General Style Sheet - v.0.1*/

/*----------Universal Items----------*/

BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 11px; 
	color: #fec36f;	
	line-height: 14px; 
}

body {
	margin: 0px;
	padding: 0px;
}

a {
	color: #fa971d;
	text-decoration: none;
}

a:visited {
	color: #fa971d;
}

a:hover {
	text-decoration: underline;
	color: #fa971d;
}

.nav {
	color: #fa971d;
	font-size: 12px;
}

.nav_active {
	color: #fec36f;
	font-size: 12px;
	font-weight: bold;
}

.nav a:hover{
	color: #fec36f;
	font-size: 12px;
}

.nav_vert_sep {
	color: #c75d07;
	font-size: 12px;
}

.copyright{
	color: #dd6606;
	font-size: 10px;
	text-align: right;
	line-height: 12px;
	position: absolute;
	bottom: 25px;
	width: 400px;
}

.phone {
	color: #d88735;
}


/*----------Top Nan bar----------*/

#TopNav {
	position:absolute;
	left:10px;
	top:10px;
	width:893px;
	height:22px;
	z-index:1;
	overflow: visible;
	visibility: visible;
}

#text_cont_left {
	width: 400px;
	height: 170px;
	margin-top: 140px;
	margin-left: 30px;
}

#text_cont_right_home {
	width: 430px;
	position: relative;
	left: 1px;
	top: 70px;
	text-align: right;
	font-size: 12px;
}

#text_cont_right_home_centered {
	width: 420px;
	position: relative;
	left: 1px;
	top: 70px;
	text-align: center;
	font-size: 12px;
}