/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	CONTENT STYLES
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Body structure elements
/*-------------------------------------------------------------------------------------------------------*/
body
{
	margin:				0px;
	padding-left:			0px;
	padding-right:			0px;
	padding-top:			25px;
	padding-bottom:			25px;
	background-color:	#6f4b29;
}



/*-------------------------------------------------------------------------------------------------------*/
/*	Standard body styles
/*-------------------------------------------------------------------------------------------------------*/
h1
{
	margin:				20px 0px 0px 0px;
	padding:			0em 0em;

	font-family:		arial,sans serif;
	font-weight:		bold;
	font-size:			13px;
	color:				#292526;
}

h1 a
{
	text-decoration:	none;
	color:				#332244;
}

h2
{
	margin:				0em;
	padding:			0.5em 0em 0em 0em;
	
	font-family:		arial,sans serif;
	font-weight:		bold;
	font-size:			0.85em;
	color:				#332244;
}

h3
{
	line-height:		13px;
	margin-bottom:		0px;	
	margin-top:		0px;
	font-family:		verdana,sans serif;
	font-size:			11px;
	color:				#6f4b29;
}

/*	Same properties except different line-height	*/
.bodytext
{
	padding-top:		5px;
	padding-left:		16px;
	padding-right:		16px;
	text-align:			left;
	line-height:		15px;
	font-family:		verdana,sans serif;
	font-size:			11px;
}

.sidetext
{
	padding-top:		1px;
	padding-left:		16px;
	text-align:			left;
	padding-right:		0px;
	line-height:		13px;
	font-family:		verdana,sans serif;
	font-size:			9px;
}
.righttext
{
	width:				162px;
	line-height:		15px;
	padding:			0px;
	font-family:		verdana,sans serif;
	font-size:			9px;
}
ul
{
	margin-top:			0px;
	margin-bottom:		7px;
	margin-left:		16px;
	line-height:		12px;
	padding-bottom:		0px;
	padding-left:		5px;
	list-style:			disk;
}

li
{
	margin-left:		0px;
	line-height:		22px;
	list-style:			none;


}

.client
{
	text-align:			center;
	font-size:			11px;
	font-weight:		bold;
}

.tabletext
{
	padding:			0px;
	line-height:		12px;
	font-family:		arial,sans serif;
	font-size:			9px;
	color:				#292526;
}

a.close
	{
		margin:				7px 10px 0px 10px;
		font-family:		verdana,arial;
		line-height:		12px;
		text-decoration:	none;
		font-size:			10px;
		color:				black;
	}

a
{
	text-decoration:	none;
	color:				#666666;
}

a:hover
{
	color:				#6f4b29;
}

a.plan
{
	text-decoration:	none;
	color:				white;
}

a.plan:hover
{
	color:				#666666;
}

a:active
{
	text-decoration:	bold;
}

#content
{
	position:			absolute;
	display:			block;
	width:				780;
	top:				52px;
	left:				37px;
}
.footertext
{
	line-height:		18px;
	font-family:		verdana,sans serif;
	font-size:			8px;
}
.subhead
{
	font-family:		verdana,sans serif;
	font-weight:		bold;
	font-size:			9px;
	color:				#6f4b29;
}
.welcome
{
	text-align: left;
	padding: 620px 60px 45px 45px ;
	font-family: 'Myriad Web', sans-serif;
	line-height: 1.3em;
	font-size: 12px;
	color: white
}

a.welcome
{
	color: #c8d958
}

a.welcome:hover
{
	color: white
}


/*********************************************************************************************************/
/*	Navigation styles
/*********************************************************************************************************/
#navblock
{
	display:				block;
	width:					161 px;
	height:					24 px;
	border-bottom:			solid 1px #e0e0cf;
}

#sideblock
{
	display:				block;
	width:					121 px;
	height:					14 px;
	padding-left:			5px;
	background-color:		black;
	color:					white;
}

#sidenav
{
	display:				block;
	width:					121 px;
	padding-left:			5px;
	font-family:			verdana,sans serif;
	font-size:				9px;
	color:					black;
}

a.sidelink
{
	line-height:			12px;
	margin-bottom:			5px;
	color:					black;
}

a.sidelink_active
{
	line-height:			12px;
	margin-bottom:			5px;
	color:					#6f4b29;
}
#rightblock
{
	display:				block;
	width:					100%;
	height:					18px;
	border-bottom:			solid 1px white;
	background-color:		black;
	color:					white;
}

/*********************************************************************************************************/
/*	Form styles
/*********************************************************************************************************/

input.textfield,input.textarea
{
	
	background-color:	#ffffd0;
	line-height:		12px;
	border:				1px solid #8a6717;
	width:				200px;
	height:				17px;
	font-family:		verdana,arial;
	font-size:			10px;
	color:				black;
}
label
{
	line-height:		22px;
}
