
/* homepage */
.boxleft {
	float: left;
	width: 633px;
	margin: 0 0 1 0;
	border: solid #CCC 1px;
}

.boxleft h2 {
	background: #ff9900;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

.boxleft p {
	padding: 5px 5px;
	color: #000;
	font-size: 11px;
}

.boxright {
	float: right;
	width: 280px;/*323px;*/
	margin: 0 0 1 0;
	border: solid #ccc 1px;
}

.boxright h2 {
	background: #93B300;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

.boxright p {
	padding: 5px 5px;
	font-size: 11px;
}

/* page tools l&s on program pages */
.article {
	float: right;
	margin: 0px 0px 10px 10px;
	width: 230px;
	border: solid #ccc 1px;
	color: #000;
}

.article h2 {
	background: #93B300;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

.article a {
	padding: 5px;
}

.article a:hover {
	color: #000000;
}

/* l&s for aboutus and career pages */
.about {
	border: solid #ccc 1px;
	background: #D5DDF3;
}

.about p {
	padding: 5px;
}

.about h2 {
	background: #ff9900;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

/* search submit cancel button */
.button {
	border: 1px solid #000;
	background-color: #ff9900;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 2px;
}

.button:hover {
	background-color: #FFFFFF;
}

/* for in data drop down menu */
#inmenu {
	width: 100%;
	margin-bottom: 10px;
	display: block;
	float: left;
	background: #ff9900;
	border: 1px solid #ccc;
}

#inmenu ul {
	margin: 0;
	list-style: none;
}

#inmenu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#inmenu li a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

/* * html #menu a {width:1%;} */

#inmenu li a:hover {
	background: #ffcc00;
}

/* green formatting homepage and topbanner */
.special {
	color: #93B300;
	font-family: "Lucida Sans Unicode";
	font-size: 18px;
	font-weight: bolder;
	float: left;
}

/* used with top mast */
.st {
	font-family: "Lucida Sans Unicode"
}

/* for proper alignment of stars in page tools */
table{
border-collapse: collapse;
width: 100%;
}
tr#row2{
background: transparent;
margin: 0px;
padding: 0px;
}
tr#row3{
border: 1px solid black;
}
tr a {
display: block;
}
th {
text-align: right;
vertical-align: top;
padding-right: 5px;
}
