BODY.publicSite {
	background-color:#D4D4D4;
}

H1 { 
	font-family:Arial; 
	font-size:20px;
	font-weight:normal;
	padding-bottom:10px;
	color: #264A73;
	
	border-bottom:2px solid #333333;
	margin-bottom:15px;
}
H2 { 
	color:#0063A6;
	color:#6192ca; 
	font-family:Arial;
	padding:0;
	margin-bottom:5px;
}
H3 { 
	color:264A73; 
	font-family:Arial;
	padding:0;
	margin:0;
}


TD,P,A,LI,DIV,SPAN,INPUT,SELECT,TEXTAREA {
	color:#808185;
	font-family:Arial,Verdana;
	font-size:12px;
	line-height:20px;
}

A,A SPAN { 
	color: #264A73;
	color:#6192ca; 
}

.backgroundColor {
	background-color:#F0F0F0;
}

.formLabel {
	font-weight:normal;
	color:#003166;
	font-size:11px;
}

.actionBar {
	padding:2px;
}

.button,
.button:focus {
	background : url(/images/button_bg.jpg) no-repeat center left;
	padding-left : 5px;
	color:#F6F6F6;
	background-color:#264A73;
	height:25px;
	
	font-family:Verdana;
	font-size:11px;
}
.button:hover {
	color:#444466;
}

.textLg {
	font-size:12px;
}

UL.linkList {
	list-style-image:url(/_ckcommon/images/dottedArrow_blackRight.gif);
}

.textAqua {	
	color:#0072BF;
}
.textBlue {
	color:#004D91;
}



.green{	color:#82B42E !important; }
.blue { color:#0072BF !important; }

.blockquote {
	/*defined as a class instead of modifying the HTML element since blockquote tags seem to mess up floated layout*/
	margin:15px;padding:10px;
	background-color:#F6F6F6;
	border:1px solid #EFEFEF;
	font-style:italic;
}
/*--------------------------------------------------------------*/
A.arrowButton {
	text-decoration:none;
	display:block;
	text-align:left;
	margin:3px 0 3px 0;
}
A.arrowButton:hover {
	text-decoration:none;
}

A.arrowButton SPAN {
	font-family:Arial;
	font-weight:bold !important;
}

A.arrowButton.large { width:300px; height:39px;}
A.arrowButton.med { width:220px; height:30px;}
A.arrowButton.small { width:130px; height:30px;}

A.arrowButton.large SPAN {
	font-size:15px;
	line-height:39px !important;
	padding:0 40px 0 10px;
}
A.arrowButton.med SPAN,
A.arrowButton.small SPAN {
	font-size:13px;
	line-height:30px !important;
	padding:0 30px 0 10px;
}

A.arrowButton.white:hover,A.arrowButton.white:hover SPAN { color:#0072bf; }
A.arrowButton.blue:hover,A.arrowButton.blue:hover SPAN { color:#9DD8FF; }

A.arrowButton.white SPAN 
A.arrowButton.white.large SPAN,
A.arrowButton.white.med SPAN,
A.arrowbutton.white.small SPAN
	{ color:#555555; }  /* large,med,small specifiers reqd for IE*/
	
A.arrowButton.blue SPAN,
A.arrowButton.blue.large SPAN,
A.arrowButton.blue.med SPAN,
A.arrowbutton.blue.small SPAN
	{ color:#FFFFFF; } /* large,med,small specifiers reqd for IE*/

A.arrowButton.large.blue { background:url(/images/buttons/blue_large.png) no-repeat top right; }
A.arrowButton.large.white {	background:url(/images/buttons/white_large.png) no-repeat top right;}


A.arrowButton.white.med {	background:url(/images/buttons/white_med.png) no-repeat top right;} /*order of selectors important for IE*/
A.arrowButton.blue.med {	background:url(/images/buttons/blue_med.png) no-repeat top right;} /*order of selectors important for IE*/
A.arrowButton.white.small {	background:url(/images/buttons/white_small.png) no-repeat top right;} /*order of selectors important for IE*/
A.arrowButton.blue.small {	background:url(/images/buttons/blue_small.png) no-repeat top right;} /*order of selectors important for IE*/
A.arrowButton.white.large {	background:url(/images/buttons/white_large.png) no-repeat top right;} /*order of selectors important for IE*/
A.arrowButton.blue.large {	background:url(/images/buttons/blue_large.png) no-repeat top right;} /*order of selectors important for IE*/






/*--------------------------------------------------------------

--------------------------------------------------------------*/
.loginText {
	float:left;
	line-height:20px;
	color:#666666;
	font-family:Verdana;
}
.loginText A {
	float:none;
	font-family:Verdana;
}


/*--- Programs pages -----------------------------------------------------*/
DIV.programDescription .icon {
	float:left;
	width:140px;
	padding-top:10px
}
DIV.programDescription .text {
	margin-left:140px;
	border-left:1px solid #CCCCCC;
	padding-left:20px;
}

/*--------------------------------------------------------
Override _eucommon/css/stylesheet_public.css
--------------------------------------------------------*/
#siteFooter {
	background-color:#D0D0D0;
}
#menuContainer {
	height:135px;
	background:url(/images/layout/header.jpg) top center;
}
#menuBottom {
	border-bottom:4px solid #333333;
}
#siteFooter-menu DIV.menuBlock {
	width:180px;
}

#topWelcome {
	color:#FFFFFF;
	border-bottom:0px;
}
#topWelcome A,
#topWelcome A:visited { color:#264A73; }

#topWelcome .separator {color:#729ECF; }


DIV.rightColumnHeading {
	color:#264A73;
}


