/******************************************************************************/
/*       <link href="css/styles.css" type="text/css" rel="stylesheet" />      */
/******************************************************************************/

@import url("reset.css");

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

strong,b{
	font-weight:bold;
}

#wrapper{
	background-image:url(../images/mobile/header-bg.gif);
	background-repeat:repeat-x;
	width:226px;
	position:relative;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#header
{
	background-image:url(../images/mobile/header.gif);
	background-repeat:no-repeat;
	margin-bottom:15px;
	position:relative;
}

#logo
{
	padding-left:0px;
	padding-top:3px;
	display:block;
	padding-bottom: 8px;
}

#top-menu
{
	color: #798448;
	text-align:center;
	margin-bottom:10px;
	padding-top:15px;
}

A
{
	color: #798448;
}

h1
{
	font-size:12px;
	font-weight:bold;
	color:#666;
	padding-bottom:3px;
	margin-bottom:0px;
	margin-top: 5px;
	padding-top: 5px;
}	
h2
{
	font-size:12px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
	margin-top: 15px;
}

#heading-image
{
	float:left;
	margin-right:5px;
}

#menu
{
	float: left;
	margin-bottom: 10px;
	clear: both;
	width: 200px;
}

#menu UL{
	
}

#content
{
	color:#000;
	font-size:11px;
	clear:both;
	float:none;
}

#content P
{
	margin-bottom:10px;
}


#content UL
{
	margin-bottom:10px;
	padding-left:20px;
	list-style-type:disc;
}
#content UL LI{
		
}
#footer
{
	background-color:#b97c0f;
	border-top:2px solid #000;
	height:24px;
	width:230px;	
}

#footer .back-to-top
{
	color:#FFFFFF;
	margin:7px 0px 0px 7px;
	text-decoration:none;
}

.clear
{
	clear:both;
	float:none;
}


.textnews
{
	margin-bottom:5px;
}
.hrefnews
{
	display:block;
	padding-left:7px;
	background-image:url(../images/mobile/news-bullet.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
}
.textnews EM
{
	font-style:italic;
	display:block;
	padding-left:5px;	
	color:#666;
}
#content .bio-list{
	padding-left:0;
	padding-top:10px;
}
#content .bio-list li{
	list-style:none;
	padding-left:0;
	margin-left:0;
}

#content IMG{
	float:left;
	margin:0px 5px 2px 0px;
}

#content .bio-list li big{
	padding:2px 0px;
	display:block;
	font-size:11px;
	font-weight:bold;
}

#content .bio-list li small{
	padding:5px 0px;
	display:block;
}

#content .bio-list li div{
	margin-bottom:10px;
}
