*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #333333;
	font: 84%/1.5 arial, tahoma, verdana, sans-serif;
	background: #323232;
}

p, ul, ol
{
	margin: 0 0 1.5em;
	padding-left: 5px;
}

h1, h2, h3, h4, h5, h6
{
	letter-spacing: -1px;
	font-family: arial, verdana, sans-serif;
	margin: 1.2em 0 .3em;
	color: #000000;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: .1em;
	font-weight: bold;
	padding-left: 5px;
}

h1
{
	font-size: 186%;
	margin-top: 0em;
}

h2
{
	font-size: 140%;
	margin-top: 0em;
}

h3
{
	font-size: 126%;
	margin-top: 0em;
}

h4
{
	font-size: 116%;
	margin-top: 0em;
}

h5
{
	font-size: 106%;
	margin-top: 0em;
}

h6
{
	font-size:96%;
	margin-top: 0em;
}

#header
{
	width: 980px;
	height: 100px;
	background-image: url(/includes/images/banner.png);
}

#header h1
{
	margin: 0;
	border: none;
	padding-left: 5px;
	font-size: 250%;
}

#body-container
{
	margin: 0px auto;
	width: 980px;
	height: 100%;
	background: #323232;
}

#main-content
{
	width: 980px;
	background: #FFFFFF;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}


#footer
{
	border-top: 1px solid #EEEEEE;
	padding: 10px 0px 5px 0px;
	font-size: 95%;
	background: #932020;
	color: #FFFFFF;
	width: 980px;
	height: 25px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#footer p
{
	margin: 0px;
	padding: 0px;
}

#footer #left
{
	float: left;
	padding-left: 5px;
	height: 25px;	
}

#footer #right
{
	float: right;
	padding-right: 5px;
	height: 25px;
}

#footer #clear
{
	clear: both;
}

#footer #social-network
{
	display: inline;
}

a img
{
	border: none;
}

.center
{
	text-align: center;
}

/* table */
.infotablelight {

    /*width: 480;*/
	margin-left: 5px;

    border-left:1px solid #C1DAD7;

    font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

}

.infotablelight caption {

    padding: 0 0 5px 0;

    width: 100%;

    /*margin-right:20px;*/

    text-align: right;

    font-style: italic;

}

.infotablelight th {

    font-weight:bold;

    /*color: #4f6b72;*/

    border-right: 1px solid #C1DAD7;

    border-bottom: 1px solid #C1DAD7;

    border-top: 1px solid #C1DAD7;

    letter-spacing: 2px;
	
	background:#CCCCCC;

    text-transform: uppercase;

}

.infotablelight th.nobg {

    border-top: 0;

    border-left: 0;

    border-right: 1px solid #C1DAD7;

    background: none;

}

.infotablelight td {

    border-right: 1px solid #C1DAD7;

    border-bottom: 1px solid #C1DAD7;

    background: #fff;

    color: #4f6b72;

}

.infotablelight tr.alt td {

    background: #F5FAFA;

    color: #797268;

}

.infotablelight tr.highlight td {

    background: #FFAAAA;

    color: #797268;

}

.infotablelight span.small {

    font: 8px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

    float:right;

}

.infotablelight img{border:none;}

/* bread crumb */
.breadcrumbContainer {
    padding-top:8px;
    padding-bottom:8px;
	padding-left: 5px;
    border: 1px solid #FFFFFF;
    color:#000000;
    font-size:12px;
    background-color:#FFFFFF;
}

.breadcrumbContainer a {
    color:#000000;
    text-decoration:none;
	font-weight:bold;
}

.breadcrumbContainer a:hover {
    text-decoration:underline;
}

.breadcrumbContainer span {
    padding-left:10px;
}

/* news feed */
#news-feed
{
	width: 980;
}

.news-item
{
	height: 160px;
	border-bottom: 1px dotted #323232;
	padding: 5px 5px 5px 5px;
}

.news-item img
{
	width: 150px;
	height: 150px;
	float: left;
}

.news-item .news-info
{
	width: 810px;
	float: left;
	margin-left: 10px;
}

.news-item .news-info h1
{
	font-size: 186%;
	margin: 0;
}

.news-item .news-info h1 small
{
	font-size: 50%;
	font-weight: normal;
	margin-top: 0em;
	color:#666666;
}

.news-item .news-info p
{
	font-size: 14px;
	color: #000000;
}

.news-item .news-info .full-story
{
	margin-top: 4px;
	float: right;
}