@charset "utf-8";
/* CSS Document */
<!-- 

.bodyText {
	font:14px arial ;
	line-height:20px;
	color:#333333;
	text-align:left;
	text-align:left;
	}
	
p { 
	margin-top: 0; 
	text-align: justify;
	font:14px arial ;
	line-height:20px;
	color:#333333;
}	

.footerText {
font:12px arial;
	line-height:20px;
	color:#333333;
	font:bold;
}

.navText {
	font:12px arial;
	color: #333300;
	letter-spacing:.1em;
	font:bolder
	}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width:auto;
	height:auto;
	
}

.logoText {
	font:16px times new roman;
	color: #333300;
	letter-spacing:.2em;
	font-weight:bold;
}
	
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #000099;
	}

h4 { 
	font: italic normal 1.0em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #000099;
	text-align:left;
	font-weight:bold;
	}

.cellStyle {
border:#0000CC, medium;
}

/* Border no title */
.portal-noTitleBorder{
	margin: 0px;
	padding: 6px;
	position:relative;
	background-color:#ffffff;
	border-left: solid #E1E1E1 1px;
    border-right: solid #E1E1E1 1px;
	border-top:solid #E1E1E1 1px;
	border-bottom:solid #E1E1E1 1px;
}

/* left, right, top border and text */
.portal-squareCornerPortlet-title-ocean{
	font-size:small;
	font-weight:bold;
	color:#0083BE;     /** ocean color **/
	width:100%;
	padding:6px 6px 0px 6px;
	position:relative;
	border-left: solid #E1E1E1 1px;
    border-right: solid #E1E1E1 1px;
	border-top:solid #E1E1E1 1px;
	background-color:#ffffff;
}

/* left, right, bottom border */
.portal-squareCornerPortlet-body-ocean{
	padding:6px;
	border-left: solid #E1E1E1 1px;
    border-right: solid #E1E1E1 1px;
	border-bottom:solid #E1E1E1 1px;
	background-color:#ffffff;
}

/* padding between portlets */
.portal-squareCornerPortlet-padding{
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:5px;
}

/* Spacing right of picture */
.portal-imageSpacing_right{
	padding-right:8px;
}

/* Bold Titles */
.shared-title{
font-weight:bold;
padding:0px 0px 6px 0px;
}
