body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
img {
	border: 0;
}
input[type="text"] {
	width: 275px;
}
a {
	color: #0000C0;
}

.highlight {
	color: #FF0000;
	font-size: medium;
}
.smallText {
	font-size: x-small;
}
h3 {
	color: #084B8A;
}

#container {
	width: 700px;
	margin: 0 auto;
}
#top-border {
	background-image: url('/assets/images/bg-top-border.gif');
	height: 26px;
}
#masthead {
	height: 200px;
	border-bottom: 7px solid #F5D252;
}
#masthead img {
	float: right;
}
#masthead h1, #masthead h3 {
	margin: 0;
}
#masthead h1 {
	padding: 70px 0 0 25px;
	font-size: xx-large;
}
#masthead h1 a {
	color: #028ECF;
	text-decoration: none;
}
#masthead h3 {
	padding-left: 25px;
	color: #FC8A24;
}
#menubar {
	clear: right;
	border-top: 7px solid #F5D252;
}
#menubar ul {
	margin: 0;
}
#menubar li {
	float: left;
	padding: 5px 10px;
	list-style: none;
}
#menubar a {
	color: #555;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#menubar a:hover {
	text-decoration: underline;
}
#searchbar {
	clear: left;
	background-color: #F5D252;
	height: 35px;
}
#footer-border {
	background-image: url('/assets/images/bg-bottom-border.gif');
	height: 11px;
}
#footer {
	font-size: x-small;
}
#instruction-panel {
	float: right;
	width: 50%;
	padding-left: 10px;
}

/* CHECKBOX MULTI_SELECT */

.cbms-container {
	width: 200px;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;	
}
.cbms-box {
	font-size: 90%;
	overflow:auto;
	height: 100px;
	border-left:1px solid #404040;
	border-top:1px solid #404040;
	border-bottom:1px solid #d4d0c8;
	border-right:1px solid #d4d0c8;
}
.cbms-label {
	padding-right: 3px;
	display: block;
}
