body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background: #002979 url( '/assets/2ndGen/images/page_background.jpg' ) repeat-x;
	color: #000000;
	width: 100%;
}

#page_wrapper {
	margin: auto;
	margin-top: 2px;
	width: 1240px;
	background: #ffffff;
	border: 1px solid #000000;
}

#header {
	width: 100%;
	float: left;
	border-bottom: 2px solid #d0d0d0;
	position: relative;
}

img {
	border: none;
}

#content_wrapper {
	width: 100%;
	margin: 0 auto;
}

#left_sidebar_wrapper {
	margin: 0;
	width: 198px;
	float: left;
	border-right: 1px solid #d0d0d0;
}

#right_sidebar_wrapper {
	margin: 0;
	width: 198px;
	float: left;
	border-left: 1px solid #d0d0d0;
}

#content {
	padding: 2px;
	width: 826px;
	float: left;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
}

#footer {
	clear: both;
	width: 100%;
	border-top: 2px solid #d0d0d0;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 10px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#left_sidebar_wrapper a {
	text-align: left;
	padding-left: 15px;
}

.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: 2px solid #d0d0d0;
}

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

h1 { 
	font-size: 14pt;
}

h2 {
	text-align: left;
}

p {
	text-align: justify;
}

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

td {
	vertical-align: top;
}

.label {
	text-align: right;
}

.data {
	text-align: left;
}

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

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

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

.centered {
	text-align: center;
}

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

.clear {
	clear: both;
}

#content a {
	text-decoration: none;
}

a:hover {
	background: #f0f0f0;
}

a.button {
	margin: 0px 5px 10px 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	background: #012c7b url( '/assets/2ndGen/images/fancy_button_bg.jpg' ) repeat-x;
	background: #012c7b;
	color: #ffffff;
	border: 3px outset #d0d0d0;
	line-height: 15px;
	width: 139px;
	display: block;
	float: left;
	text-align: center;
}

a.button:hover {
	background: #0142b8 url( '/assets/2ndGen/images/fancy_button_hover.jpg' ) repeat-x;
	background: #0142b8;
}

table.centered_full {
	width: 100%;
}

table.centered_full td {
	text-align: center;
}

.random {
	text-align: center;
	width: 49%;
	float: left;
}

#employment {
	position: absolute;
	right: 90px;
	bottom: 38px;
	width: 150px;
}

