body {
    font-family: times, serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    background: #e9f8fd url( '/assets/default/images/page_background.jpg' ) repeat-x;
	color: #000000;
	width: 100%;
}

#page_wrapper {
	margin: 2px auto;
	width: 1000px;
	border: 1px solid #305e9a;
}

#header {
	width: 1000px;
	border-bottom: 1px solid #305e9a;
	text-align: center;
	height: 117px;
}

img {
	border: none;
}

#content_wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#left_sidebar_wrapper {
	width: 140px;
	background: #909cb2;
	margin: 0;
	padding: 0;
	border-right: 1px solid #305e9a;
	margin-right: -1px;
	height: 556px;
	background: url( '/assets/default/images/menu/bottom.gif' ) bottom no-repeat;
	float: left;
}

#content {
	width: 855px;
	background: #ffffff;
	float: left;
	padding: 2px;
	margin-left: 1px;
}

#footer {
	font-size: 75%;
    clear: both;
    width: 100%;
	border-top: 1px solid #305e9a;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 10px;
}

#footer a {
	text-decoration: underline;
}

.box {
	padding: 2px;
}

.box a {
	display: block;
	text-decoration: none;
	color: #000000;
}

.box a:hover {
	background-color: #f0f0f0;
}

.spacer {
	width: 80%;
	height: 0px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 4px;
	border: 1px solid #305e9a;
}

.title {
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	text-transform: uppercase;
	background: #305e9a url( '/assets/default/images/title_bar_background.jpg' ) repeat-y;
	color: #ffffff;
	padding: 2px;
}

h2 {
	text-align: left;
	clear: both;
}

table {
	width: 100%;
	align: center;
}

.label {
	text-align: right;
}

.data {
	text-align: left;
}

.image_left {
	float: left;
	padding-right: 4px;
}

.image_right {
	float: right;
	padding-left: 4px;
}

#content a {
	text-decoration: none;
	color: #016bd9;
}

#content a:hover {
	background: #f0f0f0;
}

.indented {
	margin-left: 40px;
	margin-right: 40px;
}

.centered {
	text-align: center;
}

.error {
	text-align: center;
	color: #ff0000;
}

.clear {
	clear: both;
}

.prop {
	min-height: 552px;
	float: left;
}

.para {
	clear: both;
}

