/* Soul of Justice CSS */

body
{ 
    color: #000;
    background-color: #000;
	font-family: Arial, Verdana, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Helvetica, "Trebuchet MS", sans-serif;
	font-size: 14px;

}

/* page ------------------------------------------- */

#page
{
    color: #000;
    width: 728px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 0px;
	background-color: #FFF;
}

/* nav ------------------------------------------- */

#nav
{
    color: #000;
	background-color: #F02526;
	height: 32px;
	width: 728px;
	position: relative;
	top: 0px;
	left: 0px;
}

#nav ul
{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
}

#nav li {
    list-style: none;
    float: left;
    margin-right: 30px;
}

#nav li a
{
	color: #000;
	background-color: #F02526;
	font-family: Arial, Verdana, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 17px;
	line-height: 32px;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

#nav li a:hover
{
	color: #FFF;
	background-color: #F02526;
}


/* document ------------------------------------------- */

#document
{
	background-color: #FFF;
	background-image: url(../images/SoJHeader.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline;
	width: 728px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

#container
{
    margin-top: -100px;
}

/* right_column ------------------------------------------- */

#right_column
{
	margin-top: 60px;
	margin-left: 50px;
	margin-right: 0px;
	font-family: Arial, Verdana, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Helvetica, "Trebuchet MS", sans-serif;
	color: #000;
	font-size: 14px;
	width: 150px;
	float: left;
	clear: none;
	border-width: 0px;
	border-style: none;
    background-color: #FFF;
}


/* content ------------------------------------------- */

#content
{
	font-family: Arial, Verdana, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Helvetica, "Trebuchet MS", sans-serif;
	color: #000;
	font-size: 14px;
    margin-bottom: 10px;
    width: 463px;
    margin-top: 110px;    
    margin-left: 235px;
    background-color: #FFF;
}

img {
	border-width: 0px;
	border-style: none;
    background-color: #FFF;
}

h1
{
	color: #000;
	font-family: Arial, "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	border-bottom: #CCC;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

a {
    color: #F02526;
}

a:active
{
    color: #000;
}

a:hover
{
	color: #FFFFFF;
	background-color: #F02526;
	text-decoration: none;
}

td
{
	vertical-align: top;
	border-bottom: #EEEEEE;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
    padding-right: 15px;
}

td.title
{
    font-weight: bold;
}

td.header
{
	font-weight: bold;
	text-align: left;
}

tr.emphasized td { font-weight: bold; color: #F02526;}

/* footer ------------------------------------------- */

#footer
{
    position: relative;
    bottom: 0px;
    left: 0px;
	background-color: #CACACA;
    clear: both;
    font-size: 11px;
	font-family: Arial, Verdana, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Helvetica, "Trebuchet MS", sans-serif;
    line-height: 30px;
    height: 30px;
}

#footer a, #footer .credit a {
    font-weight: bold;
	text-decoration: none;
}

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

#footer a:hover
{
	background-color: #F02526;
	color: #FFF;
	text-decoration: none;
}

#footer .toplink { 
padding-left: 10px; 
background-color: #CACACA;}

#footer .copyright {
    margin-left: 210px;
    margin-right: 0px;
    color: #656565;
}

#footer .credit {
    position: relative;
    right: -120px;
    color: #656565;
    margin-top: 0px;
}