/******************* START STANDARD HTML STYLES ******************/
body{
	padding: 0px;
	font-size: 11px;
	margin: 0px 0px 0px 15px;
	color: #6c6c6c;
	font-family: arial;
}

img{
	border: 0px
}

a {
	text-decoration: none;
	color: #147cdd;
}

a:hover	{
	text-decoration: underline;
	color: #147cdd;
}

p {
	margin-top: 0px
}
	
hr {
	height: 1px;
	color:#00483f;
}
/******************* END STANDARD HTML ELEMENTS ******************/





/* ******************* START PAGE LAYOUT STYLES *******************/
#functionBar {
	height:22px;
	font-size: 0.9em;
	color: #4C4C4C;
	background-color: #D7D7D7
}

#displayVersion {
	padding-top: 4px;
	padding-left: 5px
}

#keyLinks {
	padding-top: 4px
}

#keyLinks a {
	padding-right: 10px;
	color: #419CD2
}

#siteSearch {
	line-height:2em
}

#siteSearch form {
	margin: 0px;
	padding: 0px
}

#siteSearch input {
	font-size: 1em;
}

#siteSearch .submit {
	border: medium none;
	font-weight: bold;
	width: 30px;
	cursor: pointer;
	color: #3D9FFB;
	background-color: #EDF1F3
}

div#header {
	background: #FFFFFF;			
}
div#crumbtrail{
                    padding: 2px 0px 20px 30xp;
}
div#crumbtrail a{
                    color:#c1c1da;
}
div#crumbtrail a:hover{
                    color:#c1c1da;
}

div#site {
}

div#leftColumn {
}

div#rightColumn {
}

div#center {
	padding: 0px 10px 0px 13px;
	border-left: solid 1px #d8d8d8;
	border-right: solid 1px #d8d8d8;
}
		
div.pageTitle {
	font-weight: bold;
	font-size: 1.2em;
	color: #8B8C8C;
}

div#footer {
	margin-top: 50px;
	font-size: 0.9em;
	padding: 10px 0px;
	text-align: center;
	color: #C0C0C0;
	background-position: left top;
	background-image: url(/images/structure/footerLine.gif);
	background-repeat: repeat-x;
}

#footer A {
	color: #C0C0C0;
	text-decoration: underline
}
	
#footer a:hover {
	color: #C0C0C0;
	text-decoration: underline
}
/********************* END PAGE LAYOUT STYLES ********************/




/****************** START STANDARD WIDGET STYLES *****************/
.widgetHeader {
	font-size: 0;
	
}

.widgetHeader .topLeftBorder {
	float:left;
	width: 3px;
	height: 3px
}

.widgetHeader .topRightBorder {
	float: right;
	width: 3px;
	height: 3px
}
		
.widgetContents .title {

	color: #554B46;
	font-weight: bold;
	padding-top: 4px 5px 3px 5px;
}

.widgetContents a {
	text-decoration: none;
	color: #6C6C6C;
}
	
.widgetContents a:hover	{
	text-decoration: underline;
	color: #6C6C6C;
}
/******************* END STANDARD WIDGET STYLES ******************/



/****************** START STANDARD WIDGET STYLES ****************/
.webMenu .body{
	margin: 5px 5px 10px 20px;
}
.menuItem {

	background-position: left top;
	background-image: url(/images/structure/menus/arrowBullet001.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 12px;
	text-decoration: none;
}
.menuItem A{
	text-decoration: none;
	color: gray;
}
.menuItem A:HOVER{
	text-decoration: none;
	color: gray;
}
/******************* END STANDARD WIDGET STYLES ******************/

/****************** START ORANGE WIDGET STYLES ****************/
.orangeMenuItem {

	background-position: left top;
	background-image: url(/images/structure/menus/arrowBullet001.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 12px;
	text-decoration: none;
}
.orangeMenuItem A{
	text-decoration: none;
	color: orange;
}
.orangeMenuItem A:HOVER{
	text-decoration: none;
	color: orange;
}
/******************* END ORANGE WIDGET STYLES ******************/

/********************* DEFAULT FORM STYLES ***********************/
.activeForm {
	/*margin-top: -17px;*/
	width: 380px;
}

.activeForm td{
	font-family: arial;
}

.activeForm input {
	font-size: 1em;
}

.activeForm button {
	font-size: 0.8em;
}

.activeForm submit {
	font-size: 1em;
}

.activeForm select {
	font-size: 1em;
}

.formItemWrapper {
	padding: 3px 0px 3px 0px;
                     clear:left;
}

.formLabelH {
	float: left;
	width: 170px;
	padding: 4px 1px 1px 5px;
	text-align: right;
}

.formInputH {
	float: right;
	width: 200px;
	padding: 1px;
}


.formSummaryH {
	float: right;
	width: 275px;
	padding: 4px 1px 1px 1px;
	font-size: 1em;
}

.formLabelV {
	float: left;
	padding: 4px 1px 1px 5px;
	text-align: right;
}

.formInputV {
	float: left;
	clear: left;
	padding: 0px 0px 10px 0px;
	font-size: 0.85em;
}
/*****************************************************************/