body {
	margin: 10px;
	/*background: #537499;*/
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	float: right;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #1A3F64;
}

h1 {font-size: 1.75em;}

h2 {font-size: 1.6em;}

h3 {font-size: 1.2em;}

input, textarea {font-family: Arial, Helvetica, sans-serif;font-size:0.9em;font-weight:normal;}

p, ul, ol {margin-top: 0; font-family: Arial, Helvetica, sans-serif;}

li {padding-top:10px;}

.notetext {font-size:0.75em;font-weight:normal; color:#000000;}

a {text-decoration:none;color:blue;font-weight:bold;}

a:hover {text-decoration:underline;}

a.small {font-size:0.75em;font-weight:normal;}

#switchuser {display:none;}

#headinglink {
	margin:0px; font-size:0.75em; text-align:center; padding-bottom:5px;
}


#wrapper {
	width: 650px;
	margin: 0 auto;
	padding: 20px;
	/*background: #D7E0EA;*/
	text-align:center;
}
#wrapperadmin {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	/*background: #D7E0EA;*/
	text-align:left;
}
/* Header */

#header {
	width: 650px;
	margin: 0 auto;
	/*background: #D7E0EA;*/
	text-align:left;
}
#headerAdmin {
	width: 910px;
	margin: 0 auto;
	/*background: #D7E0EA;*/
}

#banner {
	width: 870px;
	padding: 0;
	height: 184px;
	margin: 0 auto;
	background: url(../images/img03.jpg) no-repeat left top; 
}


/* Menu */

#menu {
	margin: 0 0 0 0;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	display: inline;
}

#menu a {
	display: block;
	margin-top: 2px;
	margin-right: 3px;
	padding: 7px 20px 7px 20px;
	background-color: #1A3F64;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	border: none;
	border-top:1px solid #1A3F64;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background-color: #536F8B;
	color:white;
}

#menu .current {background-color:#18A98C;
	border-left:1px solid #6FC9B7;
	border-right:1px solid #6FC9B7;
	border-top:1px solid #6FC9B7;}

/* Page */

#page {
	width: 640px;
	margin: 0 auto;
	/*background: #F4EFE3;*/
	border:1px solid #6FC9B7;
	text-align:left;
}

#pageAdmin {
	width: 910px;
	margin: 0 auto;
	padding-top: 20px;
	/*background: #F4EFE3;*/
	border:1px solid #6FC9B7;
}

/* Content */

#content {
	margin:20px;
	width: 600px;

}



.small, ul.small, li.small, a.small, a.small:link, a.small:visited {  font-size: 0.8em; text-decoration: none;}
a.small:hover, a.small:active {  font-size: 0.8em; text-decoration: underline; }

.smalldelete, ul.smallsmalldelete, li.smallsmalldelete, a.smallsmalldelete, a.smallsmalldelete:link, a.smallsmalldelete:visited {  font-size: 0.8em; text-decoration: none; color:red; font-weight:normal;}
a.smallsmalldelete:hover, a.smallsmalldelete:active {  font-size: 0.8em; text-decoration: underline; color:red; font-weight:normal;}


.smalllink, a.smalllink, a.smalllink:link, a.smalllink:visited {
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
}

a.smalllink:hover {
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: underline;
}

.fieldname {  font-size: 0.8em; font-weight: normal; margin:10px 0px 2px 0px; color:#1A3F64;}
.fieldnamesmall {  font-size: 0.7em; font-weight: normal; margin:25px 0px 2px 0px; color:#1A3F64;}
.fieldnameClassification {  font-size: 0.75em; font-weight: normal; margin:0px 0px 2px 0px; color:#1A3F64;}
.instructions {  font-size: 0.75em; color:#1A3F64; margin:15px 0px 5px 0px;}
ul.instructions, li.instructions { padding:0px;margin:0px; }
.linkbar {
	text-align: left;
	vertical-align: middle;
	height: 35px;
	width: 600px;
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #536F8B;
}

.submitactive {
	width:600px;height:30px;cursor:pointer;font-weight:bold;padding-left:10px;
	background:#E6F2F2;
	color:#000000;
	width:600px;height:30px;font-weight:bold;border:1px solid #000000;text-align:left;
}

.submitnotactive {
	width:600px;height:30px;cursor:pointer;font-weight:bold;padding-left:10px;
	background:#E6F2F2;
	color:#000000;
	width:600px;height:30px;font-weight:bold;border:1px solid #000000;text-align:left;
}