body {
	padding: 		0px;
	margin: 		0px;
	background-color: 	black;
	color: 			#000;
	text-align: 		center;
	font-size:        	16px;
	font-family:           "Times New Roman", serif;
}

label {
        font-weight:    	bold;
}

#contents {
	margin-top:       	10px;
	margin-bottom:    	10px;
	margin-right:     	auto;
	margin-left:      	auto;
	width:            	820px;
	background-color: 	#fff;
	color:            	#000;
	text-align:       	left;
	background-color:  	#5f1b1b;
        min-height:		500px;
  	height:			auto !important;
  	height:			500px;
}

#Heading {
        background-color:       #5f1b1b;
}

#Navigation {
        background-color:  	gold;
        background-image:  	url(images/nav.png);
        background-repeat: 	no-repeat;
        height:            	34px;
        color:                  yellow;
        font-size:              1.2em;
}

#Navigation .links {
        padding-top:       	5px;
        padding-left:      	20px;
}

#Navigation .links a {
        color:                  #5f1b1b;
        text-decoration:        none;
        font-weight:            bold;
}

#SideBar {
        background-color:  	#5f1b1b;
        background-image:  	url(images/sidebar.jpg);
        background-repeat: 	no-repeat;
        width:             	255px;
        font-size:              0.75em;

}
#Sidebar ul {
        padding: 0px;
        margin: 0px;
        list-style:             none;
}
#Sidebar li {

        background-image:       url(images/arrow.gif);
        background-repeat:      no-repeat;
        background-position:    0.5em;
        padding-left:           15px;
        padding-top:            2px;
}

#SideBar .inner {
        padding-top:       	150px;
        padding-left:      	5px;
        color:             	gold;
}

#ContentTpl {
        background-color:  	white;
        background-image:  	url(images/content_bg.png);
        width:             	565px;
}

#ContentTpl .inner {
	width:             	540px;
	margin:			10px;
	margin-top:           	10px;
	margin-left:           	15px;
}

#ContentTable  {
  	height:			100%;
}

#Footer {
        color:                  #808080;
        font-size:              0.7em;
        font-family:            sans-serif;
        text-align:             center;
        padding-bottom:         10px;
}

#Footer a {
        color:                  #808080;
}

.attorney {
        font-size:              0.8em;
}

.attorney label {
        color:                  #888;
}