body
{
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	BACKGROUND-ATTACHMENT: scroll;
	background-color: #C9C9E6;	
	MARGIN: 0px; 
	PADDING: 0px;
}

.page
{
	width: 899px;
}

.innerContentHome
{
	background-image: url(images/innerBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #47499E;
	height: 100%;
	width: 100%;
}

.innerContentPage
{
	background-image: url(images/innerBgPage.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #8FB5DF;
	height: 100%;
	width: 100%;
}

.homeCurves
{
	background-image: url(images/homeCurves.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 140px;
	width: 100%;
}

.navBar
{
	background-image: url(images/navBarFade.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #E9E6A5;
	border-bottom: solid 5px #FAED6A;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 56px;

}

.navBarOption
{
	color: #908E61;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
    text-decoration: none;
}

.tinyText
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
}

.smallText
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 14px;
}

.mediumText
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 16px;
}
.largeCaption
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 35px;
	color: #3a2fc1;
}
