* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f5f5f2;	
	background-image: url(images/pageBackground.png);
	background-repeat: repeat-x;
}
h1 {
	font-size: 1.2em;
	color: #81c474;
}
h3 {
	font-size: 1.2em;
	color: #81c474;
}
li {
    margin-top: 10px;
}
a {
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #bd2d20;
	text-decoration: none;
}
a:active {
	color: #bd2d20;
	text-decoration: none;
}
#outerContainer {
	margin: 0px auto;
	padding: 0px;	
	width: 943px;		
	background-image: url(images/contentBackground.png);
	background-repeat: repeat-y;
	background-position: center;
}
#left {
	width: 21px;
	height: 701px;
	float: left;	
	background-image: url(images/leftShadow.png);
	background-repeat: no-repeat;
}
#innerContainer {	
	width: 901px;
	float: left;
}
#right {	
	width: 21px;
	height: 701px;
	float: left;
	background-image: url(images/rightShadow.png);
	background-repeat: no-repeat;
}
#header {
	width: 901px;
	height: 184px;	
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#navigationContainer {
	float: left;
	width: 153px;	
}
#navigation {	
	background-image: url(images/navigation.png);
	background-repeat: no-repeat;
	min-height: 531px;
	padding-left: 35px;
	padding-top: 40px;
}
#contentContainer {
	float: right;
	margin: 0px;
	width: 748px;	
	font-size: 1.0em;
}
#content {
	padding: 40px;
}
#bottomShadow {
	background-image: url(images/bottomShadow.png);
	background-repeat: no-repeat;	
	width: 943px;
	height: 50px;
}
#footer {
	margin: 0px auto;
	padding-bottom: 20px;
	font-size: 0.9em;	
	text-align: center;
}
#clear {
	clear: both;
}

.list {
    width: 100%;
}

.list th {
    text-align: left;
    color: #81c474;
    padding-bottom: 5px;
}

.list td.marker {
    font-size: 0.9em;
    width: 140px;
    border-bottom: 1px solid #81c474;
    line-height: 1.4em;
}

.list input.text {
    width: 90%;
    text-align: left;
}

.gb {
    margin-top: 25px;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #81c474;
}


.gb th {
    text-align: left;
    color: #81c474;
    padding-bottom: 5px;
    font-size: 1.0em;
}

.gb td {
    font-size: 0.9em;
}

.gb img {
    border: 0;
}