A {
color: #555577}
A:hover {
color: #333355;
}
A.navlink {
	text-decoration:none;
	color: #FFFFFF;
	font-size: 10px;
}
A.navlink:hover {
	color:#D8D8D8;
	font-style: normal;
	font-size: 10px;
	text-decoration: underline;
}
A.cookiecrumb {
	text-decoration:none;
	color:#303E59;
	font-size: 11px;
}
A.cookiecrumb:hover {
	color:#999999;
	font-size: 11px;
	text-decoration: underline;
}
A.subnavlink {
	font-size             : 11px;
	color                 : #5E8296;
	;
	font-weight: bold;
	text-decoration: none;
}
A.subnavlink:hover {
	font-size             : 11px;
	color                 : #003366;
	font-weight: bold;
	text-decoration: underline;
}
A.mainnavlink {
font-size             : 10px;
color                 : #ffffff;
font-weight           : normal;
text-decoration:none;
}
A.mainnavlink:hover {
font-size             : 10px;
color: #D8D8D8;
font-weight           : normal;
text-decoration:underline;
}
 
BODY {
	margin: 0;
	
	/*background-image: url(../images/backgrounds/home_background.jpg);*/
}

BODY, p, TD, TR {
font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
	}
textarea {
font-family: arial, helvetica, sans-serif; font-size: 8pt;
}
select {
font-family: arial, helvetica, sans-serif; font-size: 8pt;
}


.subtitle       {                   font-size             : 12px;
                  color                 : #333333;
                  font-weight           : bold;
                }

.maintitle       {                   font-size             : 12px;
                  color                 : #990000;
                  font-weight           : bold;
                }

.smalltitle       {                   font-size             : 10px;
                  color                 : #666666;
                  font-weight           : bold;
                }

.bodytext       {                   font-size             : 11px;
                  color                 : #333333;
                }
input  { font-family           : Verdana, Arial, Helvetica, sans-serif;
                  font-size             : 10px;
                  color                 : #333333;
				  background-color: #D8D8D8
                }
.inputfield  { font-family           : Arial, Helvetica, sans-serif;
                  font-size             : 11px;
                  color                 : #333333;
				  background-color: #D8D8D8
                }
.psbg {
	
}
.psdh {  background-color: #666666}
.pshl {
	background-color: #EEEEDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.whitetext {  color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 10px}
.divider {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #888888}
A.topnavlink {  font-size: 8pt; font-weight: normal; color: #FFFFFF; text-decoration: none}
A.topnavlink:hover {  font-size: 9pt; font-weight: normal; color: #FFFFFF; text-decoration: underline}
.cookiecrumbtext {
	font-size : 10px;
	color : #999999;
	font-style: italic;
}
.navigationMain {
	font-size: 10pt;
	border-top: 0px none #EEEE66;
	border-right: 0px none #EEEE66;
	border-bottom: 0px none #EEEE66;
	border-left: 0px none #CCCC00;
	color: #333333;
	background-image: url(../images/backgrounds/sidenavBack.jpg);
	background-repeat: repeat-y;
}
.topnavBackground {  font-size: 10pt; background-color: #ABCBCE}
.highlightTable {
	font-size: 10px;
	background-color: #DDDDCC;
	

}
.tableborder {
	border: 1px solid #CCCCCC;
}
.footertext {
	font-size: 10px;
	color: #8B8B8B;
}
.mainTable {
	border-top: none;
	/*
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	*/
	border-right: 10px solid #d3cfcf;
	border-bottom: 10px solid #d3cfcf;
	border-left: 10px solid #d3cfcf;
}
.footerTable {
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8B8B8B;
	border-right-color: #FFFFFF;
	border-bottom-color: #8B8B8B;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
.bodySection {
	background-image: url(../images/backgrounds/bodyBack.jpg);
	padding-top: 15px;
	padding-left: 30px;
}
.topNavigation {
	background-color: #FFFFFF;
	background-image: url(../images/backgrounds/nav-background.jpg);
	background-repeat: repeat-x;
}

 ul { /* all lists */
	padding: 1;
	margin: 0;
	
}


 .dropdownmenu ul { /* all lists */
	padding: 1;
	margin: 1;
	list-style: none;
}

li { /* all list items */
	
	position: relative;
	
	padding:0 px;
}


.dropdownmenu li { /* all list items */
	float: left;
	position: relative;
	width:119 px;
	padding:1 px;
	list-style: none;
}

 .dropdownmenu li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0;
	padding:2px;
	background-color:#000000;
	top:70 px;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
	list-style: none;
}

.dropdownmenu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

 .dropdownmenu li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}


#content {
	clear: left;
}

.dropdownmenu #content {
	clear: left;
}

h2 {
	font-size: 14px;
	line-height: 18px;
}


h1 {
	font-size: 16px;
	line-height: 20px;
}

.dropdownmenu {
	margin: 0px;
	padding: 0px;
}
.breadcrumbCol {
	font-size             : 11px;
	color                 : #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
