body {
	background-image: url(../images/bck.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	background-color: #2D7CD4;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.contentback {
	background-image: url(../images/contentback.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.gradient {
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.headerfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.smlbackfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #001A64;
	text-decoration: none;
}
.navfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
a.navfont:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
a.navfont:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC00;
	text-decoration: underline;
}
.linkfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #404D91;
	text-decoration: none;
}
a.linkfont:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #404D91;
	text-decoration: none;
}
a.linkfont:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #D68406;
	text-decoration: underline;
}
.sidenav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
}
a.sidenav:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
}
a.sidenav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	margin-left: 5px;
}
.greyborder {
	border: 1px solid #CCCCCC;
}
.success_container {
    display: block;
    color: green;
    margin: 2px;
    padding: 0;
}
.error_container {
    display: block;
    color: red;
    margin: 2px;
    padding: 0;
}
.warning_container {
    display: block;
    color: blue;
    margin: 2px;
    padding: 0;
}
#step_marker {
    font-size: 16px;
    font-family: Verdana, Arial;
    color: #bbb;
}
#step_marker span {
    color: #000;
}
#step_marker b {
    color: #000;
}
#step_marker a, #step_marker a:link {
    color: #555;
    text-decoration: none;
}
h2.group_label {
    color: #D68406;
    font-family: Verdana, Arial;
    text-align: right;
    margin:0;
    padding:2px;
}
p.edit {
    text-align: right;
    margin-top: 0;
    padding-top: 0;
}