@charset "utf-8";
/* CSS Document */

#canvas {
	position: absolute;
	width: 780px;
	top: 0px;
	left: 0px;
}

#header {
	padding: 0px;
	margin: 0px;
}

#sidebar {
	position: relative;
	background-image: url(../images/side_background.gif);
	width: 155px;
	float: left;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

#flag {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 60px;
}

#main_content {
	position: relative;
	left: 41px;
	width: 580px;
	padding-top: 0px;
	float:left;
}

#document_content {
	padding: 15px;
	font-family: "MS Sans Serif", Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}

#footer {
	clear: both;
}

#top_footer {
	height: 25px;
	background: url(../images/top_footer_bg.gif);
	background-repeat: no-repeat;
}

#lower_footer {
	height: 25px;
	background: url(../images/lower_footer_bg.gif);
	width: 100%;
	color: #FFFFFF;
}

.footer_content {
	position: relative;
	padding-top: 4px;
	left: 196px;
	width: 584px;
}

.body_text {
	font-family: "MS Sans Serif", Arial, Helvetica;
	font-size: 14px;
	line-height: normal;
}

h2 {
	color: #003366;
	font-size: 18px;
}

.footer_text {
	padding: 0px;
	margin: 0px;
	font-family: MS Sans Serif, Arial, Helvetica;
	font-size: 12px;
	text-align: center;
}

.side_list {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0px;
}

.side_list li {
	margin-bottom: 9px;
}

.column {
}

.yellowbar {
	background-color: #e4d081;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 300px;
	height: 5px;
}

.blackbar {
	background-color: #000000;
	margin-top: 4px;
	margin-bottom: 2px;
	width: 300px;
	height: 2px;
}

.indented {
	margin-left: 150px;
}

#exec_heading {
	text-align:center;
	margin-top: 30px;
	padding: 5px;
	background-color:#0e3963;
	color: #efd79c;
}

#exec_body {
	background-color: #ebebeb;
	padding: 5px;
}

#exec_footer {
	background-color: #efd79c;
	padding: 5px;
	text-align: center;
	margin-bottom: 30px;
}

#executive {
	width: 100%;
}

#executive td {
	vertical-align:top;
}

