html {
	background: #ffffff url(../images/page-bg.jpg) repeat-x;
	width: 100%;
	height: 100%;
}
body {
	background: url(../images/menu-bg.gif) no-repeat right 5px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
}
#page {
	background: url(../images/menu-bg.gif) no-repeat right 5px;
	text-align: left;
	width: 830px;
	margin: 0px auto;
	padding: 0px;
}
#logo {
	float: left;
	margin-top: 5px;
}
#menu {
	float:  right;
	margin-top: 5px;
}
#slogan {
	float:  right;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #ebeefd;
}
#intro {
	text-align: left;
	margin-bottom: 10px;
}
td#banner {
	background: #5f92d0 url(../images/saturated.jpg) no-repeat center bottom;
	height: 100px;
	margin: 0;
	padding: 20px;
	padding-left: 350px;
	padding-bottom: 150px;
	text-align: left;
	color: #0b326a;
	font-size: 14px;
}
#banner h1 {
	color: #e5e3ff;
}
#banner p {
}
#banner ul {
    margin-left: 0;
    padding-left: 4px;
}
#banner ul li {
    list-style: url(../images/bullet.gif) inside;
}
#banner a {
	color: #e5e3ff;
    font-weight: bold;
}
#banner a:hover {
    color: #0b326a;
}
#content {
	border: 1px solid #e0e6f3;
	padding: 10px;
}
#content #mainframe {
	width: 520px;
	background-color: #f4f6e6;
	float: left;
	text-align: left;
}
#content #mainframe fieldset {
	border: 1px solid #5f92d0;
	margin: 8px;
	padding: 8px;
}
#content #mainframe fieldset legend {
	color: #0c4da2;
}
#content #mainframe fieldset hr {
	border: 1px solid #5f92d0;
}
#content #mainframe h3 {
	color: #0c4da2;
	padding: 4px 8px;
	margin: 0px;
	text-align: right;
	background-color: #8aafdf;
}
#content #mainframe .indented p {
    text-indent: 16px;
    text-align: justify;
}
#content #mainframe p label {
	width: 170px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 8px;
}
#content #helper {
	width: 268px;
	float: right;
}
#shortcuts {
	background: url(../images/page-bg.jpg) repeat-x center bottom;
	text-align: center;
	border: 1px solid #ebeefd;
	font-size: 12px;
}
#shortcuts div {
	text-align: justify;
	float: left;
	width: 238px;
	padding: 18px;
}
#shortcuts div.borders {
	border-left: 1px solid #ebeefd;
	border-right: 1px solid #ebeefd;
}
#shortcuts div img {
	margin-right: 10px;
	margin-bottom: 10px;
}
#shortcuts div h2 {
	color: #759ed6;
	font-style: italic;
}
#shortcuts div p {
	color: #0b326a;
	float: none;
	clear: both;
}
table caption {
    text-align: left;
     font-weight: bold;
}
#mainframe table, #mainframe td, #mainframe th {
    border-color: #5f92d0;
    border-style: solid;
}
#mainframe table {
    width: 100%;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}
#mainframe td, #mainframe th {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #FFC;
}
/* form styles */
input.shortText {
    width: 50px;
}
input.mediumText {
    width: 100px;
}
input.longText {
    width: 98%;
}
textarea {
    width: 98%;
}
/*  */
.errMsg {
    color: #FF0000;
    padding-left: 20px;
}
.spacer {
	clear: both;
}
.whitetab {
    background-color: white;
	border-top: 1px solid #5f92d0;
	padding: 2px;
	text-align: center;
}
td.alignLeft {
    text-align: left;
}
#stepper {
	color:#5f92d0;
	font-size: 24px;
}
#stepper span {
	color:#0b326a;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}

