body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFDEB;
	margin: 0px;
	padding: 0px;
}

h1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #003333;
}

.small 
{
	font-size: 9px;
}

.greyUnderline 
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.greyBoxout 
{
	background-color: #CCCCCC;
	padding: 5px;
	border: 1px solid #666666;
	margin-left: 3px;
}

.sitesearchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFCC;
	border: 1px solid #006600;
}

h2 
{
	font-size: 16px;
	color: #006666;
}

.textbox
{
	border: 1px solid #003300;
}

.tdUnderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.add {
	background-color: #CCFFFF;
	border: 1px solid #666666;
}
.searchCriteriaBox {
	background-color: #99CCCC;
	padding: 5px;
	border: 1px solid #003366;
}
a {
	color: #000066;
}
a:hover {
	color: #FF0000;
}
.linkNoDecoration {
	color: #666666;
	text-decoration: none;
}
.tdHead {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003333;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
.tableCalloutRight {
	background-color: #CCCCCC;
	background-position: right;
	margin: 5px;
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.tdMain {
	margin: 5px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tdLeft {
	margin: 5px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.warning {
	background-color: #FFFFCC;
	background-image: url(../images/icons/warning.gif);
	background-repeat: no-repeat;
	border: 2px solid #FF0000;
	padding-left: 25px;
	background-position: 2px 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.isearch_title {
	font-size: 14px;
}

.isearch_highlight {
	font-weight: bold;

}

#webBadge {
	width:100px;
	margin: 10px auto;
}

#mainContent
{
	margin: 3px;
}

#pageLinks ul
{
	position: absolute;
	left: 60%;
	top: 140px;
	list-style: none;
}

#pageLinks ul li
{
	float: left;
	width : 80px;
	height: 20px;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/Standard/page_header_r2_c1_s1.gif);
	background-repeat: repeat-x;
	margin-left: 3px;
}

#pageLinks ul li a
{
	text-decoration: none;
}



