
/* ------------------------------------------- */
/* general declarations */
/* ------------------------------------------- */
html,body
{
	margin:10px 0 0 0;
	padding:0px;
	text-align:center;
	background:#D2D2C1;
}

p,td,tr,li,ul,blockquote,dt,dd,dl,span
{
	font-family:verdana, arial, geneva, helvetica, sans-serif;
	font-size:11px;
	color:#000;
	line-height:18px;
}

a:link
{
	text-decoration:none;
	color:#690;
}

a:visited
{
	text-decoration:none;
	color:#690;
}

a:link:hover
{
	text-decoration:underline;
	color:#06f;
}

a:link:hover.imgLink
{
	border:2px solid #06f;
}

a:active
{
	text-decoration:none;
	color:#690;
}

h1
{
	font-family:arial narrow, arial, geneva, helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#000;
	margin:6px;
}

h2
{
	font-family:arial narrow, arial, geneva, helvetica, sans-serif;
	font-size:18px;
	color:#690;
	margin:40px 0 0 0;
	font-weight:bold;
	border-bottom:1px solid #f0f0f0;
}

h3
{
	font-family:arial narrow, arial, geneva, helvetica, sans-serif;
	font-size:16px;
	color:#5294C8;
	margin:20px 0 4px 0;
	font-weight:bold;
}

hr
{
	border:0px;
	color:#787639;
	height:1px;
}


/* ------------------------------------------- */
/* main */
/* ------------------------------------------- */
#main
{
	width:700px;
	margin:0px auto;
	text-align:center;
}

#uitop
{
	margin:0;
	padding:0;
	width:700px;
}

#content
{
	background:url(../images/ui_content_bg.jpg) repeat-y;
	margin:0;
	padding:0;
	width:700px;
}

#contenttop
{
	width:700px;
	min-height:340px;
	background:url(../images/ui_content_top_bg.jpg) no-repeat;
	text-align:center;
}

table.contenttbl
{
	background:#fff;
	margin:0px auto;
	padding:0;
	text-align:left;
	width:620px;
}

table.contenttbl td
{
	vertical-align:top;
}

table.contenttbl td.subcontent
{
	padding:20px;
}

table.contenttbl td.subcontent h2.imgHdr
{
	text-transform:uppercase;
	font-size:14px;
}

#content span.newstitle
{
	font-weight:bold;
	font-style:italic;
	color:#690;
	display:block;
}

#content a.view
{
	text-transform:uppercase;
	font-size:xx-small;
	font-weight:bold;
}

#content p.news
{
	color:#999;
	padding:0 10px 0 10px;
}

#content img.titleimg
{
	margin:10px 0 0 0;
}

#content p.footerlinks
{
	text-align:right;
	padding:14px;
}

#content a.footerlink
{
	text-transform:uppercase;
	font-size:xx-small;
	font-weight:bold;
}

#content p.alert
{
	font-weight:bold;
	font-style:italic;
	color:#c00;
	font-size:12px;
	padding:0 10px 0 10px;
}

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	