html, body, #v-align{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-color: #c8c8c8;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
}
#v-align{
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	/*width: ;*/
}
.prop {
   height:360px;
   float:right;
   width:1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
a {
	color: #c00;
	text-decoration: none;
	outline: none;
}
a.black {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #c00;
}
a img{
	border: none;
}
h2 {
	color: #c00;
	font-size: 1.4em;
}
h4 {
    color: #039;
    font-style: italic;
    font-size: 1.4em;
    margin-bottom: 5px;
}
/* top right bottom left */
#wrapper {
	text-align: left;
	margin: auto;
	/*border: 2px solid #ed1c24;*/
	width: 908px;
	/*background: #FFF;*/
	position: relative;
}
#menu-bar {
	width: 100%;
	height: 90px;
	background: url('../images/general/menu_bar.gif') no-repeat bottom right;
}
#header {
	/*margin-top: 20px;*/
	padding-top: 20px;
}
#logo {
	width: 217px;
	padding-left: 9px;
}
#red-band {
	height: 20px;
	width: 100%;
	background-color: #c00;
}
#left-bar {
	margin-right: 20px;
	width: 310px;
	height: 100%;
	border: 2px solid #c00;
	float: left;
}
#left-bar p {
	padding: 0 8px 0 8px;
}
#left-bar dd {
	margin-left: 8px;
	padding: 0 8px 5px 0;
}

.left-bar-headline {
	color: white;
	background-color: #c00;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 8px 8px 8px 8px;
}
#contents {
	margin-top: 20px;
	font-size: 1.2em;
	padding-right: 10px;
	padding-bottom: 20px;
	line-height: 1.3em;
}
#page-text {
	float: left;
	width: 550px;
}
#footer {
	width: 100%;
	height: 55px;
	text-align: center;
}
#left-bar img.left {
	float: left;
	padding: 20px 8px 35px 8px;
}
#left-bar img.right {
	float: right;
	padding: 20px 8px 35px 8px;
}
#left-bar p.img-center img {
	text-align: center;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.black {
    color: black;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
hr {
	color: black;
	background-color: black;
	border: 0;
	height: 1px;
}