.MenuBarVertical {
	height:130px;
}
body {
	margin:0;
	padding:0;
	background-position: top center;
	font-family: Arial,Helvetica,sans-serif;
	font-size:100%;
}
table {
	text-align:center;
	background:url(images/trans-white.png) repeat;
	margin:0 auto;
	padding:5px 0;
	border:1px solid #fff;
}
table img {
	padding:12px;
	border:none;
}
table a {
	text-decoration:none;
}
#banner {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #555555;
    font-weight: bold;
    margin: 10px auto;
    padding: 5px 0 10px;
    text-align: center;
    width: 490px;
}
#banner img {
	margin:5px 0 0;
}
#wrapper {
	clear:both;
	height:800px;
	margin: 0 0 200px;
}
#left-side-outer {
	width:50%;
	float:left;
	margin-right:-400px;
	height: 800px;
}
#left-side{
	margin-right:400px;
	background-color: #0d7487;
    border-right: 7px solid #FFFFFF;	
	height: 800px;
	padding-bottom: 295px;
}
#center-column {
	width:800px;
	float:left;
	font-size: 0.8em;
	background-color: #000000;
	position:relative;
	z-index:10;
	height: 800px;
}
#right-side-outer {
	width:50%;
	float:right;
	margin-left:-401px;
	height: 800px;
}
#right-side {
	margin-left:400px;
	height: 800px;
	background-color: #c61c01;
    border-left: 7px solid #FFFFFF;	
	padding-bottom: 295px;
}
#header{
	border-top: 7px solid #FFFFFF;
	clear:both;
	height: 163px;
	width: 800px;
	text-align: center;
	background-color: #CC0000;
	background-image:url(images/bg-header.jpg);
}
#footer {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #555555;
    border-top: 2px solid #555555;
    font-size: 0.8em;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 800px;
}
#navigation-panel {
	width:169px;
	float:left;
	background:url(images/bg-navigation.jpg) repeat-y #00373c;
	min-height:500px;
	padding-bottom: 20px;
}
#content {
    background: url("images/bg-content.jpg") repeat-y scroll 0 0 #CCCCCC;
    margin: 0 0 0 169px;
    padding: 10px;
    width: 611px;
	min-height:500px;
}
#content p {
	margin-left:20px;
}
#content li {
	margin-top:10px;
}
#center {
	text-align:center;
	margin: 0 auto;
}
.SANote {
	background:blue;
	text-align:right;
	width:416px;
	padding:10px 2px 6px;
	height:80px;
}
#close-note {
    float: right;
    font-size: 0.9em;
    font-weight: bold;
    margin: -11px -1px 0 0;
	cursor:pointer;
	color:#fff;
}
