/* <!-- HIDE CSS ON OLD BROWSERS */


/* GENERAL PAGE SETTINGS */

html {
	margin: 0;
	padding: 0;
}

body {
	color:#000000;
	background: #ffffff;
	margin:0px;
	padding: 0px;
	height: 100%;
	font-family: verdana, georgia, times;
	font-size: 80%;
}

h1 {
	color: #000066;
	font-family: georgia, times;
	font-size: 150%;	
}

h2 {
	color: #000066;
	font-family: georgia, times;
	font-size: 110%;	
}

h3 {
	color: #000066;
	font-family: georgia, times;
	font-size: 90%;	
}


.navBar {
	color:#000000;
	background:#000066;
}

.navBarElement {
	color:#ffffff;
	background:inherit;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	height: 20px;
	border-right: 1px solid #ffffff;
	font-size: 90%;
}

.navBarElementRight {
	color:#ffffff;
	background:inherit;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;
	height: 20px;
	font-size: 90%;
}

.navBarElement a {
	text-decoration: none;
	color: #ffffff;
}

.navBarElementRight a {
	text-decoration: none;
	color: #ffffff;
}

.topAddress {
	color: #000066;
	background: inherit;	
	font-family: ITC Bookman, verdana, Georgia, Times;
	font-size: 80%;	
	padding-top: 15px;
	padding-right: 15px;
}

.fullContent {
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	vertical-align: top;
}

.bodyText {
	padding-left: 15px;
	padding-right: 15px;
}


/* gray box elements */

.textBox {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 0px;
}

.textBoxHeader {
	color: #ffffff;
	background: #666666;
	font-weight: bold;
	font-size: 90%;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.textBoxContent {
	background: #cccccc;
	font-size: 90%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
	
.textBoxSpacer {
	background: #999999;
	font-size: 90%;
	height: 10px;
}

.textBoxDotSpacer {
	background: #cccccc;
	border-bottom: dashed;
	border-width: 1px;
	border-color: #ffffff;
	font-size: 90%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.textBoxHeader a {
	text-decoration: none;
	color: #ffffff;
}

.textBoxContent a {
	text-decoration: none;
	color: #000066;
}

.textBoxDotSpacer a {
	text-decoration: none;
	color: #000066;
}


/* blue box elements */

.blueBoxHeader {
	text-align: left;
	color: #ffffff;
	background: #000066;
	font-weight: bold;
	font-size: 90%;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 0px;
	border-color: #000000;
	border-style: solid;
}

.blueBoxContent {
	text-align: left;
	vertical-align: top;
	background: #ffffff;
	font-size: 90%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-top: 0px;
	border-color: #000000;
	border-style: solid;
}

.blueBoxHeader a {
	text-decoration: none;
	color: #ffffff;
}

.blueBoxContent a {
	text-decoration: none;
	color: #ffffff;
}

/* other boxes */

.errorBox {
	background: #ff9999;
	font-size: 90%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.successBox {
	background: #66cc66;
	font-size: 90%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* alignment classes */

.padLeft {
	padding-left: 10px;	
}


/* common look and feel elements */


img {
	border: 0px;
}

.shadowBox {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 0px;
}

.line {
	border-bottom: solid;
	border-width: 1px;
	border-color: #999999;
	padding: 0px;	
}

.eapText {
	color: #000066;
	background: inherit;
	font-weight: bold;
}

.eapThin {
	color: #000066;
	background: inherit;
}

.eapTextLarge {
	color: #000066;
	background: inherit;
	font-weight: bold;
	font-size: 110%
}

.error {
	color: #660000;
	background: inherit;
	font-weight: bold;
}

.small {
	font-size: 90%;	
}

.xSmall {
	font-size: 80%;	
}

.xxSmall {
	font-size: 70%;	
}

.odd {
	background-color: #cccccc;	
}

.mainOdd{
	background-color: #cccccc;
	padding: 10px;	
}

.even {
	background-color: inherit;	
}

.even2 {
	background-color: #ffffff;	
}

/* END OF CSS HIDING --> */