*
{
	margin:0;
	padding:0;
}

a:visited
{
	color:#039;
}

a:link
{
	color:#039;
}

body
{
	background-image:url(bkgnd.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper
{
	margin:0 auto;
	width:1022px;
}

#header
{
	background-color:#e3e2e7;
	background-image:url(header_bckgnd.gif);
	background-position:right;
	background-repeat:no-repeat;
	border:1px solid #ccc;
	color:#333;
	float:left;
	height:100px;
	margin:10px 0 5px;
	padding:10px;
	width:1000px;
}

#header h2
{
	color:#666;
	font-size:14px;
	font-weight:400;
}

#navigation
{
	color:#333;
	float:left;
	margin:15px 0;
	padding:0;
	width:1000px;
}

#navigation a
{
	color:#FFF;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}

#leftcolumn
{
	background:#fff;
	background-image:url(content_bckgnd.jpg);
	background-repeat:repeat-x;
	border:1px solid #ccc;
	color:#333;
	float:left;
	margin:0 5px 5px 0;
	padding:10px;
	width:678px;
}

#leftcolumn h1
{
	font-size:24px;
	font-weight:700;
	margin:10px 0;
	word-spacing:2px;
}

#leftcolumn h2
{
	font-size:16px;
	font-style:italic;
	font-weight:700;
	word-spacing:2px;
}

#leftcolumn h2 a
{
	color:#111;
	text-decoration:none;
}

#infobox
{
	line-height:18px;
	width:270px;
}

#rightad
{
	background:#fff;
	display:inline;
	float:right;
	margin:0px 5px 5px 0px;
	padding:0px;
	width:300px;
}


#rightcolumn
{
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	display:inline;
	float:right;
	margin:0 0 5px;
	padding:10px;
	width:290px;
}

#footer
{
	background:#fff;
	border:1px solid #ccc;
	clear:both;
	color:#333;
	margin:0 0 10px;
	padding:10px;
	width:1000px;
}

.alignright
{
	float:right;
}

.alignleft
{
	float:left;
}

ul
{
	margin:0 0 0 20px;
}

#state_list ul
{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:90em;
}

#state_list li
{
	float:left;
	margin:0;
	padding:0;
	width:24em;
}

div.progress-container
{
	background:#FFF;
	border:1px solid #ccc;
	float:left;
	margin:2px 5px 2px 0;
	padding:1px;
	width:100px;
}

div.progress-container > div
{
	background-color:#ACE97C;
	height:12px;
}

#loginbox
{
	background:#FFF;
	border:2px solid #666;
	display:none;
	height:600px;
	left:50%;
	margin-left:-400px;
	margin-top:-300px;
	padding:20px;
	position:absolute;
	top:50%;
	width:700px;
	z-index:20;
}

#screen
{
	background:#000;
	left:0;
	position:absolute;
	top:0;
}

img.funds_photo
{
	border:1px #666 solid;
	padding:3px;
	width:300px;
}


.widget
{
	line-height:18px;
	margin:0px 0px 20px 0px;
	padding:5px 0px 10px 0px;
	border-bottom:#999 thin dotted;
}
.thumbnail
{
	border:1px #666 solid;
	padding:3px;
	width:100px;
}

.photogallery img
{
	margin:10px 0px 10px 5px;
	width:280px;
}
.news
{

}

.news img
{
	float:left;
	width:80px;
	margin:3px 5px 5px 0px;
}

.news a
{
	text-decoration:none;
	font-weight:bold;
}
.news 
{
	clear:both;
	margin:10px 0px 0px 0px;
}

input.login
{
	margin:0px 0px 0px 5px;
	color:#333;
	font: bold 12px 'trebuchet ms', helvetica,sans-serif;
	background-color:#ddd;
	letter-spacing:1px;
	border:1px solid;
	border-color:#666;
}

input
{
	color:#333;
	font: bold 12px 'trebuchet ms', helvetica,sans-serif;
	background-color:#eee;
	letter-spacing:1px;
	border:1px solid;
	border-color:#666;
}

textarea
{
	color:#333;
	font: bold 12px 'trebuchet ms', helvetica,sans-serif;
	background-color:#eee;
	letter-spacing:1px;
	border:1px solid;
	border-color:#666;
}
select
{
	color:#333;
	font: bold 12px 'trebuchet ms', helvetica,sans-serif;
	background-color:#eee;
	letter-spacing:1px;
	border:1px solid;
	border-color:#666;
}

.post
{
	line-height:20px;
}

.post img
{
	max-width:200px;
	float:left;
	margin:0px 10px 10px 0px;
}

.posttitle
{
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

/* Multiple tables   */
.multicolumn {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 20px;
	margin: 30px 0;
}
.multicolumn h2 {
	font-size: 24px;
	font-style: italic;
	color: #333;
	line-height: 36px;
	background: url(../img/icon-info.png) 0 50% no-repeat;
	padding: 0 0 0 40px;
	margin: 0 0 15px 0;
}

.multicolumn ul{
	padding:0px;
	float:left;
	width:190px;
	list-style:none;
}
/*    */
.multicolumn li{
	padding:5px;
	list-style:none;
	line-height:14px;
	background:none;
	white-space: nowrap;
}
.multicolumn li a{
	list-style:none;
}
