body, html {
	background: #38607c;
	margin: 0px;
	padding: 0px;
	color: white;
	height: 100%;
}

#bCell {
	height: 100px;
}

#content_table {
	height: 100%;
	width: 100%;
}

.block_header {
	color: #4c7da1;
	text-align: center;
	padding: 5px;
	background: url(images/block_header.png) repeat-x;
}

.block_caption {
	font-weight: bold;
	font-size: 24px;
}

.link_caption {
	font-weight: bold;
	font-size: 20px;
	color: white;
	text-decoration: none;
}

#bottomCell {
	height: 24px;
}

.download_link {
	color: white;
	text-decoration: none;
	border-bottom: dotted 2px white;
}

#mainTable {
	height: 100%;
}

table#left_bk {
	background: url(images/left.png) repeat-y left;
}

table#main{
	background: #2e526b;
	color: #fff;
	padding: 10px;
	margin: 0;
}

.right_bk{background: url(images/right.png) repeat-y right;}

.menu_link_style {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #254362;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.link_style {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.menu_item_style {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.menu_arrow_style {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: orange;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.desc_style {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #254362;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.paragraph_style {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.header_style {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}


