
/* General HTML Selectors */
body{
	background: url(images/bg.jpg) repeat-x #E2D7C2;
	margin: 0;
	text-align: center;
	font: 11px Verdana; 
}

h1{ margin:0; padding: 0; font: 14px Verdana bold; color: #222A98; }
h2{ margin:2px 0 10px 0; padding: 2px 0 0 0; font: 14px Verdana bold; color: #396; }
h3{ margin:20; padding: 0; font: 18px Verdana bold; color: #222A98; }


a:link{ text-decoration: none; color: #669; }
a:visited{ text-decoration: none; color: #669; }
a:hover{ text-decoration: underline; color: #f60; }
a:active{ text-decoration: none; color: #669; }

img{
	border:0;
}
/* /General HTML Selectors */

/* Structural Classes */
.clearBoth{
	clear: both;
}

.contentTop{
	margin: 6px 0 0 0;
	padding: 0 0 0 0;
}

.topBar{
	width: 695px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.container{
	width: 695px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	text-align: left;
}
.nav{
	height: 32px;
	padding: 0;
	margin: 0;
}

.search {
	font-size: 10px; 
	color: #fff;
	margin: 5px 2px 0 8px;
	padding: 0;
}
.searchBox{
	background: url(images/bg_search.gif) no-repeat;
	width: 284px;
	height: 36px;
	margin: 0 0 0 0;
	padding: 0;
}
#keywords{
	width: 100px; 
	background-color: #E9E9E9; 
	border: 0px; 
	font: 10px Verdana; 
	color: #778;
}
/* Left Nav */
.leftNav{
	margin: 6px 0 0 0;
	width: 150px;
	font-size: 9px;
	color: #778;
}
.linksTable td{
	background: url(images/bullet.gif) no-repeat;
	padding: 0px 0 4px 20px;
	height: 22px;
        line-height: 13px;
}
.spacer{
	margin: 0;
	padding: 0;
	background: none !important;
}
.links{
	background: url(images/left_nav_bg.gif) repeat-y;
	padding: 0 0 6px 12px;
}

.linksAlt{
	background: url(images/left_nav_bg.gif) repeat-y;
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
}

.linksAlt ul{
	display: block;
	margin: 2px;
	padding: 5px 0 5px 15px;
}

.linksAlt li{
	list-style: url(images/bullet.gif);
	vertical-align: middle;
	width: 120px;
}

/* /Left Nav */

.content{
	background: #f4f4f4 url(images/content_box_bg.gif) repeat-y;
	width: 526px;
	height: 100%;
	font: 11px Verdana; 
}

.content p{
	font-size: 11px;
	padding: 0px 10px 0 22px;
	margin: 6px 0 0 0;
	color: #333;
}

.contentDivided{
	background: #f4f4f4 url(images/content_box_divided_bg.gif) repeat-y;
	width: 526px;
	height: 100%;
	font: 11px Verdana; 
}

.contentDivided p{
	font-size: 10px;
	padding: 0px 10px 0 22px;
	margin: 6px 0 0 0;
	color: #333;
}

.footer{
	width: 662px;
	font-size: 9px;
	text-align: center;
	color: #778;
}
.footerTop{
	margin-top: 6px;
}	
.footer a:link{ color: #778; text-decoration: none;}
.footer a:visited{ color: #778; text-decoration: none;}
.footer a:hover{ color: #f60; text-decoration: underline;}
.footer a:active{ color: #778; text-decoration: none;}

/* /Structural Classes */


/*-----------------------------------------------------
---PAGE SPECIFIC STYLES -------------------------------
-----------------------------------------------------*/


/* Home Styles */

.welcome{
	float: left;
	width: 248px;
	margin: 0;
	padding: 0;
}

.welcome p{
	font-size: 10px;
	padding: 10px 10px 0 22px;
	margin: 6px 0 0 0;
	color: #333;
}

.welcome ul{
	font-size: 10px;
	margin-top: 12px;
}

.welcome li{
	list-style: url(/images/content_bullet.gif) none;
	padding: 0px 0 0px 3px;
	margin: 0 0 2px 0;
	height: 18px;
	vertical-align: top;
	line-height: 14px;
	border: none;
}

.news{
	float: right;
	width: 278px;
	margin: 0;
	padding: 0;
}

.news p{
	font-size: 10px;
	padding: 0px 10px 0 22px;
	margin: 6px 0 0 0;
	color: #333;
}

.news h2{
	padding: 0px 0px 0 11px;
	margin: 6px 0 0 0;
}

.news ul{
	font-size: 10px;
	margin-top: 12px;
}

.news li{
	list-style: url(/images/content_bullet.gif) none;
	padding: 0px 0 0px 3px;
	margin: 0 0 2px 0;
	height: 18px;
	vertical-align: top;
	line-height: 14px;
	border: none;
}

.jpj{
	float: right;
	width: 278px;
	margin: 0;
	padding: 0;
}
.jpj p{
	font-size: 10px;
	padding: 0px 10px 0 22px;
	margin: 6px 0 0 0;
	color: #333;
}
.jpj h2{
	padding: 0px 0px 0 11px;
	margin: 6px 0 0 0;
}
.date { color: #33399B; }
a.marketplace_button{
	display: block;
	width: 238px;
	overflow: hidden;
}
a.marketplace_button:hover img{
	position: relative;
	left: -238px;
	overflow: hidden;
}

/* /Home Styles */
