@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #001948;
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#E4EEF6;
	scrollbar-darkshadow-color:#6984B6;
	scrollbar-face-color:#C9DDEE;
	scrollbar-highlight-color:#EDF4F9;
	scrollbar-shadow-color:#D9E6F0;
}
p {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

#wrapper {
	height: 420px;
	width: 750px;
	position: absolute;
	margin-left: -375px;
	left: 50%;
	margin-top: -210px;
	top: 50%;
}
#header {
	height: 50px;
	width: 750px;
	float: left;
	background-image: url(../images/logo_blue_planning.gif);
	background-repeat: no-repeat;
}

#menu {
	float: left;
	height: 320px;
	width: 103px;
	padding-left: 57px;
	padding-top: 20px;
}


#content {
	float: left;
	height: 310px;
	width: 510px;
	background-image: url(../images/content_bgshape.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#contentHeader {
	height: 30px;
	width: 510px;
}

#contentScroll {
	height: 280px;
	width: 500px;
	overflow: auto;
	padding-right: 10px;
}
.boldText {
	font-weight: bold;
}

#footer {
	float: left;
	height: 15px;
	width: 100%;
	padding-top: 5px;
	font-size: 9px;
	text-align:center;
}

#footer p{
padding:0px 10px 0px 150px;
}

a:link {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #001948;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.menu a:link {
	font-weight: bold;
	color: #001948;
	text-decoration: none;
	line-height: 16px;
}
.menu a:visited {
	font-weight: bold;
	color: #001948;
	text-decoration: none;
	line-height: 16px;
}
.menu a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	line-height: 16px;
}
.menu a:active {
	font-weight: bold;
	color: #001948;
	text-decoration: none;
	line-height: 16px;
}

.header {
	font-size: 12px;
	font-weight: bold;
}
.menuActivePage {
	color: #FF6600;
	font-weight: bold;
	line-height: 16px;
}
.imageLeftAlign {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.imageRightAlign {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
}

