@CHARSET "UTF-8";
body {
	background-color: #FFFFEE;
	color: #442200;
	font-family: Helvetica, sans-serif;
	font-size: 11px; 
}
#layoutDiv {
	margin: auto;
	width: 900px;
	position: relative;
}
#headerDiv {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
}
#leftsideDiv {
	width: 250px;
	height: 100%;
	float: left;
}
#contentDiv {
	width: 650px;
	float: right;
}
#footerDiv {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	clear: both;
}

a {
	color: #884400;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #cc2222;
	text-decoration: underline;
}

p {
	text-align: justify;
	text-indent: 2em;
}	

.success {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    background-color:#CDF6CD;
    border:1px solid #029B00;
    color:#006600;
    font-weight:bold;
    margin-bottom:20px;
    margin-top:10px;
    padding:5px 5px 5px 5px;
}

.error {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    background-color:#EDB9B1;
    border:1px solid #BB8888;
    color:#990000;
    font-weight:bold;
    margin-bottom:20px;
    margin-top:10px;
    padding:5px 5px 5px 5px;
}

.message {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    background-color:#B9B1ED;
    border:1px solid #8888BB;
    color:#000099;
    font-weight:bold;
    margin-bottom:20px;
    margin-top:10px;
    padding:5px 5px 5px 5px;
}
