html,body {
	margin: 0px;
	height:100%;
}
#fullheight	{
	height:100%;
}
#bodyInside	{
	background-image: url(../images/bg_inside_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


a {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #FF9900;
	text-decoration: none;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}


/* Navigation Style */
#Nav{
	padding-left: 190px;
}
.mainNav {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 24px;
	padding-right: 24px;
	text-decoration: none;
	text-transform: uppercase;
}
a.mainNav {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
a.mainNav:link,a.mainNav:active,a.mainNav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.mainNav:hover {
	color: #FF9900;
	text-decoration: none;
}
.mainNavOn {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #FF9900;
	padding-left: 24px;
	padding-right: 24px;
	text-decoration: none;
	text-transform: uppercase;
}
a.mainNavOn {
	text-decoration: none;
}
a.mainNavOn:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/* ----- */

.head {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 18px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
.subHead {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.content {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
}

/* ----- */

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

#footer	{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-left: 120px;
	padding-bottom: 5px;
}
