body {
	font-family: georgia, serif; /*"lucida grande", tahoma, verdana, arial, sans-serif; */
	font-size: 12px;
	line-height: 18px;
	background-color: #f8f7f8;/*#f0ede8;*/
	color: #222;
}

#header {
	margin-bottom: 16px;
}

#wrapper {
	max-width: 80em;
	min-width: 720px;
	margin: 0 auto;
}


.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}
.warning a:link, .warning a:visited, .warning a:hover, .warning a:active {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}
a:link.banner, a:visited.banner, a:hover.banner, a:active.banner {
	text-decoration: none;
	border: 0;
	background-color: transparent;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	line-height: 48px;
	padding: 12px 0 0 0;
	margin: 0 0 5px 0;
}

h1 span {
	display: none;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
/*	color: #8e3965; */
/*	color: #ff0086; */
	color: #FF1E7B;
	background-color: transparent;
}

#header h1 img {
	border: 0;
}

#header h1 {
	float: left;
}

#header div.banner {
	float: right;
}

#header div.banner a, #header div.banner a:hover {
	text-decoration: none;
	border: 0;
	background-color: transparent;
}

#header div.banner img {
	border: 0;
}

h2, h3, h4, h5, h6 {
	color: #666;
}

p {
	margin-top: 5px;
}

td {
}

th {
	color: #666;
}

h4 {
	font-size: 13px;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}

h6 {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 0;
}

li {
	margin-top: 5px;
	list-style-type: square;
}

FORM, INPUT, TEXTAREA, SELECT {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}

.requiredfield {
	background-color: #f90;	
}

.status {
	font-size : 10px;
	color : #999;
}

.content {
	padding: 25px 10% 50px 10%;
	margin: 0 20% 0 20%;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

.header {
	margin-top: 20px;
	font-weight: bold;
	color: #666;
}

.intro {
	margin-top: 5px;
	margin-bottom: 5px;
}

.dateinserted, .todaysdate {
	margin-top: 0px;
	margin-bottom: 2px;
	color: #666;
}

.navtext {
	color: #fff;
	font-size: 10px;
}

.error {
	color: #c00;
	margin-bottom: 20px;
}

a:link  {
	color: #06c;
	text-decoration: underline;
}

a:visited   {
	color: #69c;
	text-decoration: underline;
}

a:active    {
	color: #69c;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: #06c;
	text-decoration: none;
}

a.image:hover {
	background-color: #fff;
	text-decoration: none;
	border: 0;
}

.loginField {
	width: 90%;
}

.navDate {
/*        color: #cccccc;*/
        color: #000;
	text-align: center;
}

label {
	font-weight: bold;
	color: #666;
}
