html {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background-color: #FFF;
	background-image: url('images/background.gif');
	color: #141F47;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
}

#PageBody {
	width: 750px;
	height: 100%;
	vertical-align: top;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	
	border-left-style:solid;
	border-left-width: 6px;
	border-left-color: #9A9A9A;
	
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #CECECE;
}

.left-border {

}

.right-border {

}

.header {
	width: 750px;
	height: 300px;
	background: #FFF;
	background-image: url('images/SonshineLogo2010.jpg');
	background-repeat: no-repeat;	
	background-position: center;
}

.navbar {
	font-family: Arial;
	font-weight: bold;
	font-size: 1.2em;
	width: 750px;
	height: 31px;
	background-color: #DAD7D6;
	text-align: center;
}

.navbar a:visited {
	color: #141f47;
	text-decoration: underline;
}

.navbar a:link {
	color: #141f47;
	text-decoration: underline;
}


.navbar a:hover {
	color: #FFF400;
	text-decoration: none;
}

.contentbox {
	vertical-align: top;
	padding: 30px 50px 30px 50px;
	text-align: justify;
	background-color: #FFF;
	height: 90%;
	margin-bottom: 0px;
	overflow: auto;
}

.content {
	background-color: #FFF;
}

.footer {
	background-color: #FFF;
	text-align: center;
	font-size: 0.8em;
}

.messagenotify {
	background-color: #99ccff;
	border: solid 1px #0000ff;
	color: #000044;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.messagesuccess {
	background-color: #c0ffc0;
	border: solid 1px #00ff00;
	color: #004400;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.messagewarning {
	background-color: #ffc0c0;
	border: solid 1px #ff0000;
	color: #440000;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

