/*Howl home handheld styles*/
body 
{
	background-color: #566262;
	margin: 0px;
	font-family: "Courier New", serif;
}

/*the main container*/
#container
{
	background-color: #ffffff;
	background-image: url(../images/borderleft.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 180px;
	height: auto;
	font-family: sans-serif;
	position: relative;
	border-top: 1px solid black;
	border-right: 4px ridge #354947;
}

/*header/top of page styles*/	
#header
{
	height: 100px;
	width: 172px;
	margin: 0px 0px 5px 5px;
	background-image: url(../images/bannermobile.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	position: relative;
}

img
{
	border: none;
}

.link
{
	cursor: pointer;
	margin-bottom: 5px;
	margin-left: 20px;
}

/*1st bordered box - smallish space for "latest news" or other content*/

#content1
{
	width: 90%;
	height: 60px;
	padding: 5px 5px 5px 5px; 
}

/*border code*/
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc1, #trc1, #blc1, #brc1
{
	background-color: transparent;
	background-repeat: no-repeat;
}

#tlc1
{
	background-image:url(../images/tlc.gif);
	background-position: 0% 0%;
}

#trc1
{
	background-image:url(../images/trc.gif);
	background-position: 100% 0%;
}
	
#blc1
{
	background-image:url(../images/blc.gif);
	background-position: 0% 100%;
}

#brc1
{
	background-image:url(../images/brc.gif);
	background-position: 100% 100%;
}

#tb1, #bb1
{
	background-color: transparent;
	background-repeat: repeat-x;
}
			
#tb1
{
	background-image:url(../images/tb.gif);
	background-position: 0% 0%;
}

#bb1
{
	background-image:url(../images/bb.gif);
	background-position: 50% 100%;
}
	
#rb1
{
	background-image:url(../images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

#lb1
{
	background-color: #eeeeee;
	background-image:url(../images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}

/*2nd bordered box - main body/content styles*/

#box
{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 10px;
	clear: both;
	padding: 0;
	text-align: left;
	width:90%;
	background-color: #ffffff;

}
 	
#content
{
	padding: 10px 14px 10px 6px;
}

/*paragraph styles*/
p
{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
}
		
/*border code*/
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
{
	background-color: transparent;
	background-repeat: no-repeat;
}

#tlc
{
	background-image:url(../images/tlc.gif);
	background-position: 0% 0%;
}

#trc
{
	background-image:url(../images/trc.gif);
	background-position: 100% 0%;
}
	
#blc
{
	background-image:url(../images/blc.gif);
	background-position: 0% 100%;
}

#brc
{
	background-image:url(../images/brc.gif);
	background-position: 100% 100%;
}

#tb, #bb
{
	background-color: transparent;
	background-repeat: repeat-x;
}
			
#tb
{
	background-image:url(../images/tb.gif);
	background-position: 0% 0%;
}

#bb
{
	background-image:url(../images/bb.gif);
	background-position: 50% 100%;
}
	
#rb
{
	background-image:url(../images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

#lb
{
	background-color: #eeeeee;
	background-image:url(../images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}

/*footer styles*/	
#footer
{
	height: 15px;
	width: 100%;
	padding: 2px 0px 2px 0px;
	font-size: 0.6em;
	text-align: center;
	font-family: sans-serif;
}