@import url("styles.css");

/* Frame CSS */
body {
	margin: 0px;
/*	background: #d8d8d8 url(/image/greywgrey.jpg) repeat-x; */
	background: #626A79;
}

.navigation {
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding-right: 0px;
	line-height: 16px;
	padding-top: 10px;
}
.navigation a:hover {
	color: #800000;
}
.toprightlink {
	font-size: 11px;
	color: #666666;
	padding-left: 87px;
}
.tagline {
	padding-top: 12px;
	padding-left: 35px;
}

div.errors {
        background: #ffbfbf;
        color: #800000;
        font-weight: bold;
        border-top: 1px solid #800000;
        border-bottom: 1px solid #800000;
        padding: 2px 5px 2px 5px;
        margin-bottom: 10px;
        text-align: left;
}

div.messages {
        background: #bfffbf;
        color: #008000;
        font-weight: bold;
        border-top: 1px solid #008000;
        border-bottom: 1px solid #008000;
        padding: 2px 5px 2px 5px;
        margin-bottom: 10px;
        text-align: left;
}

#body {
	min-height: 800px;
	background: white;
}
